Lines Matching refs:DecodeIntRegsRegisterClass
152 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() function
401 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
409 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
428 DecodeIntRegsRegisterClass); in DecodeLoadInt()
470 DecodeIntRegsRegisterClass); in DecodeStoreInt()
549 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
554 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
562 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
582 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
590 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
613 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
618 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
626 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()
651 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeTRAP()
659 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeTRAP()