Searched refs:HighOpcode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h121 unsigned HighOpcode, bool ConvertHigh) const;
123 unsigned LowOpcodeK, unsigned HighOpcode) const;
125 unsigned HighOpcode) const;
H A DSystemZInstrInfo.cpp73 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); local
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) cons
103 expandRIPseudo(MachineInstr *MI, unsigned LowOpcode, unsigned HighOpcode, bool ConvertHigh) const argument
[all...]

Completed in 218 milliseconds