| 48 | } |
| 49 | |
| 50 | static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 51 | uint64_t Address, const void *Decoder) |
| 52 | { |
| 53 | return decodeRegisterClass(Inst, RegNo, SystemZMC_GR32Regs); |
| 54 | } |
| 55 | |
| 56 | static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 57 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…