| 1117 | } |
| 1118 | |
| 1119 | static DecodeStatus DecodeHPRRegisterClass(MCInst *Inst, unsigned RegNo, |
| 1120 | uint64_t Address, const void *Decoder) |
| 1121 | { |
| 1122 | return DecodeSPRRegisterClass(Inst, RegNo, Address, Decoder); |
| 1123 | } |
| 1124 | |
| 1125 | static const uint16_t DPRDecoderTable[] = { |
| 1126 | ARM_D0, ARM_D1, ARM_D2, ARM_D3, |
nothing calls this directly
no test coverage detected
searching dependent graphs…