HomeSort by relevance Sort by last modified time
    Searched defs:getImm (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 200 ARMWord ARMAssembler::getImm(ARMWord imm, int tmpReg, bool invert)
  /external/llvm/include/llvm/MC/
MCInst.h 74 int64_t getImm() const {
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 146 int64_t getImm() const {
159 if (isImm()) { OS << getImm(); }
339 int64_t ImmVal = MO.getImm();
344 int64_t iv_value = IV_DefInstr->getOperand(2).getImm();
356 int64_t count = ImmVal - DefInstr->getOperand(1).getImm();
503 int64_t CountImm = TripCount->getImm();
639 .addImm(MII->getOperand(1).getImm());
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 97 // getImm - Return a target constant with the specified value.
98 inline SDValue getImm(const SDNode *Node, unsigned Imm) {
230 (MI.getOperand(2).getImm() == 0)) {
235 (MI.getOperand(2).getImm() == 0)) {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 399 int64_t getImm() const {
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 150 const MCExpr *getImm() const {
198 addExpr(Inst, getImm());
286 getImm()->print(OS);
381 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getImm(), S, E);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 159 int64_t getImm() const {
172 if (isImm()) { OS << getImm(); }
306 unsigned PredCond = LastI->getOperand(0).getImm();
359 ImmVal = (short) MO.getImm();
361 ImmVal = MO.getImm();
366 int64_t iv_value = (short) IV_DefInstr->getOperand(2).getImm();
376 int64_t start = (short) DefInstr->getOperand(2).getImm();
384 start |= int64_t(short(DefInstr2->getOperand(1).getImm())) << 16;
396 int64_t count = ImmVal - int64_t(short(DefInstr->getOperand(1).getImm()));
654 int64_t CountImm = TripCount->getImm();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 317 int64_t getImm() const { assert(isImm()); return Imm; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 175 const MCExpr *Expr = getImm();
203 const MCExpr *getImm() const {
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 225 const MCExpr *getImm() const {
261 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
275 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
289 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
303 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
317 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
388 addExpr(Inst, getImm());
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 519 const MCExpr *getImm() const {
554 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
561 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
568 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
575 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
582 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
589 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
596 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
604 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
611 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
    [all...]

Completed in 315 milliseconds