Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc4459 RIEInstruction* rieInstr = reinterpret_cast<RIEInstruction*>(instr); in DecodeSixByte() local
4949 int r1 = rieInstr->R1Value(); in DecodeSixByte()
4950 int r2 = rieInstr->R2Value(); in DecodeSixByte()
4952 uint32_t start_bit = rieInstr->I3Value() & 0x3F; in DecodeSixByte()
4954 uint32_t end_bit = rieInstr->I4Value() & 0x3F; in DecodeSixByte()
4956 uint32_t shift_amount = rieInstr->I5Value() & 0x3F; in DecodeSixByte()
4958 bool zero_remaining = (0 != (rieInstr->I4Value() & 0x80)); in DecodeSixByte()