| 206 | } |
| 207 | |
| 208 | static DecodeStatus decodeS32ImmOperand(MCInst *Inst, uint64_t Imm, |
| 209 | uint64_t Address, const void *Decoder) |
| 210 | { |
| 211 | return decodeSImmOperand(Inst, Imm, 32); |
| 212 | } |
| 213 | |
| 214 | static DecodeStatus decodePCDBLOperand(MCInst *Inst, uint64_t Imm, |
| 215 | uint64_t Address, unsigned N) |
nothing calls this directly
no test coverage detected
searching dependent graphs…