Lines Matching refs:RegNo
34 unsigned RegNo, uint64_t Address,
37 unsigned RegNo,
40 static DecodeStatus DecodeFPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
43 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
46 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
49 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
52 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
56 unsigned RegNo, uint64_t Address,
58 static DecodeStatus DecodeGPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
62 unsigned RegNo, uint64_t Address,
64 static DecodeStatus DecodeQQRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
67 static DecodeStatus DecodeQQQRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
70 static DecodeStatus DecodeQQQQRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
73 static DecodeStatus DecodeDDRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
76 static DecodeStatus DecodeDDDRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
79 static DecodeStatus DecodeDDDDRegisterClass(llvm::MCInst &Inst, unsigned RegNo,
173 unsigned RegNo,
177 unsigned RegNo,
265 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128RegisterClass() argument
268 if (RegNo > 31) in DecodeFPR128RegisterClass()
271 unsigned Register = FPR128DecoderTable[RegNo]; in DecodeFPR128RegisterClass()
276 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128_loRegisterClass() argument
279 if (RegNo > 15) in DecodeFPR128_loRegisterClass()
281 return DecodeFPR128RegisterClass(Inst, RegNo, Addr, Decoder); in DecodeFPR128_loRegisterClass()
294 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR64RegisterClass() argument
297 if (RegNo > 31) in DecodeFPR64RegisterClass()
300 unsigned Register = FPR64DecoderTable[RegNo]; in DecodeFPR64RegisterClass()
315 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR32RegisterClass() argument
318 if (RegNo > 31) in DecodeFPR32RegisterClass()
321 unsigned Register = FPR32DecoderTable[RegNo]; in DecodeFPR32RegisterClass()
336 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR16RegisterClass() argument
339 if (RegNo > 31) in DecodeFPR16RegisterClass()
342 unsigned Register = FPR16DecoderTable[RegNo]; in DecodeFPR16RegisterClass()
357 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR8RegisterClass() argument
360 if (RegNo > 31) in DecodeFPR8RegisterClass()
363 unsigned Register = FPR8DecoderTable[RegNo]; in DecodeFPR8RegisterClass()
378 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64RegisterClass() argument
381 if (RegNo > 31) in DecodeGPR64RegisterClass()
384 unsigned Register = GPR64DecoderTable[RegNo]; in DecodeGPR64RegisterClass()
389 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64spRegisterClass() argument
392 if (RegNo > 31) in DecodeGPR64spRegisterClass()
394 unsigned Register = GPR64DecoderTable[RegNo]; in DecodeGPR64spRegisterClass()
411 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass() argument
414 if (RegNo > 31) in DecodeGPR32RegisterClass()
417 unsigned Register = GPR32DecoderTable[RegNo]; in DecodeGPR32RegisterClass()
422 static DecodeStatus DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32spRegisterClass() argument
425 if (RegNo > 31) in DecodeGPR32spRegisterClass()
428 unsigned Register = GPR32DecoderTable[RegNo]; in DecodeGPR32spRegisterClass()
445 static DecodeStatus DecodeVectorRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVectorRegisterClass() argument
448 if (RegNo > 31) in DecodeVectorRegisterClass()
451 unsigned Register = VectorDecoderTable[RegNo]; in DecodeVectorRegisterClass()
467 static DecodeStatus DecodeQQRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQQRegisterClass() argument
469 if (RegNo > 31) in DecodeQQRegisterClass()
471 unsigned Register = QQDecoderTable[RegNo]; in DecodeQQRegisterClass()
490 static DecodeStatus DecodeQQQRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQQQRegisterClass() argument
492 if (RegNo > 31) in DecodeQQQRegisterClass()
494 unsigned Register = QQQDecoderTable[RegNo]; in DecodeQQQRegisterClass()
513 static DecodeStatus DecodeQQQQRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQQQQRegisterClass() argument
516 if (RegNo > 31) in DecodeQQQQRegisterClass()
518 unsigned Register = QQQQDecoderTable[RegNo]; in DecodeQQQQRegisterClass()
534 static DecodeStatus DecodeDDRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDDRegisterClass() argument
536 if (RegNo > 31) in DecodeDDRegisterClass()
538 unsigned Register = DDDecoderTable[RegNo]; in DecodeDDRegisterClass()
557 static DecodeStatus DecodeDDDRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDDDRegisterClass() argument
559 if (RegNo > 31) in DecodeDDDRegisterClass()
561 unsigned Register = DDDDecoderTable[RegNo]; in DecodeDDDRegisterClass()
580 static DecodeStatus DecodeDDDDRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDDDDRegisterClass() argument
583 if (RegNo > 31) in DecodeDDDDRegisterClass()
585 unsigned Register = DDDDDecoderTable[RegNo]; in DecodeDDDDRegisterClass()
1561 unsigned RegNo, in DecodeGPRSeqPairsClassRegisterClass() argument
1565 if (RegNo & 0x1) in DecodeGPRSeqPairsClassRegisterClass()
1568 unsigned Register = AArch64MCRegisterClasses[RegClassID].getRegister(RegNo); in DecodeGPRSeqPairsClassRegisterClass()
1574 unsigned RegNo, in DecodeWSeqPairsClassRegisterClass() argument
1579 RegNo, Addr, Decoder); in DecodeWSeqPairsClassRegisterClass()
1583 unsigned RegNo, in DecodeXSeqPairsClassRegisterClass() argument
1588 RegNo, Addr, Decoder); in DecodeXSeqPairsClassRegisterClass()