| 102 | } |
| 103 | |
| 104 | static DecodeStatus DecodeVR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 105 | uint64_t Address, const void *Decoder) |
| 106 | { |
| 107 | return decodeRegisterClass(Inst, RegNo, SystemZMC_VR64Regs); |
| 108 | } |
| 109 | |
| 110 | static DecodeStatus DecodeVR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 111 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…