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

  /external/llvm/include/llvm/MC/
MCInst.h 117 static MCOperand CreateImm(int64_t Val) {
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 178 Inst.addOperand(MCOperand::CreateImm(0));
180 Inst.addOperand(MCOperand::CreateImm(CE->getValue()));
236 static MBlazeOperand *CreateImm(const MCExpr *Val, SMLoc S, SMLoc E) {
449 return MBlazeOperand::CreateImm(EVal, S, E);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 344 Inst.addOperand(MCOperand::CreateImm(CE->getValue()));
384 Inst.addOperand(MCOperand::CreateImm(getMemScale()));
394 Inst.addOperand(MCOperand::CreateImm(CE->getValue()));
413 static X86Operand *CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc){
732 return X86Operand::CreateImm(Val, Start, End);
779 return X86Operand::CreateImm(Val, Start, End);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 95 milliseconds