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

/external/v8/src/s390/
H A Dsimulator-s390.cc3224 RRFInstruction* rrfInst = reinterpret_cast<RRFInstruction*>(instr); local
3303 int r1 = rrfInst->R1Value();
3304 int r2 = rrfInst->R2Value();
3305 int r3 = rrfInst->R3Value();
3336 int r1 = rrfInst->R1Value();
3337 int r2 = rrfInst->R2Value();
3338 int r3 = rrfInst->R3Value();
3391 RRFInstruction* rrfInst = reinterpret_cast<RRFInstruction*>(instr); local
3410 int r1 = rrfInst->R1Value();
3411 int r2 = rrfInst
4405 RRFInstruction* rrfInst = reinterpret_cast<RRFInstruction*>(instr); local
4431 RRFInstruction* rrfInst = reinterpret_cast<RRFInstruction*>(instr); local
[all...]

Completed in 90 milliseconds