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

/external/llvm/include/llvm/MC/
H A DMCInstBuilder.h1 //===-- llvm/MC/MCInstBuilder.h - Simplify creation of MCInsts --*- C++ -*-===//
10 // This file contains the MCInstBuilder class for convenient creation of
22 class MCInstBuilder { class in namespace:llvm
26 /// \brief Create a new MCInstBuilder for an MCInst with a specific opcode.
27 MCInstBuilder(unsigned Opcode) { function in class:llvm::MCInstBuilder
32 MCInstBuilder &addReg(unsigned Reg) {
38 MCInstBuilder &addImm(int64_t Val) {
44 MCInstBuilder &addFPImm(double Val) {
50 MCInstBuilder &addExpr(const MCExpr *Val) {
56 MCInstBuilder
[all...]

Completed in 477 milliseconds