Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp752 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anonc2b64ba80111::AArch64Operand
1473 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1516 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1529 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1538 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1547 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isLSLImm3Shift()
1554 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1563 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1622 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecShifter()
1632 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecHalfWordShifter()
[all …]