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

/external/llvm/include/llvm/MC/
H A DMCInst.h10 // This file contains the declaration of the MCInst and MCOperand classes, which
31 /// MCOperand - Instances of this class represent operands of the MCInst class.
33 class MCOperand { class in namespace:llvm
53 MCOperand() : Kind(kInvalid), FPImmVal(0.0) {} function in class:llvm::MCOperand
111 static MCOperand CreateReg(unsigned Reg) {
112 MCOperand Op;
117 static MCOperand CreateImm(int64_t Val) {
118 MCOperand Op;
123 static MCOperand CreateFPImm(double Val) {
124 MCOperand O
[all...]

Completed in 371 milliseconds