HomeSort by relevance Sort by last modified time
    Searched refs:SIMD (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib.hpp 210 using SIMD = typename Traits::IsaImpl;
219 // Populates a SIMD Vec4 from a non-simd vector. So p = xyzw becomes xxxx yyyy zzzz wwww.
223 r[0] = SIMD::set1_ps(p[0]);
224 r[1] = SIMD::set1_ps(p[1]);
225 r[2] = SIMD::set1_ps(p[2]);
226 r[3] = SIMD::set1_ps(p[3]);
242 r = SIMD::mul_ps(v0[0], v1[0]); // (v0.x*v1.x)
244 tmp = SIMD::mul_ps(v0[1], v1[1]); // (v0.y*v1.y)
245 r = SIMD::add_ps(r, tmp); // (v0.x*v1.x) + (v0.y*v1.y
    [all...]
simdintrin.h 31 typedef SIMD256 SIMD;
40 #define _simd_load_ps SIMD::load_ps
41 #define _simd_load1_ps SIMD::broadcast_ss
42 #define _simd_loadu_ps SIMD::loadu_ps
43 #define _simd_setzero_ps SIMD::setzero_ps
44 #define _simd_set1_ps SIMD::set1_ps
45 #define _simd_blend_ps(a, b, i) SIMD::blend_ps<i>(a, b)
46 #define _simd_blend_epi32(a, b, i) SIMD::blend_epi32<i>(a, b)
47 #define _simd_blendv_ps SIMD::blendv_ps
48 #define _simd_store_ps SIMD::store_p
    [all...]
  /external/libjpeg-turbo/simd/nasm/
jsimdcfg.inc.h 67 ; On this SIMD implementation, this must be 'unsigned char'.
76 ; On this SIMD implementation, this must be 'short'.
82 ; On this SIMD implementation, this must be 'unsigned int'.
  /external/fec/
mmxbfly27.s 1 /* Intel SIMD MMX implementation of Viterbi ACS butterflies
8 # MMX (64-bit SIMD) version
mmxbfly29.s 1 /* Intel SIMD MMX implementation of Viterbi ACS butterflies
18 # MMX (64-bit SIMD) version
sse2bfly29.s 1 /* Intel SIMD SSE2 implementation of Viterbi ACS butterflies
9 # SSE2 (128-bit integer SIMD) version
dotprod_sse2_assist.s 0 # SIMD SSE2 dot product
dotprod_mmx_assist.s 0 # SIMD MMX dot product
  /external/libjpeg-turbo/simd/i386/
jccolor-avx2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jccolor-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jccolor-sse2.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-avx2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-sse2.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-avx2.asm 8 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-sse2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jdmerge-avx2.asm 8 ; Based on the x86 SIMD extension for IJG JPEG library
jdmerge-mmx.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jdmerge-sse2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
  /external/libjpeg-turbo/simd/x86_64/
jccolor-avx2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jccolor-sse2.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-avx2.asm 7 ; Based on the x86 SIMD extension for IJG JPEG library
jcgray-sse2.asm 6 ; Based on the x86 SIMD extension for IJG JPEG library
jdcolor-avx2.asm 8 ; Based on the x86 SIMD extension for IJG JPEG library

Completed in 709 milliseconds

1 2 3 4