| 90 | } |
| 91 | |
| 92 | static DecodeStatus DecodeFP128BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 93 | uint64_t Address, const void *Decoder) |
| 94 | { |
| 95 | return decodeRegisterClass(Inst, RegNo, SystemZMC_FP128Regs); |
| 96 | } |
| 97 | |
| 98 | static DecodeStatus DecodeVR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 99 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…