Searched refs:ShiftExtend (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp248 struct ShiftExtendOp ShiftExtend; member in union:__anon25952::AArch64Operand::__anon25953
301 ShiftExtend = o.ShiftExtend;
393 return ShiftExtend.Type;
398 return ShiftExtend.Amount;
403 return ShiftExtend.HasExplicitAmount;
1700 Op->ShiftExtend.Type = ShOp;
1701 Op->ShiftExtend.Amount = Val;
1702 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount;

Completed in 898 milliseconds