Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h36 ASR, enumerator
57 case AArch64_AM::ASR: return "asr"; in getShiftExtendName()
78 case 2: return AArch64_AM::ASR; in getShiftType()
106 case AArch64_AM::ASR: STEnc = 2; break; in getShifterImm()
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def25 OPCODE(LSR, BADOP, BADOP, ASR, BADOP, 2, OPF_TARGET|OPF_BINOP)
26 OPCODE(ASR, BADOP, BADOP, LSR, BADOP, 2, OPF_TARGET|OPF_BINOP)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.h40 ASR, ///< Arithmetic shift right. enumerator
DAVRISelLowering.cpp259 NODE(ASR); in getTargetNodeName()
314 Opc8 = AVRISD::ASR; in LowerShifts()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu.h205 A_ALU2(ASR)
Dvc4_qpu_emit.c270 A(ASR), in vc4_generate_code_block()
Dvc4_qir.h694 QIR_ALU2(ASR) in QIR_ALU1()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.def98 X(ASR, "asr") \
DIceTargetLoweringARM32.cpp2610 const bool ASR = Op == InstArithmetic::Ashr; in lowerInt64Arithmetic() local
2626 if (ASR) { in lowerInt64Arithmetic()
2634 if (ASR) { in lowerInt64Arithmetic()
2655 if (ASR) { in lowerInt64Arithmetic()
2708 if (ASR) { in lowerInt64Arithmetic()
3758 OperandARM32::ASR, ShiftAmt)); in lowerCast()
5454 NewShiftKind = OperandARM32::ASR; in matchShiftedOffsetReg()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h206 EMIT2(ASR)
Dbrw_vec4_builder.h399 ALU2(ASR) in ALU2_ACC()
Dbrw_fs_builder.h607 ALU2(ASR) in ALU3()
Dbrw_vec4_nir.cpp858 bld.ASR(dst_reg(temp), src, brw_imm_d(31)); in emit_find_msb_using_lzd()
1828 emit(ASR(dst, op[0], op[1])); in nir_emit_alu()
Dbrw_vec4_visitor.cpp177 ALU2(ASR) in ALU1()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp665 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs() local
667 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l56 asr { yylval.integer = BRW_OPCODE_ASR; return ASR; }
Di965_gram.y385 %token <integer> ADD ADD3 ADDC AND ASR AVG
824 | ASR
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst103 * simplify ZEXT + ASR into ZEXT + LSR
749 * big-shift: mark out-of-range OP_{ASR,LSR,SHL} as tainted
796 * shift: simplify ASR(LSR(x,N),N')
797 * shift: avoid simplification of ASR(LSR(x,0),N)
798 * shift: simplify ASR(ZEXT(X, N), C)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h454 ASR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc1949 cmp(hi, Operand(lo, ASR, kBitsPerWord - 1)); in ComputeRange()
2483 mov(rd, Operand(rm, ASR, shift), cond);
2495 movs(rd, Operand(rm, ASR, shift), cond); in Asrs()
2501 mov(rd, Operand(rm, ASR, rs), cond);
3402 add(base, array, Operand(index, ASR, 1)); in ElementAddressForRegIndex()
3409 return Address(array, index, ASR, 1); in ElementAddressForRegIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td50 def CheckShiftASR : CheckImmOperand_s<3, "AArch64_AM::ASR">;
DAArch64FastISel.cpp1284 case Instruction::AShr: ShiftType = AArch64_AM::ASR; break; in emitAddSub()
3771 AArch64_AM::ASR, 31, /*WantResult=*/false); in fastLowerIntrinsicCall()
3781 AArch64_AM::ASR, 63, /*WantResult=*/false); in fastLowerIntrinsicCall()
4983 SelectReg, /*IsKill=*/true, AArch64_AM::ASR, Lg2); in selectSDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td361 (add Y, (sequence "ASR%u", 1, 31))>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1209 ST == AArch64_AM::ASR || ST == AArch64_AM::ROR || in isShifter()
1304 ST == AArch64_AM::ASR) && getShiftExtendAmount() < width; in isArithmeticShifter()
1315 ST == AArch64_AM::ASR || ST == AArch64_AM::ROR) && in isLogicalShifter()
2747 .Case("asr", AArch64_AM::ASR) in tryParseOptionalShiftExtend()
2770 ShOp == AArch64_AM::ASR || ShOp == AArch64_AM::ROR || in tryParseOptionalShiftExtend()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1329 VIR_A_ALU2(ASR) in VIR_A_ALU2()

12