Searched defs:getImm (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.cpp200 ARMWord ARMAssembler::getImm(ARMWord imm, int tmpReg, bool invert) function in class:JSC::ARMAssembler
/external/llvm/include/llvm/MC/
H A DMCInst.h69 int64_t getImm() const { function in class:llvm::MCOperand
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp146 const MCExpr *getImm() const { function in struct:__anon6862::MBlazeOperand
194 addExpr(Inst, getImm());
282 getImm()->print(OS);
379 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getImm(), S, E);
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h304 int64_t getImm() const { assert(isImm()); return Imm; } function in struct:llvm::CodeGenInstAlias::ResultOperand
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h360 int64_t getImm() const { function in class:llvm::MachineOperand
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp171 const MCExpr *getImm() const { function in struct:__anon6929::X86Operand
207 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
224 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
241 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
256 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
272 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
307 addExpr(Inst, getImm());
931 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm()) &&
932 cast<MCConstantExpr>(Op1->getImm())->getValue() == 1) {
942 if (Op1->isImm() && isa<MCConstantExpr>(Op1->getImm())
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp487 const MCExpr *getImm() const { function in class:__anon6812::ARMOperand
529 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
537 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
545 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
553 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
561 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
569 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
577 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
585 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
593 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
[all...]

Completed in 171 milliseconds