Home
last modified time | relevance | path

Searched refs:rreinst (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/s390/
Dsimulator-s390.cc2716 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByte() local
2717 int r1 = rreinst->R1Value(); in DecodeFourByte()
2718 int r2 = rreinst->R2Value(); in DecodeFourByte()
2726 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByte() local
2727 int r1 = rreinst->R1Value(); in DecodeFourByte()
2728 int r2 = rreinst->R2Value(); in DecodeFourByte()
3468 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByteArithmetic() local
3469 int r1 = rreinst->R1Value(); in DecodeFourByteArithmetic()
3470 int r2 = rreinst->R2Value(); in DecodeFourByteArithmetic()
3485 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByteArithmetic() local
[all …]