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

Function DecodeLoadInt

arch/Sparc/SparcDisassembler.c:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address,
295 const void *Decoder)
296{
297 return DecodeMem(Inst, insn, Address, Decoder, true,
298 DecodeIntRegsRegisterClass);
299}
300
301static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address,
302 const void *Decoder)

Callers

nothing calls this directly

Calls 1

DecodeMemFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…