HomeSort by relevance Sort by last modified time
    Searched refs:HighOpcode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 124 unsigned HighOpcode, bool ConvertHigh) const;
126 unsigned LowOpcodeK, unsigned HighOpcode) const;
128 unsigned HighOpcode) const;
SystemZInstrInfo.cpp 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
    [all...]

Completed in 35 milliseconds