Searched refs:HiOperand (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 103 MachineOperand &HiOperand, MachineOperand &LoOperand); 106 MachineOperand &HiOperand, MachineOperand &LoOperand); 109 MachineOperand &HiOperand, MachineOperand &LoOperand); 112 MachineOperand &HiOperand, MachineOperand &LoOperand); 115 MachineOperand &HiOperand, MachineOperand &LoOperand); 601 MachineOperand &HiOperand = IsI1Loreg ? I2.getOperand(1) : I1.getOperand(1); in combine() local 604 bool IsHiReg = HiOperand.isReg(); in combine() 608 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() && in combine() 614 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() 616 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand); in combine() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3842 MCOperand HiOperand = MCOperand::createExpr( in expandMem16Inst() local 3854 TOut.emitRRX(Mips::DADDiu, TmpReg, TmpReg, HiOperand, IDLoc, STI); in expandMem16Inst() 3861 TOut.emitRX(Mips::LUi, TmpReg, HiOperand, IDLoc, STI); in expandMem16Inst()
|