| 164 | } |
| 165 | |
| 166 | static DecodeStatus decodeU6ImmOperand(MCInst *Inst, uint64_t Imm, |
| 167 | uint64_t Address, const void *Decoder) |
| 168 | { |
| 169 | return decodeUImmOperand(Inst, Imm); |
| 170 | } |
| 171 | |
| 172 | static DecodeStatus decodeU8ImmOperand(MCInst *Inst, uint64_t Imm, |
| 173 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…