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

/external/v8/src/s390/
H A Dsimulator-s390.cc2702 SixByteInstr the_instr = Instruction::InstructionBits( local
2709 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff)
2712 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr));
6714 SixByteInstr the_instr = Instruction::InstructionBits( local
6721 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff)
6724 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr));

Completed in 134 milliseconds