Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp252 struct ShiftExtendOp ShiftExtend; member
304 ShiftExtend = o.ShiftExtend; in AArch64Operand()
401 return ShiftExtend.Type; in getShiftExtendType()
406 return ShiftExtend.Amount; in getShiftExtendAmount()
411 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1667 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()
1668 Op->ShiftExtend.Amount = Val; in CreateShiftExtend()
1669 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()