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

/external/v8/src/s390/
H A Dsimulator-s390.cc2643 RREInstruction* rreInst = reinterpret_cast<RREInstruction*>(instr); local
2648 int r1 = rreInst->R1Value();
2649 int r2 = rreInst->R2Value();
2668 int r1 = rreInst->R1Value();
2669 int r2 = rreInst->R2Value();
2702 int r1 = rreInst->R1Value();
2703 int r2 = rreInst->R2Value();
2709 uint64_t int_val = get_register(rreInst->R2Value());
2711 // set_d_register_from_double(rreInst->R1Value(), double_val);
2712 set_d_register(rreInst
3209 RREInstruction* rreInst = reinterpret_cast<RREInstruction*>(instr); local
3665 RREInstruction* rreInst = reinterpret_cast<RREInstruction*>(instr); local
3679 RREInstruction* rreInst = reinterpret_cast<RREInstruction*>(instr); local
3703 RREInstruction* rreInst = reinterpret_cast<RREInstruction*>(instr); local
4394 RREInstruction* rreInst = reinterpret_cast<RREInstruction*>(instr); local
[all...]

Completed in 108 milliseconds