| 292 | } |
| 293 | |
| 294 | static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, |
| 295 | const void *Decoder) |
| 296 | { |
| 297 | return DecodeMem(Inst, insn, Address, Decoder, true, |
| 298 | DecodeIntRegsRegisterClass); |
| 299 | } |
| 300 | |
| 301 | static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, |
| 302 | const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…