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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp41 class AArch64Operand;
147 class AArch64Operand : public MCParsedAsmOperand { class in namespace:__anon22264
212 AArch64Operand(KindTy K, SMLoc S, SMLoc E) function in class:__anon22264::AArch64Operand
216 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand() { function in class:__anon22264::AArch64Operand
759 static AArch64Operand *CreateImmWithLSL(const MCExpr *Val,
763 AArch64Operand *Op = new AArch64Operand(k_ImmWithLSL, S, E);
770 static AArch64Operand *CreateCondCode(A64CC::CondCodes Code,
772 AArch64Operand *O
[all...]

Completed in 31 milliseconds