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

Function decodeU4ImmOperand

arch/SystemZ/SystemZDisassembler.c:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static DecodeStatus decodeU4ImmOperand(MCInst *Inst, uint64_t Imm,
161 uint64_t Address, const void *Decoder)
162{
163 return decodeUImmOperand(Inst, Imm);
164}
165
166static DecodeStatus decodeU6ImmOperand(MCInst *Inst, uint64_t Imm,
167 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…