Home
last modified time | relevance | path

Searched defs:asr (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/tools/gpu/
DTestContext.cpp32 auto asr = SkScopeExit(this->onPlatformGetAutoContextRestore()); in makeCurrentAndAutoRestore() local
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dbug-assign-op0.c1 int asr(int s) in asr() function
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_none_4.h562 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() function
Dastcenc_vecmathlib_neon_4.h518 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() function
Dastcenc_vecmathlib_avx2_8.h467 template <int s> ASTCENC_SIMD_INLINE vint8 asr(vint8 a) in asr() function
Dastcenc_vecmathlib_sse_4.h540 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h29 asr, enumerator
/third_party/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc118 __ asr(z2.VnS(), p2.Merging(), z2.VnS(), z2.VnS()); in TEST() local
121 __ asr(z10.VnH(), p2.Merging(), z10.VnH(), z10.VnD()); in TEST() local
124 __ asr(z17.VnD(), p5.Merging(), z17.VnD(), z17.VnD()); in TEST() local
689 __ asr(z26.VnB(), p5.Merging(), z26.VnB(), 3); in TEST() local
692 __ asr(z25.VnH(), p7.Merging(), z25.VnH(), z14.VnH()); in TEST() local
695 __ asr(z12.VnH(), p7.Merging(), z12.VnH(), z23.VnD()); in TEST() local
698 __ asr(z3.VnD(), p4.Merging(), z3.VnD(), z15.VnD()); in TEST() local
1356 __ asr(z24.VnD(), p5.Merging(), z24.VnD(), 3); in TEST() local
1359 __ asr(z1.VnH(), p3.Merging(), z1.VnH(), z4.VnH()); in TEST() local
1362 __ asr(z0.VnB(), p7.Merging(), z0.VnB(), z28.VnD()); in TEST() local
[all …]
Dtest-trace-aarch64.cc69 __ asr(w11, w12, 0); in GenerateTestSequenceBase() local
70 __ asr(x13, x14, 1); in GenerateTestSequenceBase() local
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.h618 void asr(const Register& rd, const Register& rn, int shift) { in asr() function
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h812 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() function
Dassembler-sve-aarch64.cc178 void Assembler::asr(const ZRegister& zd, in asr() function in vixl::aarch64::Assembler
195 void Assembler::asr(const ZRegister& zd, in asr() function in vixl::aarch64::Assembler
389 void Assembler::asr(const ZRegister& zd, const ZRegister& zn, int shift) { in asr() function in vixl::aarch64::Assembler
397 void Assembler::asr(const ZRegister& zd, in asr() function in vixl::aarch64::Assembler
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1563 TEST(vint4, asr) in TEST() argument
3013 TEST(vint8, asr) in TEST() argument
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc1704 void Assembler::asr(Register dst, Register src1, const Operand& src2, SBit s, in asr() function in v8::internal::Assembler
1927 int asr = (src2.shift_imm_ == 32) ? 0 : src2.shift_imm_; in pkhtb() local
/third_party/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc4796 __ asr(lr, lr, 3U); in Generate_36() local
5296 __ asr(ip, lr, 3U); in Generate_40() local
5391 __ asr(r8, r8, 1U); in Generate_41() local
5509 __ asr(r8, r8, 1U); in Generate_42() local
5555 __ asr(fp, r1, 3U); in Generate_42() local
5561 __ asr(fp, ip, 1U); in Generate_42() local
5876 __ asr(sl, r9, 3U); in Generate_45() local
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h2023 void asr(Register rd, Register rm, const Operand& operand) { in asr() function
2026 void asr(Condition cond, Register rd, Register rm, const Operand& operand) { in asr() function
2029 void asr(EncodingSize size, in asr() function
Dassembler-aarch32.cc2873 void Assembler::asr(Condition cond, in asr() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc1245 void Disassembler::asr(Condition cond, in asr() function in vixl::aarch32::Disassembler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1729 void AssemblerARM32::asr(const Operand *OpRd, const Operand *OpRm, in asr() function in Ice::ARM32::AssemblerARM32