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

Function DecodeHPRRegisterClass

arch/ARM/ARMDisassembler.c:1119–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117}
1118
1119static DecodeStatus DecodeHPRRegisterClass(MCInst *Inst, unsigned RegNo,
1120 uint64_t Address, const void *Decoder)
1121{
1122 return DecodeSPRRegisterClass(Inst, RegNo, Address, Decoder);
1123}
1124
1125static const uint16_t DPRDecoderTable[] = {
1126 ARM_D0, ARM_D1, ARM_D2, ARM_D3,

Callers

nothing calls this directly

Calls 1

DecodeSPRRegisterClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…