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

12

  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 320 MCOp = MCOperand::CreateImm(MO.getImm());
570 LEA.addOperand(MCOperand::CreateImm(1)); // scale
578 LEA.addOperand(MCOperand::CreateImm(1)); // scale
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 522 static MachineOperand CreateImm(int64_t Val) {
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 534 MCOp = MCOperand::CreateImm(MO.getImm());
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 219 Cond.push_back(MachineOperand::CreateImm(BranchCode));
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 233 Cond.push_back(MachineOperand::CreateImm(0));
263 Cond.push_back(MachineOperand::CreateImm(0));
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 39 NopInst.addOperand(MCOperand::CreateImm(ARMCC::AL));
ARMBaseInstrInfo.cpp 462 MI->addOperand(MachineOperand::CreateImm(Pred[0].getImm()));
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 290 Cond.push_back(MachineOperand::CreateImm(Opc));
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp     [all...]

Completed in 2248 milliseconds

12