| 2436 | } |
| 2437 | |
| 2438 | static DecodeStatus DecodeAddrMode7Operand(MCInst *Inst, unsigned Val, |
| 2439 | uint64_t Address, const void *Decoder) |
| 2440 | { |
| 2441 | return DecodeGPRRegisterClass(Inst, Val, Address, Decoder); |
| 2442 | } |
| 2443 | |
| 2444 | static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, |
| 2445 | uint64_t Address, const void *Decoder) |
no test coverage detected
searching dependent graphs…