| 60 | } |
| 61 | |
| 62 | static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 63 | uint64_t Address, const void *Decoder) |
| 64 | { |
| 65 | return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs); |
| 66 | } |
| 67 | |
| 68 | static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 69 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…