Searched refs:the_instr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/s390/
H A Dsimulator-s390.cc2686 SixByteInstr the_instr = Instruction::InstructionBits( local
2693 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff)
2696 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr));
6821 SixByteInstr the_instr = Instruction::InstructionBits( local
6828 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff)
6831 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr));

Completed in 158 milliseconds