MCPcopy Create free account
hub / github.com/capstone-engine/capstone / decodeU2ImmOperand

Function decodeU2ImmOperand

arch/SystemZ/SystemZDisassembler.c:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static DecodeStatus decodeU2ImmOperand(MCInst *Inst, uint64_t Imm,
149 uint64_t Address, const void *Decoder)
150{
151 return decodeUImmOperand(Inst, Imm);
152}
153
154static DecodeStatus decodeU3ImmOperand(MCInst *Inst, uint64_t Imm,
155 uint64_t Address, const void *Decoder)

Callers

nothing calls this directly

Calls 1

decodeUImmOperandFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…