| 120 | } |
| 121 | |
| 122 | static DecodeStatus DecodeCR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 123 | uint64_t Address, const void *Decoder) |
| 124 | { |
| 125 | return decodeRegisterClass(Inst, RegNo, SystemZMC_CR64Regs); |
| 126 | } |
| 127 | |
| 128 | static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm) |
| 129 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…