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

Function DecodeDPR_VFP2RegisterClass

arch/ARM/ARMDisassembler.c:1159–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157}
1158
1159static DecodeStatus DecodeDPR_VFP2RegisterClass(MCInst *Inst, unsigned RegNo,
1160 uint64_t Address, const void *Decoder)
1161{
1162 if (RegNo > 15)
1163 return MCDisassembler_Fail;
1164
1165 return DecodeDPRRegisterClass(Inst, RegNo, Address, Decoder);
1166}
1167
1168static const uint16_t QPRDecoderTable[] = {
1169 ARM_Q0, ARM_Q1, ARM_Q2, ARM_Q3,

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…