| 84 | } |
| 85 | |
| 86 | static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 87 | uint64_t Address, const void *Decoder) |
| 88 | { |
| 89 | return decodeRegisterClass(Inst, RegNo, SystemZMC_FP64Regs); |
| 90 | } |
| 91 | |
| 92 | static DecodeStatus DecodeFP128BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 93 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…