Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp347 k_ShiftedImm, enumerator
537 case k_ShiftedImm: in AArch64Operand()
612 assert(Kind == k_ShiftedImm && "Invalid access!"); in getShiftedImmVal()
617 assert(Kind == k_ShiftedImm && "Invalid access!"); in getShiftedImmShift()
943 bool isShiftedImm() const { return Kind == k_ShiftedImm; } in isShiftedImm()
2374 auto Op = std::make_unique<AArch64Operand>(k_ShiftedImm, Ctx); in CreateShiftedImm()
2548 case k_ShiftedImm: { in print()