Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64AddressingModes.h35 LSR, enumerator
56 case AArch64_AM::LSR: return "lsr"; in getShiftExtendName()
77 case 1: return AArch64_AM::LSR; in getShiftType()
105 case AArch64_AM::LSR: STEnc = 1; break; in getShifterImm()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDARMUtils.h130 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, bool *success) in LSR() function
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp959 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isShifter()
1017 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isArithmeticShifter()
1028 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isLogicalShifter()
2308 .Case("lsr", AArch64_AM::LSR) in tryParseOptionalShiftExtend()
2330 if (ShOp == AArch64_AM::LSL || ShOp == AArch64_AM::LSR || in tryParseOptionalShiftExtend()
/NextBSD/contrib/llvm/lib/Target/AArch64/Utils/
HDAArch64BaseInfo.h481 LSR, enumerator
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrThumb.td1016 // LSR immediate
1027 // LSR register
HDARMInstrInfo.td5649 // LSR, ROR, and RRX instructions.
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp306 return AArch64_AM::LSR; in getShiftTypeForNode()
1723 } else if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSR) { in getUsefulBitsFromOrWithShiftedReg()
HDAArch64FastISel.cpp1208 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break; in emitAddSub()
3639 /*IsKill=*/false, AArch64_AM::LSR, 32, in fastLowerIntrinsicCall()
/NextBSD/secure/lib/libcrypto/amd64/
HDbsaes-x86_64.S2460 .LSR: label
/NextBSD/contrib/binutils/gas/
HDChangeLog-00015275 Issue a warning if "ASR #0" or "LSR #0" is used.