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

/external/v8/src/s390/
H A Dassembler-s390-inl.h468 SixByteInstr instr_2 = Instruction::InstructionBits( local
473 ((instr_2 & 0xFFFFFFFF)));
532 SixByteInstr instr_2 = Instruction::InstructionBits( local
545 instr_2 >>= 32;
546 instr_2 <<= 32;
547 instr_2 |= reinterpret_cast<uint64_t>(target) & 0xFFFFFFFF;
550 reinterpret_cast<byte*>(pc + instr1_length), instr_2);

Completed in 217 milliseconds