| 66 | } |
| 67 | |
| 68 | static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 69 | uint64_t Address, const void *Decoder) |
| 70 | { |
| 71 | return decodeRegisterClass(Inst, RegNo, SystemZMC_GR128Regs); |
| 72 | } |
| 73 | |
| 74 | static DecodeStatus DecodeADDR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 75 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…