Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td15 /// SHL [~] ASR [~] LSR [~] SWAP [ ]
88 defm LSR : MxSROp<"lsr", srl, MxRODI_R, MxROOP_LS>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h41 LSR, ///< Logical shift right. enumerator
H A DAVRISelLowering.cpp247 NODE(LSR); in getTargetNodeName()
328 Opc8 = AVRISD::LSR; in LowerShifts()
H A DAVRInstrInfo.td58 def AVRlsr : SDNode<"AVRISD::LSR", SDTIntUnaryOp>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp124 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate() local
167 auto Err = unwrap(TryToGenerate(::wrap(this), Ctx, &LSR, CLookupKind, in tryToGenerate()
172 OrcV2CAPIHelper::resetLookupState(LS, ::unwrap(LSR)); in tryToGenerate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h124 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h496 LSR, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp403 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSR, 56)), in emitHwasanMemaccessSymbols()
493 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSR, 56)), in emitHwasanMemaccessSymbols()
H A DAArch64SchedPredicates.td49 def CheckShiftLSR : CheckImmOperand_s<3, "AArch64_AM::LSR">;
H A DAArch64ISelDAGToDAG.cpp499 return AArch64_AM::LSR; in getShiftTypeForNode()
2250 } else if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSR) { in getUsefulBitsFromOrWithShiftedReg()
2712 SDNode *LSR = CurDAG->getMachineNode( in tryBitfieldInsertOpFromOr() local
2721 SDValue Ops[] = {Dst, SDValue(LSR, 0), in tryBitfieldInsertOpFromOr()
H A DAArch64FastISel.cpp1253 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break; in emitAddSub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2714 LatticeCell LSR; in evaluateHexCondMove() local
2715 if (!evaluate(R, LR, LSR)) in evaluateHexCondMove()
2717 RC.meet(LSR); in evaluateHexCondMove()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td338 def : InstRW<[WriteALUsi], (instregex "(t|t2)(LSL|LSR|ASR|ROR)")>;
H A DARMInstrThumb.td1179 // LSR immediate
1190 // LSR register
H A DARMScheduleR52.td330 (instregex "ASRr", "RORS?r", "LSR", "LSL")>;
H A DARMScheduleA57.td219 // (ASR, LSL, LSR, ROR, RRX)=MOVsi, MVN
H A DARMInstrInfo.td6332 // LSR, ROR, and RRX instructions.
/freebsd-13.1/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S1434 mov r6, #:lower16:(.LREVM0SR-.LSR)
1437 sub r6, r8, #.LREVM0SR-.LSR @ pass constants
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1338 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isShifter()
1433 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isArithmeticShifter()
1444 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isLogicalShifter()
3203 .Case("lsr", AArch64_AM::LSR) in tryParseOptionalShiftExtend()
3226 if (ShOp == AArch64_AM::LSL || ShOp == AArch64_AM::LSR || in tryParseOptionalShiftExtend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td272 defm LSR : ArcBinaryEXT5Inst<0b000001, "lsr">;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6236 const LSRInstance &LSR) { in GetInductionVariable() argument
6239 for (const WeakVH &IV : LSR.getScalarEvolutionIVs()) { in GetInductionVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5857 return AArch64_AM::LSR; in getShiftTypeForInst()