Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp602 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anon7d8c15f70111::AArch64Operand
1221 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1263 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1276 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1283 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1292 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1301 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1313 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
1360 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecShifter()
1370 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecHalfWordShifter()
[all …]