Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc4479 RIEInstruction* rieInstr = reinterpret_cast<RIEInstruction*>(instr); in DecodeSixByte() local
4969 int r1 = rieInstr->R1Value(); in DecodeSixByte()
4970 int r2 = rieInstr->R2Value(); in DecodeSixByte()
4972 uint32_t start_bit = rieInstr->I3Value() & 0x3F; in DecodeSixByte()
4974 uint32_t end_bit = rieInstr->I4Value() & 0x3F; in DecodeSixByte()
4976 uint32_t shift_amount = rieInstr->I5Value() & 0x3F; in DecodeSixByte()
4978 bool zero_remaining = (0 != (rieInstr->I4Value() & 0x80)); in DecodeSixByte()