/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | fdct32x32_vsx.c | 109 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 …]
|
D | intrapred_vsx.c | 477 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()
|
D | inv_txfm_vsx.c | 142 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()
|
D | vpx_convolve_vsx.c | 170 vec_sl(vec_splat_s32(1), vec_splat_u32(FILTER_BITS - 1)); in convolve_line()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 190 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));
|
D | PacketMath.h | 75 static Packet4f p4f_MZERO = (Packet4f) vec_sl((Packet4ui)p4i_MINUS1, (Packet4ui)p4i_MINUS1); //{ 0x…
|
/external/jemalloc_new/test/include/test/ |
D | SFMT-alti.h | 85 w = vec_sl(d, sl1); in vec_recursion()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pwr8.h | 195 return (__m128i) vec_sl ((vector signed int) vsrc, vec_count.m128ui); in vec_slli_epi32()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 1048 res_vsll = vec_sl(vsll, vull); in test1() 1053 res_vull = vec_sl(vull, vull); in test1()
|
D | builtins-ppc-altivec.c | 3327 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/ |
D | builtins-ppc-p8vector.c | 1108 res_vsll = vec_sl(vsll, vull); in test1() 1113 res_vull = vec_sl(vull, vull); in test1()
|
D | builtins-ppc-p10vector.c | 1463 return vec_sl(vui128a, vui128b); in test_vec_slq_unsigned() 1470 return vec_sl(vi128a, vui128a); in test_vec_slq_signed()
|
D | builtins-ppc-altivec.c | 3500 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/ |
D | emmintrin.h | 1477 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()
|
D | mmintrin.h | 1133 r = vec_sl(m, (__vector unsigned short)c); in _mm_sll_pi16()
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 8408 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/ |
D | altivec.h | 6697 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 …]
|