Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp335 k_ShiftExtend, enumerator
547 case k_ShiftExtend: in AArch64Operand()
707 if (Kind == k_ShiftExtend) in getShiftExtendType()
715 if (Kind == k_ShiftExtend) in getShiftExtendAmount()
723 if (Kind == k_ShiftExtend) in hasShiftExtendAmount()
1332 bool isShiftExtend() const { return Kind == k_ShiftExtend; } in isShiftExtend()
2223 auto Op = std::make_unique<AArch64Operand>(k_ShiftExtend, Ctx); in CreateShiftExtend()
2319 case k_ShiftExtend: in print()