Searched refs:rxeInstr (Results 1 – 1 of 1) sorted by relevance
4462 RXEInstruction* rxeInstr = reinterpret_cast<RXEInstruction*>(instr); in DecodeSixByte() local4503 int r1 = rxeInstr->R1Value(); in DecodeSixByte()4504 int rb = rxeInstr->B2Value(); in DecodeSixByte()4505 int rx = rxeInstr->X2Value(); in DecodeSixByte()4506 int offset = rxeInstr->D2Value(); in DecodeSixByte()5084 RXEInstruction* rxeInstr = reinterpret_cast<RXEInstruction*>(instr); in DecodeSixByteArithmetic() local5085 int b2 = rxeInstr->B2Value(); in DecodeSixByteArithmetic()5086 int x2 = rxeInstr->X2Value(); in DecodeSixByteArithmetic()5089 intptr_t d2_val = rxeInstr->D2Value(); in DecodeSixByteArithmetic()5090 double r1_val = get_double_from_d_register(rxeInstr->R1Value()); in DecodeSixByteArithmetic()