Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp354 k_ShiftedImm, enumerator
550 case k_ShiftedImm: in AArch64Operand()
628 assert(Kind == k_ShiftedImm && "Invalid access!"); in getShiftedImmVal()
633 assert(Kind == k_ShiftedImm && "Invalid access!"); in getShiftedImmShift()
968 bool isShiftedImm() const { return Kind == k_ShiftedImm; } in isShiftedImm()
2421 auto Op = std::make_unique<AArch64Operand>(k_ShiftedImm, Ctx); in CreateShiftedImm()
2606 case k_ShiftedImm: { in print()