Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp354 k_ShiftExtend, enumerator
576 case k_ShiftExtend: in AArch64Operand()
751 if (Kind == k_ShiftExtend) in getShiftExtendType()
759 if (Kind == k_ShiftExtend) in getShiftExtendAmount()
767 if (Kind == k_ShiftExtend) in hasShiftExtendAmount()
1455 bool isShiftExtend() const { return Kind == k_ShiftExtend; } in isShiftExtend()
2423 auto Op = std::make_unique<AArch64Operand>(k_ShiftExtend, Ctx); in CreateShiftExtend()
2525 case k_ShiftExtend: in print()