Home
last modified time | relevance | path

Searched refs:ASR (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S89 lmanta = ASR(lmanta, expa)
90 lmantb = ASR(lmantb, expb)
188 lmanta = ASR(lmanta, expa)
189 lmantb = ASR(lmantb, expb)
H A Dfastmath_dlib_asm.S104 lmanta = ASR(lmanta, expa)
105 lmantb = ASR(lmantb, expb)
239 lmanta = ASR(lmanta, expa)
240 lmantb = ASR(lmantb, expb)
H A Dfastmath2_dlib_asm.S96 lmanta = ASR(lmanta, expa)
97 lmantb = ASR(lmantb, expb)
197 lmanta = ASR(lmanta, expa)
198 lmantb = ASR(lmantb, expb)
H A Ddfdiv.S169 DIV_ITER1B(ASR,1,15,)
170 DIV_ITER1B(ASR,16,15,)
171 DIV_ITER1B(ASR,31,15,PROD=# ( 0 );)
H A Ddfaddsub.S117 BTMP = ASR(BTMP,EXPDIFF)
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td15 /// SHL [~] ASR [~] LSR [~] SWAP [ ]
95 defm ASR : MxSROp<"asr", sra, MxRODI_R, MxROOP_AS>;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h151 ASR = 377, enumerator
326 #define ASR 377 macro
H A Dbfin-lex.c1847 return ASR;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h37 ASR, enumerator
58 case AArch64_AM::ASR: return "asr"; in getShiftExtendName()
79 case 2: return AArch64_AM::ASR; in getShiftType()
107 case AArch64_AM::ASR: STEnc = 2; break; in getShifterImm()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.h48 ASR, ///< Arithmetic shift right. enumerator
H A DAVRISelLowering.cpp258 NODE(ASR); in getTargetNodeName()
375 Opc8 = AVRISD::ASR; in LowerShifts()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h156 static inline uint32_t ASR(const uint32_t value, const uint32_t amount, in ASR() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp710 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs() local
712 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td50 def CheckShiftASR : CheckImmOperand_s<3, "AArch64_AM::ASR">;
H A DAArch64SchedNeoverseN2.td1602 (instregex "^(ASR|LSL|LSR)_WIDE_ZPmZ_[BHS]$",
1603 "^(ASR|LSL|LSR)_WIDE_ZZZ_[BHS]$",
1604 "^(ASR|LSL|LSR)_ZPmI_[BHSD]$",
1605 "^(ASR|LSL|LSR)_ZPmZ_[BHSD]$",
1606 "^(ASR|LSL|LSR)_ZZI_[BHSD]$",
H A DAArch64FastISel.cpp1278 case Instruction::AShr: ShiftType = AArch64_AM::ASR; break; in emitAddSub()
3736 emitSubs_rs(VT, SMULHReg, MulReg, AArch64_AM::ASR, 63, in fastLowerIntrinsicCall()
4893 AArch64_AM::ASR, Lg2); in selectSDiv()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-lex.l227 [aA][sS][rR] return ASR;
H A Dbfin-parse.y466 %token ASL ASR
3504 | LPAREN ASR RPAREN
3537 | ASR
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h612 ASR, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td365 (add Y, (sequence "ASR%u", 1, 31))>;
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleM7.td338 def : InstRW<[WriteALUsi], (instregex "(t|t2)(LSL|LSR|ASR|ROR)")>;
H A DARMInstrThumb.td1076 // ASR immediate
1087 // ASR register
H A DARMScheduleSwift.td154 // ASR,LSL,ROR,RRX
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dmt.cpu276 LSL LSR ASR - - - - -
845 (dni asr "ASR DstReg, SrcReg1, SrcReg2"
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1462 ST == AArch64_AM::ASR || ST == AArch64_AM::ROR || in isShifter()
1557 ST == AArch64_AM::ASR) && getShiftExtendAmount() < width; in isArithmeticShifter()
1568 ST == AArch64_AM::ASR || ST == AArch64_AM::ROR) && in isLogicalShifter()
3566 .Case("asr", AArch64_AM::ASR) in tryParseOptionalShiftExtend()
3589 ShOp == AArch64_AM::ASR || ShOp == AArch64_AM::ROR || in tryParseOptionalShiftExtend()

12