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

/external/llvm/include/llvm/MC/
H A DMCInst.h10 // This file contains the declaration of the MCInst and MCOperand classes, which
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 Op;
129 static MCOperand createExp
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInst.h10 // This file contains the declaration of the MCInst and MCOperand classes, which
29 /// MCOperand - Instances of this class represent operands of the MCInst class.
31 class MCOperand { class in namespace:llvm
49 MCOperand() : Kind(kInvalid), FPImmVal(0.0) {} function in class:llvm::MCOperand
97 static MCOperand CreateReg(unsigned Reg) {
98 MCOperand Op;
103 static MCOperand CreateImm(int64_t Val) {
104 MCOperand Op;
109 static MCOperand CreateFPImm(double Val) {
110 MCOperand O
[all...]

Completed in 684 milliseconds