Searched refs:rxinst (Results 1 – 1 of 1) sorted by relevance
2657 RXInstruction* rxinst = reinterpret_cast<RXInstruction*>(instr); in DecodeFourByte() local2658 int r1 = rxinst->R1Value(); in DecodeFourByte()2659 int b2 = rxinst->B2Value(); in DecodeFourByte()2660 int x2 = rxinst->X2Value(); in DecodeFourByte()2663 intptr_t d2_val = rxinst->D2Value(); in DecodeFourByte()2750 RXInstruction* rxinst = reinterpret_cast<RXInstruction*>(instr); in DecodeFourByte() local2751 int r1 = rxinst->R1Value(); in DecodeFourByte()2752 int x2 = rxinst->X2Value(); in DecodeFourByte()2753 int b2 = rxinst->B2Value(); in DecodeFourByte()2757 intptr_t d2_val = rxinst->D2Value(); in DecodeFourByte()[all …]