| 146 | } |
| 147 | |
| 148 | static DecodeStatus decodeU2ImmOperand(MCInst *Inst, uint64_t Imm, |
| 149 | uint64_t Address, const void *Decoder) |
| 150 | { |
| 151 | return decodeUImmOperand(Inst, Imm); |
| 152 | } |
| 153 | |
| 154 | static DecodeStatus decodeU3ImmOperand(MCInst *Inst, uint64_t Imm, |
| 155 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…