HomeSort by: relevance | last modified time | path
    Searched defs:createImm (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInst.h 141 static MCOperand createImm(int64_t Val) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp 182 Inst.addOperand(MCOperand::createImm(CE->getValue()));
215 static std::unique_ptr<BPFOperand> createImm(const MCExpr *Val, SMLoc S,
455 Operands.push_back(BPFOperand::createImm(IdVal, S, E));
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp 242 static std::unique_ptr<CSKYOperand> createImm(const MCExpr *Val, SMLoc S,
254 Inst.addOperand(MCOperand::createImm(CE->getValue()));
502 Operands.push_back(CSKYOperand::createImm(IdVal, S, E));
566 Operands.push_back(CSKYOperand::createImm(Res, S, E));
595 Operands.push_back(CSKYOperand::createImm(Res, S, E));
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
M68kAsmParser.cpp 168 static std::unique_ptr<M68kOperand> createImm(const MCExpr *Expr, SMLoc Start,
242 Inst.addOperand(MCOperand::createImm(Const->getValue()));
296 std::unique_ptr<M68kOperand> M68kOperand::createImm(const MCExpr *Expr,
610 Operands.push_back(M68kOperand::createImm(Expr, Start, End));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 394 Inst.addOperand(MCOperand::createImm(0));
397 MCOperand::createImm(static_cast<int32_t>(ConstExpr->getValue())));
438 Inst.addOperand(MCOperand::createImm(getMemOp()));
446 Inst.addOperand(MCOperand::createImm(getMemOp()));
470 MCOperand::createImm(static_cast<int32_t>(ConstExpr->getValue())));
493 Inst.addOperand(MCOperand::createImm(ConstExpr->getValue() & 0xffff));
501 Inst.addOperand(MCOperand::createImm(ConstExpr->getValue() >> 16));
524 Inst.addOperand(MCOperand::createImm(ConstExpr->getValue() >> 16));
532 Inst.addOperand(MCOperand::createImm(ConstExpr->getValue() & 0x1fffff));
603 static std::unique_ptr<LanaiOperand> createImm(const MCExpr *Value
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 780 static std::unique_ptr<RISCVOperand> createImm(const MCExpr *Val, SMLoc S,
817 Inst.addOperand(MCOperand::createImm(Imm));
857 Inst.addOperand(MCOperand::createImm(Imm));
862 Inst.addOperand(MCOperand::createImm(SysReg.Encoding));
867 Inst.addOperand(MCOperand::createImm(getVType()));
883 Inst.addOperand(MCOperand::createImm(getRoundingMode()));
1371 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64()));
1411 Operands.push_back(RISCVOperand::createImm(ModExpr, S, E, isRV64()));
1449 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64()));
1463 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 144 Inst.addOperand(MCOperand::createImm(0));
146 Inst.addOperand(MCOperand::createImm(CE->getValue()));
177 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) {
912 Operands.push_back(SystemZOperand::createImm(Register, StartLoc, EndLoc));
1283 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));
1485 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));
1644 Operands.push_back(SystemZOperand::createImm(Expr, StartLoc, EndLoc));

Completed in 26 milliseconds