Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:HighOpcode

73   unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm());
75 assert(HighOpcode && LowOpcode && "Both offsets should be in range");
77 EarlierMI->setDesc(get(HighOpcode));
98 // if the first operand is a low GR32 and HighOpcode if the first operand
100 // and HighOpcode takes an unsigned 32-bit operand. In those cases,
102 // if HighOpcode is used.
104 unsigned HighOpcode,
108 MI->setDesc(get(IsHigh ? HighOpcode : LowOpcode));
115 // followed by HighOpcode or LowOpcode, depending on whether the target
119 unsigned HighOpcode) const {
130 MI->setDesc(get(DestIsHigh ? HighOpcode : LowOpcode));
136 // if the first operand is a low GR32 and HighOpcode if the first operand
139 unsigned HighOpcode) const {
141 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode,