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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp228 bool HasExplicitAmount; member in struct:__anon25952::AArch64Operand::ShiftExtendOp
403 return ShiftExtend.HasExplicitAmount;
1698 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) {
1702 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount;
1697 CreateShiftExtend(AArch64_AM::ShiftExtendType ShOp, unsigned Val, bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) argument

Completed in 72 milliseconds