Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp107 MachineOperand &HiOperand, MachineOperand &LoOperand);
110 MachineOperand &HiOperand, MachineOperand &LoOperand);
113 MachineOperand &HiOperand, MachineOperand &LoOperand);
116 MachineOperand &HiOperand, MachineOperand &LoOperand);
119 MachineOperand &HiOperand, MachineOperand &LoOperand);
611 MachineOperand &HiOperand = IsI1Loreg ? I2.getOperand(1) : I1.getOperand(1); in combine() local
614 bool IsHiReg = HiOperand.isReg(); in combine()
618 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() && in combine()
624 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
626 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3772 MCOperand HiOperand = MCOperand::createExpr( in expandMem16Inst() local
3784 TOut.emitRRX(Mips::DADDiu, TmpReg, TmpReg, HiOperand, IDLoc, STI); in expandMem16Inst()
3791 TOut.emitRX(Mips::LUi, TmpReg, HiOperand, IDLoc, STI); in expandMem16Inst()