Searched defs:rsInstr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/s390/
H A Dsimulator-s390.cc2920 RSInstruction* rsInstr = reinterpret_cast<RSInstruction*>(instr); local
2921 int r1 = rsInstr->R1Value();
2922 int b2 = rsInstr->B2Value();
2923 intptr_t d2 = rsInstr->D2Value();
2940 RSInstruction* rsInstr = reinterpret_cast<RSInstruction*>(instr); local
2941 int r1 = rsInstr->R1Value();
2942 int b2 = rsInstr->B2Value();
2943 intptr_t d2 = rsInstr->D2Value();
2960 RSInstruction* rsInstr = reinterpret_cast<RSInstruction*>(instr); local
2961 int r1 = rsInstr
3163 RSInstruction* rsInstr = reinterpret_cast<RSInstruction*>(instr); local
3181 RSInstruction* rsInstr = reinterpret_cast<RSInstruction*>(instr); local
[all...]

Completed in 123 milliseconds