MCPcopy Create free account
hub / github.com/TinyCC/tinycc / asm_parse_optional_shift

Function asm_parse_optional_shift

arm-asm.c:561–597  ·  view source on GitHub ↗

Parses shift directive and returns the parts that would have to be set in the opcode because of it. Does not encode the actual shift amount. It's not an error if there is no shift directive. NB_SHIFT: will be set to 1 iff SHIFT is filled. Note that for rrx, there's no need to fill SHIFT. SHIFT: will be filled in with the shift operand to use, if any. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

Calls 2

nextFunction · 0.85
parse_operandFunction · 0.70

Tested by

no test coverage detected