Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp750 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anonb6c3df290111::AArch64Operand
1319 if (MatchShift && ShiftExtendTy == getShiftExtendType()) in isSVEDataVectorRegWithShiftExtend()
1380 if (isGPR64<RegClassID>() && getShiftExtendType() == AArch64_AM::LSL && in isGPR64WithShiftExtend()
1460 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1503 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1516 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1525 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1534 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1543 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1555 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
[all …]