Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td15 /// SHL [~] ASR [~] LSR [~] SWAP [ ]
94 defm LSR : MxSROp<"lsr", srl, MxRODI_R, MxROOP_LS>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h35 LSR,
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()
36 LSR, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h43 LSR, ///< Logical shift right. enumerator
H A DAVRISelLowering.cpp238 NODE(LSR); in getTargetNodeName()
369 Opc8 = AVRISD::LSR; in LowerShifts()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h126 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp276 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate() local
296 auto Err = unwrap(TryToGenerate(::wrap(this), Ctx, &LSR, CLookupKind, in tryToGenerate()
301 OrcV2CAPIHelper::resetLookupState(LS, ::unwrap(LSR)); in tryToGenerate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA510.td683 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]",
684 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]",
685 "^(ASR|LSL|LSR)_ZPmI_[BHSD]",
686 "^(ASR|LSL|LSR)_ZPZI_[BHSD]",
687 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]",
688 "^(ASR|LSL|LSR)_ZPZZ_[BHSD]",
689 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
H A DAArch64SchedNeoverseN2.td653 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
1625 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]",
1626 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]",
1627 "^(ASR|LSL|LSR)_ZPmI_[BHSD]",
1628 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]",
1629 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
1630 "^(ASR|LSL|LSR)_ZPZ[IZ]_[BHSD]",
H A DAArch64SchedNeoverseV1.td525 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
532 // Arithmetic, flagset, LSR/ASR/ROR shift or LSL shift > 4
1390 (instregex "^(ASR|LSL|LSR)_WIDE_Z(Pm|Z)Z_[BHS]",
1391 "^(ASR|LSL|LSR)_ZPm[IZ]_[BHSD]",
1392 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
1393 "^(ASR|LSL|LSR)_ZPZ[IZ]_[BHSD]",
H A DAArch64SchedPredicates.td55 def CheckShiftLSR : CheckImmOperand_s<3, "AArch64_AM::LSR">;
H A DAArch64SchedNeoverseV2.td1124 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
2135 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]",
2136 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]",
2137 "^(ASR|LSL|LSR)_ZPmI_[BHSD]",
2138 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]",
2139 "^(ASR|LSL|LSR)_ZZI_[BHSD]",
2140 "^(ASR|LSL|LSR)_ZPZ[IZ]_[BHSD]",
H A DAArch64ISelDAGToDAG.cpp662 return AArch64_AM::LSR; in getShiftTypeForNode()
2860 } else if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSR) { in getUsefulBitsFromOrWithShiftedReg()
3395 EncodedShiftImm = AArch64_AM::getShifterImm(AArch64_AM::LSR, SrlImm); in isWorthFoldingIntoOrrWithShift()
3495 AArch64_AM::getShifterImm(AArch64_AM::LSR, SrlImm), DL, VT)}; in tryOrrWithShift()
3658 SDNode *LSR = CurDAG->getMachineNode( in tryBitfieldInsertOpFromOr() local
3667 SDValue Ops[] = {Dst, SDValue(LSR, 0), in tryBitfieldInsertOpFromOr()
H A DAArch64AsmPrinter.cpp709 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSR, 56)), in emitHwasanMemaccessSymbols()
799 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSR, 56)), in emitHwasanMemaccessSymbols()
H A DAArch64SchedAmpere1.td994 (instregex "(ASR|LSL|LSR|ROR)V(W|X)r")>;
H A DAArch64SchedAmpere1B.td976 (instregex "(ASR|LSL|LSR|ROR)V(W|X)r")>;
H A DAArch64SchedNeoverseN1.td310 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h607 LSR, enumerator
/freebsd/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S567 .LSR: label
921 vldmia r6, {q12} @ .LSR
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2707 LatticeCell LSR; in evaluateHexCondMove() local
2708 if (!evaluate(R, LR, LSR)) in evaluateHexCondMove()
2710 RC.meet(LSR); in evaluateHexCondMove()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td338 def : InstRW<[WriteALUsi], (instregex "(t|t2)(LSL|LSR|ASR|ROR)")>;
H A DARMInstrThumb.td1180 // LSR immediate
1191 // LSR register
H A DARMScheduleR52.td330 (instregex "ASRr", "RORS?r", "LSR", "LSL")>;
H A DARMScheduleA57.td218 // (ASR, LSL, LSR, ROR, RRX)=MOVsi, MVN
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1494 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isShifter()
1596 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isArithmeticShifter()
1607 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isLogicalShifter()
3592 .Case("lsr", AArch64_AM::LSR) in tryParseOptionalShiftExtend()
3615 if (ShOp == AArch64_AM::LSL || ShOp == AArch64_AM::LSR || in tryParseOptionalShiftExtend()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td303 defm LSR : ArcBinaryEXT5Inst<0b000001, "lsr">;

12