| 285 | } |
| 286 | |
| 287 | static DecodeStatus DecodeVSSRCRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 288 | uint64_t Address, const void *Decoder) |
| 289 | { |
| 290 | return decodeRegisterClass(Inst, RegNo, VSSRegs, sizeof(VSSRegs)); |
| 291 | } |
| 292 | |
| 293 | static DecodeStatus DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 294 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…