| 54 | } |
| 55 | |
| 56 | static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 57 | uint64_t Address, const void *Decoder) |
| 58 | { |
| 59 | return decodeRegisterClass(Inst, RegNo, SystemZMC_GRH32Regs); |
| 60 | } |
| 61 | |
| 62 | static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 63 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…