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

Function decodeS32ImmOperand

arch/SystemZ/SystemZDisassembler.c:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static DecodeStatus decodeS32ImmOperand(MCInst *Inst, uint64_t Imm,
209 uint64_t Address, const void *Decoder)
210{
211 return decodeSImmOperand(Inst, Imm, 32);
212}
213
214static DecodeStatus decodePCDBLOperand(MCInst *Inst, uint64_t Imm,
215 uint64_t Address, unsigned N)

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…