| 1157 | } |
| 1158 | |
| 1159 | static 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 | |
| 1168 | static const uint16_t QPRDecoderTable[] = { |
| 1169 | ARM_Q0, ARM_Q1, ARM_Q2, ARM_Q3, |
nothing calls this directly
no test coverage detected
searching dependent graphs…