HomeSort by relevance Sort by last modified time
    Searched defs:getImm (Results 1 - 7 of 7) 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 69 int64_t getImm() const {
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 149 const MCExpr *getImm() const {
197 addExpr(Inst, getImm());
285 getImm()->print(OS);
381 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getImm(), S, E);
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 336 int64_t getImm() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 303 int64_t getImm() const { assert(isImm()); return Imm; }
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 162 const MCExpr *getImm() const {
198 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
215 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
232 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
248 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
283 addExpr(Inst, getImm());
895 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
896 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
906 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
907 cast<MCConstantExpr>(Op1->getImm())->getValue() == 3)
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 319 const MCExpr *getImm() const {
383 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
391 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
399 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
407 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
415 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
425 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
433 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
613 addExpr(Inst, getImm());
618 addExpr(Inst, getImm());
    [all...]

Completed in 172 milliseconds