Lines Matching refs:DecodeIntRegsRegisterClass
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() function
393 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
401 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
420 DecodeIntRegsRegisterClass); in DecodeLoadInt()
462 DecodeIntRegsRegisterClass); in DecodeStoreInt()
541 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
546 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
554 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
574 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
582 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
605 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
610 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
618 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()
643 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeTRAP()
651 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeTRAP()