| 114 | } |
| 115 | |
| 116 | static DecodeStatus DecodeAR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 117 | uint64_t Address, const void *Decoder) |
| 118 | { |
| 119 | return decodeRegisterClass(Inst, RegNo, SystemZMC_AR32Regs); |
| 120 | } |
| 121 | |
| 122 | static DecodeStatus DecodeCR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 123 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…