Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2796 RILInstruction* rilInstr = reinterpret_cast<RILInstruction*>(instr); in DecodeFourByte() local
2797 int r1 = rilInstr->R1Value(); in DecodeFourByte()
2798 intptr_t d2 = rilInstr->I2Value(); in DecodeFourByte()
4460 RILInstruction* rilInstr = reinterpret_cast<RILInstruction*>(instr); in DecodeSixByte() local
4527 int r1 = rilInstr->R1Value(); in DecodeSixByte()
4528 intptr_t offset = rilInstr->I2Value() * 2; in DecodeSixByte()
4534 int r1 = rilInstr->R1Value(); in DecodeSixByte()
4535 uint64_t imm = static_cast<uint64_t>(rilInstr->I2UnsignedValue()); in DecodeSixByte()
4541 int r1 = rilInstr->R1Value(); in DecodeSixByte()
4542 uint64_t imm = static_cast<uint64_t>(rilInstr->I2UnsignedValue()); in DecodeSixByte()
[all …]