| 330 | } |
| 331 | |
| 332 | static DecodeStatus DecodeSPERCRegisterClass(MCInst *Inst, uint64_t RegNo, |
| 333 | uint64_t Address, const void *Decoder) |
| 334 | { |
| 335 | return decodeRegisterClass(Inst, RegNo, SPERegs, sizeof(SPERegs)); |
| 336 | } |
| 337 | |
| 338 | #define DecodeQSRCRegisterClass DecodeQFRCRegisterClass |
| 339 | #define DecodeQBRCRegisterClass DecodeQFRCRegisterClass |
nothing calls this directly
no test coverage detected
searching dependent graphs…