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

Function decodeU3ImmOperand

arch/SystemZ/SystemZDisassembler.c:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static DecodeStatus decodeU3ImmOperand(MCInst *Inst, uint64_t Imm,
155 uint64_t Address, const void *Decoder)
156{
157 return decodeUImmOperand(Inst, Imm);
158}
159
160static DecodeStatus decodeU4ImmOperand(MCInst *Inst, uint64_t Imm,
161 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…