| 267 | } |
| 268 | |
| 269 | static DecodeStatus DecodeVRRCRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 270 | uint64_t Address, const void *Decoder) |
| 271 | { |
| 272 | return decodeRegisterClass(Inst, RegNo, VRegs, sizeof(VRegs)); |
| 273 | } |
| 274 | |
| 275 | static DecodeStatus DecodeVSRCRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 276 | uint64_t Address, const void *Decoder) |
nothing calls this directly
no test coverage detected
searching dependent graphs…