Home | History | Annotate | Download | only in s390

Lines Matching refs:SixByteInstr

2686       SixByteInstr the_instr = Instruction::InstructionBits(
2693 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff)
2695 Instruction::SetInstructionBits<SixByteInstr>(
2696 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr));
6821 SixByteInstr the_instr = Instruction::InstructionBits(
6828 the_instr |= static_cast<SixByteInstr>(r1_val & 0xff)
6830 Instruction::SetInstructionBits<SixByteInstr>(
6831 reinterpret_cast<byte*>(addr), static_cast<SixByteInstr>(the_instr));