Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp706 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anon56f6c4660111::AArch64Operand
1337 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1380 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1393 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1402 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1411 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1420 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1432 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
1479 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecShifter()
1489 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecHalfWordShifter()
[all …]