| 72 | } |
| 73 | |
| 74 | static DecodeStatus DecodeADDR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 75 | uint64_t Address, const void *Decoder) |
| 76 | { |
| 77 | return decodeRegisterClass(Inst, RegNo, SystemZMC_GR64Regs); |
| 78 | } |
| 79 | |
| 80 | static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 81 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…