Lines Matching refs:DecodeIntRegsRegisterClass
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass() function
392 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
400 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
419 DecodeIntRegsRegisterClass); in DecodeLoadInt()
464 DecodeIntRegsRegisterClass); in DecodeStoreInt()
546 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
551 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
559 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
579 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
587 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
610 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
615 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
623 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()
648 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeTRAP()
656 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeTRAP()