/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrShiftRotate.td | 15 /// 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 D | AArch64AddressingModes.h | 35 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 D | AVRISelLowering.h | 43 LSR, ///< Logical shift right. enumerator
|
H A D | AVRISelLowering.cpp | 238 NODE(LSR); in getTargetNodeName() 369 Opc8 = AVRISD::LSR; in LowerShifts()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ARMUtils.h | 126 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 D | OrcV2CBindings.cpp | 276 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 D | AArch64SchedA510.td | 683 (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 D | AArch64SchedNeoverseN2.td | 653 // 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 D | AArch64SchedNeoverseV1.td | 525 // 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 D | AArch64SchedPredicates.td | 55 def CheckShiftLSR : CheckImmOperand_s<3, "AArch64_AM::LSR">;
|
H A D | AArch64SchedNeoverseV2.td | 1124 // 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 D | AArch64ISelDAGToDAG.cpp | 662 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 D | AArch64AsmPrinter.cpp | 709 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSR, 56)), in emitHwasanMemaccessSymbols() 799 .addImm(AArch64_AM::getShifterImm(AArch64_AM::LSR, 56)), in emitHwasanMemaccessSymbols()
|
H A D | AArch64SchedAmpere1.td | 994 (instregex "(ASR|LSL|LSR|ROR)V(W|X)r")>;
|
H A D | AArch64SchedAmpere1B.td | 976 (instregex "(ASR|LSL|LSR|ROR)V(W|X)r")>;
|
H A D | AArch64SchedNeoverseN1.td | 310 // Arithmetic, LSR/ASR/ROR shift or LSL shift > 4
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 607 LSR, enumerator
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | bsaes-armv7.S | 567 .LSR: label 921 vldmia r6, {q12} @ .LSR
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 2707 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 D | ARMScheduleM7.td | 338 def : InstRW<[WriteALUsi], (instregex "(t|t2)(LSL|LSR|ASR|ROR)")>;
|
H A D | ARMInstrThumb.td | 1180 // LSR immediate 1191 // LSR register
|
H A D | ARMScheduleR52.td | 330 (instregex "ASRr", "RORS?r", "LSR", "LSL")>;
|
H A D | ARMScheduleA57.td | 218 // (ASR, LSL, LSR, ROR, RRX)=MOVsi, MVN
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1494 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 D | ARCInstrInfo.td | 303 defm LSR : ArcBinaryEXT5Inst<0b000001, "lsr">;
|