Searched defs:X86Operand (Results 1 – 5 of 5) sorted by relevance
25 struct X86Operand : public MCParsedAsmOperand { struct26 enum KindTy {31 } Kind;33 SMLoc StartLoc, EndLoc;34 SMLoc OffsetOfLoc;35 StringRef SymName;36 void *OpDecl;37 bool AddressOf;39 struct TokOp {44 struct RegOp {[all …]
81 X86Operand(KindTy K, SMLoc Start, SMLoc End) in X86Operand() function
90 X86Operand(KindTy K, SMLoc Start, SMLoc End) in X86Operand() function
68 X86Operand(OperandKindX8632 Kind, Type Ty) in X86Operand() function
67 X86Operand(OperandKindX8664 Kind, Type Ty) in X86Operand() function