| 108 | } |
| 109 | |
| 110 | static DecodeStatus DecodeVR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 111 | uint64_t Address, const void *Decoder) |
| 112 | { |
| 113 | return decodeRegisterClass(Inst, RegNo, SystemZMC_VR128Regs); |
| 114 | } |
| 115 | |
| 116 | static DecodeStatus DecodeAR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 117 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…