| 152 | } |
| 153 | |
| 154 | static DecodeStatus decodeU3ImmOperand(MCInst *Inst, uint64_t Imm, |
| 155 | uint64_t Address, const void *Decoder) |
| 156 | { |
| 157 | return decodeUImmOperand(Inst, Imm); |
| 158 | } |
| 159 | |
| 160 | static DecodeStatus decodeU4ImmOperand(MCInst *Inst, uint64_t Imm, |
| 161 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…