Home
last modified time | relevance | path

Searched refs:vec_sl (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dfdct32x32_vsx.c109 b[0] = vec_sl(l0, vec_dct_scale_log2); in load()
110 b[1] = vec_sl(l1, vec_dct_scale_log2); in load()
111 b[2] = vec_sl(l2, vec_dct_scale_log2); in load()
112 b[3] = vec_sl(l3, vec_dct_scale_log2); in load()
113 b[4] = vec_sl(l4, vec_dct_scale_log2); in load()
114 b[5] = vec_sl(l5, vec_dct_scale_log2); in load()
115 b[6] = vec_sl(l6, vec_dct_scale_log2); in load()
116 b[7] = vec_sl(l7, vec_dct_scale_log2); in load()
118 b[8] = vec_sl(l8, vec_dct_scale_log2); in load()
119 b[9] = vec_sl(l9, vec_dct_scale_log2); in load()
[all …]
Dintrapred_vsx.c477 const uint8x16_t v128 = vec_sl(vec_splat_u8(1), vec_splat_u8(7)); in vpx_dc_128_predictor_16x16_vsx()
496 const uint8x16_t v128 = vec_sl(vec_splat_u8(1), vec_splat_u8(7)); in vpx_dc_128_predictor_32x32_vsx()
531 const int32x4_t v16 = vec_sl(vec_splat_s32(1), vec_splat_u32(4)); in avg32()
575 const int32x4_t v16 = vec_sl(vec_splat_s32(1), vec_splat_u32(4)); in dc_avg16()
603 const int32x4_t v32 = vec_sl(vec_splat_s32(1), vec_splat_u32(5)); in dc_avg32()
Dinv_txfm_vsx.c142 const int32x4_t shift = vec_sl(vec_splat_s32(1), vec_splat_u32(13)); \
363 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(1)); in vpx_round_store8x8_vsx()
637 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(2)); in vpx_round_store16x16_vsx()
1094 int16x8_t add = vec_sl(vec_splat_s16(8), vec_splat_u16(2)); in vpx_idct32x32_1024_add_vsx()
1229 uint32x4_t shift16 = vec_sl(vec_splat_u32(8), vec_splat_u32(1)); in vp9_iadst4_vsx()
1253 in[0] = (int16x8_t)vec_sl((int32x4_t)in[0], shift16); in vp9_iadst4_vsx()
Dvpx_convolve_vsx.c170 vec_sl(vec_splat_s32(1), vec_splat_u32(FILTER_BITS - 1)); in convolve_line()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h190 emm0 = vec_sl(emm0, reinterpret_cast<Packet4ui>(p4i_23));
288 emm0 = vec_sl(emm0, p2ul_52);
298 emm04i = vec_sl(emm04i, reinterpret_cast<Packet4ui>(p4i_20));
DPacketMath.h75 static Packet4f p4f_MZERO = (Packet4f) vec_sl((Packet4ui)p4i_MINUS1, (Packet4ui)p4i_MINUS1); //{ 0x…
/external/jemalloc_new/test/include/test/
DSFMT-alti.h85 w = vec_sl(d, sl1); in vec_recursion()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h195 return (__m128i) vec_sl ((vector signed int) vsrc, vec_count.m128ui); in vec_slli_epi32()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1048 res_vsll = vec_sl(vsll, vull); in test1()
1053 res_vull = vec_sl(vull, vull); in test1()
Dbuiltins-ppc-altivec.c3327 res_vsc = vec_sl(vsc, vuc); in test6()
3331 res_vuc = vec_sl(vuc, vuc); in test6()
3335 res_vs = vec_sl(vs, vus); in test6()
3339 res_vus = vec_sl(vus, vus); in test6()
3343 res_vi = vec_sl(vi, vui); in test6()
3347 res_vui = vec_sl(vui, vui); in test6()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1108 res_vsll = vec_sl(vsll, vull); in test1()
1113 res_vull = vec_sl(vull, vull); in test1()
Dbuiltins-ppc-p10vector.c1463 return vec_sl(vui128a, vui128b); in test_vec_slq_unsigned()
1470 return vec_sl(vi128a, vui128a); in test_vec_slq_signed()
Dbuiltins-ppc-altivec.c3500 res_vsc = vec_sl(vsc, vuc); in test6()
3506 res_vuc = vec_sl(vuc, vuc); in test6()
3512 res_vs = vec_sl(vs, vus); in test6()
3518 res_vus = vec_sl(vus, vus); in test6()
3524 res_vi = vec_sl(vi, vui); in test6()
3530 res_vui = vec_sl(vui, vui); in test6()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Demmintrin.h1477 result = vec_sl ((__v8hi) __A, lshift); in _mm_slli_epi16()
1496 result = vec_sl ((__v4si) __A, lshift); in _mm_slli_epi32()
1516 result = vec_sl ((__v2di) __A, lshift); in _mm_slli_epi64()
1715 result = vec_sl ((__v8hu) __A, lshift); in _mm_sll_epi16()
1734 result = vec_sl ((__v4su) __A, lshift); in _mm_sll_epi32()
1751 result = vec_sl ((__v2du) __A, lshift); in _mm_sll_epi64()
Dmmintrin.h1133 r = vec_sl(m, (__vector unsigned short)c); in _mm_sll_pi16()
/external/llvm-project/clang/lib/Headers/
Daltivec.h8408 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl() function
8414 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl() function
8415 return (vector signed char)vec_sl((vector unsigned char)__a, __b); in vec_sl()
8419 vec_sl(vector unsigned short __a, vector unsigned short __b) { in vec_sl() function
8424 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, in vec_sl() function
8426 return (vector short)vec_sl((vector unsigned short)__a, __b); in vec_sl()
8430 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl() function
8435 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a, in vec_sl() function
8437 return (vector int)vec_sl((vector unsigned int)__a, __b); in vec_sl()
8442 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl() function
[all …]
/external/clang/lib/Headers/
Daltivec.h6697 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl() function
6702 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl() function
6706 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, in vec_sl() function
6712 vec_sl(vector unsigned short __a, vector unsigned short __b) { in vec_sl() function
6716 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a, in vec_sl() function
6722 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl() function
6728 vec_sl(vector signed long long __a, vector unsigned long long __b) { in vec_sl() function
6733 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl() function
6744 return vec_sl(__a, __b); in vec_vslb()
6749 return vec_sl(__a, __b); in vec_vslb()
[all …]