Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2666 SixByteInstr the_instr = Instruction::InstructionBits( in DecodeFourByte() local
2673 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff) in DecodeFourByte()
2676 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr)); in DecodeFourByte()
6711 SixByteInstr the_instr = Instruction::InstructionBits( in EVALUATE() local
6718 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff) in EVALUATE()
6721 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr)); in EVALUATE()