| 194 | } |
| 195 | |
| 196 | static DecodeStatus decodeS8ImmOperand(MCInst *Inst, uint64_t Imm, |
| 197 | uint64_t Address, const void *Decoder) |
| 198 | { |
| 199 | return decodeSImmOperand(Inst, Imm, 8); |
| 200 | } |
| 201 | |
| 202 | static DecodeStatus decodeS16ImmOperand(MCInst *Inst, uint64_t Imm, |
| 203 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…