| 291 | } |
| 292 | |
| 293 | static DecodeStatus DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 294 | uint64_t Address, const void *Decoder) |
| 295 | { |
| 296 | return decodeRegisterClass(Inst, RegNo, GPRegs, sizeof(GPRegs)); |
| 297 | } |
| 298 | |
| 299 | static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst *Inst, uint64_t RegNo, |
| 300 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…