Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h36 LSR, enumerator
57 case AArch64_AM::LSR: return "lsr"; in getShiftExtendName()
78 case 1: return AArch64_AM::LSR; in getShiftType()
106 case AArch64_AM::LSR: STEnc = 1; break; in getShifterImm()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.h40 LSR, ///< Logical shift right. enumerator
H A DAVRISelLowering.cpp257 NODE(LSR); in getTargetNodeName()
324 Opc8 = AVRISD::LSR; in LowerShifts()
H A DAVRInstrInfo.td59 def AVRlsr : SDNode<"AVRISD::LSR", SDTIntUnaryOp>;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h125 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h404 LSR, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td50 def CheckShiftLSR : CheckImmOperand_s<3, "AArch64_AM::LSR">;
H A DAArch64ISelDAGToDAG.cpp332 return AArch64_AM::LSR; in getShiftTypeForNode()
1907 } else if (AArch64_AM::getShiftType(ShiftTypeAndValue) == AArch64_AM::LSR) { in getUsefulBitsFromOrWithShiftedReg()
2369 SDNode *LSR = CurDAG->getMachineNode( in tryBitfieldInsertOpFromOr() local
2378 SDValue Ops[] = {Dst, SDValue(LSR, 0), in tryBitfieldInsertOpFromOr()
H A DAArch64FastISel.cpp1250 case Instruction::LShr: ShiftType = AArch64_AM::LSR; break; in emitAddSub()
3747 /*IsKill=*/false, AArch64_AM::LSR, 32, in fastLowerIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1222 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isShifter()
1314 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isArithmeticShifter()
1325 return (ST == AArch64_AM::LSL || ST == AArch64_AM::LSR || in isLogicalShifter()
2751 .Case("lsr", AArch64_AM::LSR) in tryParseOptionalShiftExtend()
2774 if (ShOp == AArch64_AM::LSL || ShOp == AArch64_AM::LSR || in tryParseOptionalShiftExtend()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2697 LatticeCell LSR; in evaluateHexCondMove() local
2698 if (!evaluate(R, LR, LSR)) in evaluateHexCondMove()
2700 RC.meet(LSR); in evaluateHexCondMove()
/freebsd-12.1/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S1434 mov r6, #:lower16:(.LREVM0SR-.LSR)
1437 sub r6, r8, #.LREVM0SR-.LSR @ pass constants
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1138 // LSR immediate
1149 // LSR register
H A DARMScheduleR52.td331 (instregex "ASRr", "RORS?r", "LSR", "LSL")>;
H A DARMScheduleA57.td228 // (ASR, LSL, LSR, ROR, RRX)=MOVsi, MVN
H A DARMInstrInfo.td6091 // LSR, ROR, and RRX instructions.
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.td234 defm LSR : ArcBinaryEXT5Inst<0b000001, "lsr">;
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00015275 Issue a warning if "ASR #0" or "LSR #0" is used.