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

Function DecodeStoreInt

arch/Sparc/SparcDisassembler.c:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322static DecodeStatus DecodeStoreInt(MCInst *Inst, unsigned insn,
323 uint64_t Address, const void *Decoder)
324{
325 return DecodeMem(Inst, insn, Address, Decoder, false,
326 DecodeIntRegsRegisterClass);
327}
328
329static DecodeStatus DecodeStoreFP(MCInst *Inst, unsigned insn, uint64_t Address,
330 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…