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

Function DecodeAddrMode7Operand

arch/ARM/ARMDisassembler.c:2438–2442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2436}
2437
2438static DecodeStatus DecodeAddrMode7Operand(MCInst *Inst, unsigned Val,
2439 uint64_t Address, const void *Decoder)
2440{
2441 return DecodeGPRRegisterClass(Inst, Val, Address, Decoder);
2442}
2443
2444static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn,
2445 uint64_t Address, const void *Decoder)

Callers 1

DecodeLDRFunction · 0.85

Calls 1

DecodeGPRRegisterClassFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…