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

  /external/llvm/include/llvm/MC/
MCInst.h 117 static MCOperand createImm(int64_t Val) {
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 123 Inst.addOperand(MCOperand::createImm(0));
125 Inst.addOperand(MCOperand::createImm(CE->getValue()));
159 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) {
275 Inst.addOperand(MCOperand::createImm(AccessReg));
778 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));
920 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));
    [all...]

Completed in 8588 milliseconds