Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2736 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByte() local
2737 int r1 = rreinst->R1Value(); in DecodeFourByte()
2738 int r2 = rreinst->R2Value(); in DecodeFourByte()
2746 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByte() local
2747 int r1 = rreinst->R1Value(); in DecodeFourByte()
2748 int r2 = rreinst->R2Value(); in DecodeFourByte()
3488 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByteArithmetic() local
3489 int r1 = rreinst->R1Value(); in DecodeFourByteArithmetic()
3490 int r2 = rreinst->R2Value(); in DecodeFourByteArithmetic()
3505 RREInstruction* rreinst = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByteArithmetic() local
[all …]