| 158 | } |
| 159 | |
| 160 | static DecodeStatus decodeU4ImmOperand(MCInst *Inst, uint64_t Imm, |
| 161 | uint64_t Address, const void *Decoder) |
| 162 | { |
| 163 | return decodeUImmOperand(Inst, Imm); |
| 164 | } |
| 165 | |
| 166 | static DecodeStatus decodeU6ImmOperand(MCInst *Inst, uint64_t Imm, |
| 167 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…