Searched refs:rsinst (Results 1 – 1 of 1) sorted by relevance
2835 RSInstruction* rsinst = reinterpret_cast<RSInstruction*>(instr); in DecodeFourByte() local2836 int r1 = rsinst->R1Value(); in DecodeFourByte()2837 int r3 = rsinst->R3Value(); in DecodeFourByte()2838 int b2 = rsinst->B2Value(); in DecodeFourByte()2839 int d2 = rsinst->D2Value(); in DecodeFourByte()