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

Function decodeU6ImmOperand

arch/SystemZ/SystemZDisassembler.c:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static DecodeStatus decodeU6ImmOperand(MCInst *Inst, uint64_t Imm,
167 uint64_t Address, const void *Decoder)
168{
169 return decodeUImmOperand(Inst, Imm);
170}
171
172static DecodeStatus decodeU8ImmOperand(MCInst *Inst, uint64_t Imm,
173 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…