Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3070 RREInstruction* rreInstr = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByte() local
3071 int r1 = rreInstr->R1Value(); in DecodeFourByte()
3072 int r2 = rreInstr->R2Value(); in DecodeFourByte()
3810 RREInstruction* rreInstr = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByteFloatingPointIntConversion() local
3811 int r1 = rreInstr->R1Value(); in DecodeFourByteFloatingPointIntConversion()
3812 int r2 = rreInstr->R2Value(); in DecodeFourByteFloatingPointIntConversion()
3859 RREInstruction* rreInstr = reinterpret_cast<RREInstruction*>(instr); in DecodeFourByteFloatingPointRound() local
3860 int r1 = rreInstr->R1Value(); in DecodeFourByteFloatingPointRound()
3861 int r2 = rreInstr->R2Value(); in DecodeFourByteFloatingPointRound()
3867 int mask_val = rreInstr->M3Value(); in DecodeFourByteFloatingPointRound()
[all …]