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

Function decodeS8ImmOperand

arch/SystemZ/SystemZDisassembler.c:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196static DecodeStatus decodeS8ImmOperand(MCInst *Inst, uint64_t Imm,
197 uint64_t Address, const void *Decoder)
198{
199 return decodeSImmOperand(Inst, Imm, 8);
200}
201
202static DecodeStatus decodeS16ImmOperand(MCInst *Inst, uint64_t Imm,
203 uint64_t Address, const void *Decoder)

Callers

nothing calls this directly

Calls 1

decodeSImmOperandFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…