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

Function DecodeDPR_8RegisterClass

arch/ARM/ARMDisassembler.c:1150–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150static DecodeStatus DecodeDPR_8RegisterClass(MCInst *Inst, unsigned RegNo,
1151 uint64_t Address, const void *Decoder)
1152{
1153 if (RegNo > 7)
1154 return MCDisassembler_Fail;
1155
1156 return DecodeDPRRegisterClass(Inst, RegNo, Address, Decoder);
1157}
1158
1159static DecodeStatus DecodeDPR_VFP2RegisterClass(MCInst *Inst, unsigned RegNo,
1160 uint64_t Address, const void *Decoder)

Callers

nothing calls this directly

Calls 1

DecodeDPRRegisterClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…