| 186 | } |
| 187 | |
| 188 | static DecodeStatus DecodeNegImmOperand(MCInst *Inst, unsigned Val, |
| 189 | uint64_t Address, const void *Decoder) |
| 190 | { |
| 191 | MCOperand_CreateImm0(Inst, -(int64_t)Val); |
| 192 | return MCDisassembler_Success; |
| 193 | } |
| 194 | |
| 195 | static DecodeStatus Decode2OpInstruction(unsigned Insn, unsigned *Op1, unsigned *Op2) |
| 196 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…