Searched refs:rsyInstr (Results 1 – 1 of 1) sorted by relevance
4461 RSYInstruction* rsyInstr = reinterpret_cast<RSYInstruction*>(instr); in DecodeSixByte() local4637 int r1 = rsyInstr->R1Value(); in DecodeSixByte()4638 int r3 = rsyInstr->R3Value(); in DecodeSixByte()4639 int rb = rsyInstr->B2Value(); in DecodeSixByte()4640 int offset = rsyInstr->D2Value(); in DecodeSixByte()4675 int r1 = rsyInstr->R1Value(); in DecodeSixByte()4676 int r3 = rsyInstr->R3Value(); in DecodeSixByte()4677 int b2 = rsyInstr->B2Value(); in DecodeSixByte()4678 intptr_t d2 = rsyInstr->D2Value(); in DecodeSixByte()4699 int r1 = rsyInstr->R1Value(); in DecodeSixByte()[all …]