HomeSort by relevance Sort by last modified time
    Searched refs:CreateImm (Results 26 - 50 of 58) sorted by null

12 3

  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 72 MCOp = MCOperand::CreateImm(MO.getImm());
SIInstrInfo.cpp 814 return MachineOperand::CreateImm(Op.getImm() & 0xFFFFFFFF);
816 return MachineOperand::CreateImm(Op.getImm() >> 32);
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 388 mcInst.addOperand(MCOperand::CreateImm(immediate));
538 scaleAmount = MCOperand::CreateImm(insn.sibScale);
599 scaleAmount = MCOperand::CreateImm(1);
602 displacement = MCOperand::CreateImm(insn.displacement);
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 265 Inst.addOperand(MCOperand::CreateImm(0));
267 Inst.addOperand(MCOperand::CreateImm(CE->getValue()));
309 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S,
682 Op = SparcOperand::CreateImm(EVal, S, E);
689 Op = SparcOperand::CreateImm(EVal, S, E);
704 Op = SparcOperand::CreateImm(Res, S, E);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 229 Cond.push_back(MachineOperand::CreateImm(BranchCode));
251 Cond.push_back(MachineOperand::CreateImm(BranchCode));
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 168 MCOp = MCOperand::CreateImm(MO.getImm());
AArch64InstrInfo.cpp 75 Cond.push_back(MachineOperand::CreateImm(-1));
76 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
84 Cond.push_back(MachineOperand::CreateImm(-1));
85 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 80 Cond.push_back(MachineOperand::CreateImm(Opc));
MipsMCInstLower.cpp 139 return MCOperand::CreateImm(MO.getImm() + offset);
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 184 MCOp = MCOperand::CreateImm(MO.getImm());
PPCInstrInfo.cpp 379 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
387 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET));
397 Cond.push_back(MachineOperand::CreateImm(1));
408 Cond.push_back(MachineOperand::CreateImm(0));
443 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
453 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET));
466 Cond.push_back(MachineOperand::CreateImm(1));
480 Cond.push_back(MachineOperand::CreateImm(0));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 572 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
573 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue()));
575 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
576 Ops.push_back(MachineOperand::CreateImm(0));
619 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
625 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue()));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
Thumb2InstrInfo.cpp 39 NopInst.addOperand(MCOperand::CreateImm(0));
40 NopInst.addOperand(MCOperand::CreateImm(ARMCC::AL));
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 237 Cond.push_back(MachineOperand::CreateImm(BranchCode));
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 362 MCOp = MCOperand::CreateImm(MO.getImm());
644 LEA.addOperand(MCOperand::CreateImm(1)); // scale
652 LEA.addOperand(MCOperand::CreateImm(1)); // scale
660 LEA.addOperand(MCOperand::CreateImm(1)); // scale
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 110 Inst.addOperand(MCOperand::CreateImm(0));
112 Inst.addOperand(MCOperand::CreateImm(CE->getValue()));
146 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) {
237 Inst.addOperand(MCOperand::CreateImm(AccessReg));
673 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));
772 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 84 MI->addOperand(*MF, MachineOperand::CreateImm(Val));
MachineOperand.h 558 static MachineOperand CreateImm(int64_t Val) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 264 Res.addOperand(MCOperand::CreateImm(0));
265 Res.addOperand(MCOperand::CreateImm(14));
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 294 Inst.addOperand(MCOperand::CreateImm(0));
467 Inst.addOperand(MCOperand::CreateImm(0));
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 264 Cond.push_back(MachineOperand::CreateImm(0));
280 Cond.push_back(MachineOperand::CreateImm(0));
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 250 Val.MCOp = MCOperand::CreateImm(RIVal);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 601 Inst.addOperand(MCOperand::CreateImm(RegOrOffset));

Completed in 497 milliseconds

12 3