| 96 | } |
| 97 | |
| 98 | static DecodeStatus DecodeVR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 99 | uint64_t Address, const void *Decoder) |
| 100 | { |
| 101 | return decodeRegisterClass(Inst, RegNo, SystemZMC_VR32Regs); |
| 102 | } |
| 103 | |
| 104 | static DecodeStatus DecodeVR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 105 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…