HomeSort by: relevance | last modified time | path
    Searched refs:HiOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 107 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);
614 bool IsHiReg = HiOperand.isReg();
618 bool IsC64 = OptForSize && LoOperand.isImm() && HiOperand.isImm() &&
624 emitCombineRR(InsertPt, DoubleRegDest, HiOperand, LoOperand);
626 emitCombineRI(InsertPt, DoubleRegDest, HiOperand, LoOperand)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 3772 MCOperand HiOperand = MCOperand::createExpr(
3784 TOut.emitRRX(Mips::DADDiu, TmpReg, TmpReg, HiOperand, IDLoc, STI);
3791 TOut.emitRX(Mips::LUi, TmpReg, HiOperand, IDLoc, STI);

Completed in 25 milliseconds