Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h151 void expandRIPseudo(MachineInstr &MI, unsigned LowOpcode, unsigned HighOpcode,
154 unsigned LowOpcodeK, unsigned HighOpcode) const;
156 unsigned HighOpcode) const;
158 unsigned HighOpcode) const;
160 unsigned HighOpcode) const;
H A DSystemZInstrInfo.cpp120 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove()
122 EarlierMI->setDesc(get(HighOpcode)); in splitMove()
149 unsigned HighOpcode, in expandRIPseudo() argument
153 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
164 unsigned HighOpcode) const { in expandRIEPseudo()
175 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
185 unsigned HighOpcode) const { in expandRXYPseudo()
196 unsigned HighOpcode) const { in expandLOCPseudo()
198 unsigned Opcode = isHighReg(Reg) ? HighOpcode : LowOpcode; in expandLOCPseudo()
206 unsigned HighOpcode) const { in expandLOCRPseudo()
[all …]