| 320 | } |
| 321 | |
| 322 | static DecodeStatus DecodeStoreInt(MCInst *Inst, unsigned insn, |
| 323 | uint64_t Address, const void *Decoder) |
| 324 | { |
| 325 | return DecodeMem(Inst, insn, Address, Decoder, false, |
| 326 | DecodeIntRegsRegisterClass); |
| 327 | } |
| 328 | |
| 329 | static DecodeStatus DecodeStoreFP(MCInst *Inst, unsigned insn, uint64_t Address, |
| 330 | const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…