| 78 | } |
| 79 | |
| 80 | static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 81 | uint64_t Address, const void *Decoder) |
| 82 | { |
| 83 | return decodeRegisterClass(Inst, RegNo, SystemZMC_FP32Regs); |
| 84 | } |
| 85 | |
| 86 | static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 87 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…