/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 45 const uint8x16_t v0 = vec_splat(d, 0); 46 const uint8x16_t v1 = vec_splat(d, 1); 47 const uint8x16_t v2 = vec_splat(d, 2); 48 const uint8x16_t v3 = vec_splat(d, 3); 64 const uint8x16_t v0 = vec_splat(d, 0); 65 const uint8x16_t v1 = vec_splat(d, 1); 66 const uint8x16_t v2 = vec_splat(d, 2); 67 const uint8x16_t v3 = vec_splat(d, 3); 69 const uint8x16_t v4 = vec_splat(d, 4); 70 const uint8x16_t v5 = vec_splat(d, 5); [all …]
|
D | quantize_vsx.c | 121 zbin = vec_splat(zbin, 1); in vpx_quantize_b_vsx() 131 round = vec_splat(round, 1); in vpx_quantize_b_vsx() 132 quant = vec_splat(quant, 1); in vpx_quantize_b_vsx() 133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx() 140 dequant = vec_splat(dequant, 1); in vpx_quantize_b_vsx() 239 zbin = vec_splat(zbin, 1); // remove DC from zbin in vpx_quantize_b_32x32_vsx() 244 round = vec_splat(round, 1); // remove DC from round in vpx_quantize_b_32x32_vsx() 245 quant = vec_splat(quant, 1); // remove DC from quant in vpx_quantize_b_32x32_vsx() 246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx() 254 dequant = vec_splat(dequant, 1); // remove DC from dequant in vpx_quantize_b_32x32_vsx()
|
D | variance_vsx.c | 30 const int32x4_t d = vec_splat(vec_sums(ds, vec_splat_s32(0)), 3); in vpx_get4x4sse_cs_vsx() 47 s = vec_splat(vec_sums(s, vec_splat_s32(0)), 3); in vpx_get_mb_ss_vsx() 207 s = vec_splat(vec_sums(s, vec_splat_s32(0)), 3); in variance() 211 ss = vec_splat(vec_sums(ss, vec_splat_s32(0)), 3); in variance()
|
D | deblock_vsx.c | 272 sum = vec_splat(sum, 7); in vpx_mbpost_proc_across_ip_vsx() 273 sumsq_even = vec_splat(sumsq_odd, 3); in vpx_mbpost_proc_across_ip_vsx() 274 sumsq_odd = vec_splat(sumsq_odd, 3); in vpx_mbpost_proc_across_ip_vsx()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-error.c | 286 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core() 289 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core() 292 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core() 295 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core() 298 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core() 301 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core() 304 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core() 307 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core() 310 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core() 313 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-zvector2-error.c | 101 vf = vec_splat(vf, idx); // expected-error {{no matching function}} in test_core() 104 vf = vec_splat(vf, -1); // expected-error {{no matching function}} in test_core() 107 vf = vec_splat(vf, 4); // expected-error {{no matching function}} in test_core() 110 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core() 113 vd = vec_splat(vd, -1); // expected-error {{no matching function}} in test_core() 116 vd = vec_splat(vd, 2); // expected-error {{no matching function}} in test_core()
|
D | builtins-systemz-zvector2-constrained.c | 132 vf = vec_splat(vf, 0); in test_core() 135 vf = vec_splat(vf, 1); in test_core() 138 vd = vec_splat(vd, 0); in test_core() 141 vd = vec_splat(vd, 1); in test_core()
|
D | builtins-systemz-zvector.c | 731 vsc = vec_splat(vsc, 0); in test_core() 734 vsc = vec_splat(vsc, 15); in test_core() 737 vuc = vec_splat(vuc, 0); in test_core() 740 vuc = vec_splat(vuc, 15); in test_core() 743 vbc = vec_splat(vbc, 0); in test_core() 746 vbc = vec_splat(vbc, 15); in test_core() 749 vss = vec_splat(vss, 0); in test_core() 752 vss = vec_splat(vss, 7); in test_core() 755 vus = vec_splat(vus, 0); in test_core() 758 vus = vec_splat(vus, 7); in test_core() [all …]
|
D | builtins-systemz-zvector-constrained.c | 80 vd = vec_splat(vd, 0); in test_core() 83 vd = vec_splat(vd, 1); in test_core()
|
D | builtins-systemz-zvector2.c | 237 vf = vec_splat(vf, 0); in test_core() 240 vf = vec_splat(vf, 1); in test_core() 243 vd = vec_splat(vd, 0); in test_core() 246 vd = vec_splat(vd, 1); in test_core()
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 297 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core() 300 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core() 303 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core() 306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core() 309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core() 312 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core() 315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core() 318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core() 321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core() 324 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-zvector.c | 435 vsc = vec_splat(vsc, 0); in test_core() 437 vsc = vec_splat(vsc, 15); in test_core() 439 vuc = vec_splat(vuc, 0); in test_core() 441 vuc = vec_splat(vuc, 15); in test_core() 443 vbc = vec_splat(vbc, 0); in test_core() 445 vbc = vec_splat(vbc, 15); in test_core() 447 vss = vec_splat(vss, 0); in test_core() 449 vss = vec_splat(vss, 7); in test_core() 451 vus = vec_splat(vus, 0); in test_core() 453 vus = vec_splat(vus, 7); in test_core() [all …]
|
D | builtins-ppc-vsx.c | 277 res_vd = vec_splat(vd, 1); in test1() 286 res_vbll = vec_splat(vbll, 1); in test1() 295 res_vsll = vec_splat(vsll, 1); in test1() 304 res_vull = vec_splat(vull, 1); in test1()
|
/external/flac/src/libFLAC/ |
D | lpc_intrin_vsx.c | 107 d = vec_splat(d0_orig, 0); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 113 d = vec_splat(d0_orig, 1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 120 d = vec_splat(d0_orig, 2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 127 d = vec_splat(d0_orig, 3); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 163 d = vec_splat(d0, 0); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 237 d = vec_splat(d0_orig, 0); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 242 d = vec_splat(d0_orig, 1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 248 d = vec_splat(d0_orig, 2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 254 d = vec_splat(d0_orig, 3); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 284 d = vec_splat(d0, 0); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() [all …]
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | xmmintrin.h | 177 __v4sf __va = vec_splat((__v4sf)__A, 0); in _mm_store1_ps() 231 a = vec_splat (__A, 0); in _mm_add_ss() 232 b = vec_splat (__B, 0); in _mm_add_ss() 253 a = vec_splat (__A, 0); in _mm_sub_ss() 254 b = vec_splat (__B, 0); in _mm_sub_ss() 275 a = vec_splat (__A, 0); in _mm_mul_ss() 276 b = vec_splat (__B, 0); in _mm_mul_ss() 297 a = vec_splat (__A, 0); in _mm_div_ss() 298 b = vec_splat (__B, 0); in _mm_div_ss() 318 a = vec_splat (__A, 0); in _mm_sqrt_ss() [all …]
|
D | emmintrin.h | 212 _mm_store_pd (__P, vec_splat (__A, 0)); in _mm_store1_pd() 1083 __v2df temp_b = vec_splat((__v2df)__B, 0); in _mm_cvtsd_ss() 1132 __v4sf temp = vec_splat ((__v4sf)__B, 0); in _mm_cvtss_sd() 1710 lshift = vec_splat ((__v8hu) __B, 0); in _mm_sll_epi16() 1712 lshift = vec_splat ((__v8hu) __B, 3); in _mm_sll_epi16() 1729 lshift = vec_splat ((__v4su) __B, 0); in _mm_sll_epi32() 1731 lshift = vec_splat ((__v4su) __B, 1); in _mm_sll_epi32() 1749 lshift = vec_splat ((__v2du) __B, 0); in _mm_sll_epi64() 1766 rshift = vec_splat ((__v8hu)__B, 0); in _mm_sra_epi16() 1768 rshift = vec_splat ((__v8hu)__B, 3); in _mm_sra_epi16() [all …]
|
/external/fec/ |
D | viterbi615_av.c | 126 sym0v = vec_splat(symv,0); in update_viterbi615_blk_av() 127 sym1v = vec_splat(symv,1); in update_viterbi615_blk_av() 128 sym2v = vec_splat(symv,2); in update_viterbi615_blk_av() 129 sym3v = vec_splat(symv,3); in update_viterbi615_blk_av() 130 sym4v = vec_splat(symv,4); in update_viterbi615_blk_av() 131 sym5v = vec_splat(symv,5); in update_viterbi615_blk_av()
|
D | viterbi39_av.c | 126 sym0v = vec_splat(symv,0); in update_viterbi39_blk_av() 127 sym1v = vec_splat(symv,1); in update_viterbi39_blk_av() 128 sym2v = vec_splat(symv,2); in update_viterbi39_blk_av()
|
D | viterbi29_av.c | 129 sym2v = vec_splat(sym1v,1); /* Splat syms[1] across sym2v */ in update_viterbi29_blk_av() 130 sym1v = vec_splat(sym1v,0); /* Splat syms[0] across sym1v */ in update_viterbi29_blk_av()
|
D | viterbi27_av.c | 129 sym1v = vec_splat(sym0v,1); /* Splat syms[1] across sym1v */ in update_viterbi27_blk_av() 130 sym0v = vec_splat(sym0v,0); /* Splat syms[0] across sym0v */ in update_viterbi27_blk_av()
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 72 round = vec_splat(round, 1); in vp9_quantize_fp_vsx() 73 quant = vec_splat(quant, 1); in vp9_quantize_fp_vsx() 76 dequant = vec_splat(dequant, 1); in vp9_quantize_fp_vsx() 214 thres = vec_splat(thres, 1); in vp9_quantize_fp_32x32_vsx() 215 round = vec_splat(round, 1); in vp9_quantize_fp_32x32_vsx() 216 quant = vec_splat(quant, 1); in vp9_quantize_fp_32x32_vsx() 217 dequant = vec_splat(dequant, 1); in vp9_quantize_fp_32x32_vsx()
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 112 …c p16uc_PSET32_WODD = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet16uc) … 113 static Packet16uc p16uc_PSET32_WEVEN = vec_sld(p16uc_DUPLICATE32_HI, (Packet16uc) vec_splat((Packe… 268 splat.v4f[0] = vec_splat(from.v4f[0], 0); 272 splat.v4f[0] = vec_splat(from.v4f[0], 1); 276 splat.v4f[0] = vec_splat(from.v4f[1], 0); 280 splat.v4f[0] = vec_splat(from.v4f[1], 1); 413 a0 = vec_splat(a3, 0); 414 a1 = vec_splat(a3, 1); 415 a2 = vec_splat(a3, 2); 416 a3 = vec_splat(a3, 3); [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 102 …c p16uc_PSET32_WODD = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet16uc) … 103 static Packet16uc p16uc_PSET32_WEVEN = vec_sld(p16uc_DUPLICATE32_HI, (Packet16uc) vec_splat((Packe… 104 static Packet16uc p16uc_HALF64_0_16 = vec_sld((Packet16uc)p4i_ZERO, vec_splat((Packet16uc) vec_abs(… 108 …6uc p16uc_PSET32_WODD = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 1), (Packet16uc) … 109 …uc p16uc_PSET32_WEVEN = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet16uc) … 110 static Packet16uc p16uc_HALF64_0_16 = vec_sld(vec_splat((Packet16uc) vec_abs(p4i_MINUS16), 0), (Pac… 293 a0 = vec_splat(a3, 0); 294 a1 = vec_splat(a3, 1); 295 a2 = vec_splat(a3, 2); 296 a3 = vec_splat(a3, 3); [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.h | 162 return vec_splat(a, 0); 168 return vec_splat(a, 1); 174 return vec_splat(a, 2); 180 return vec_splat(a, 3);
|
/external/rust/crates/libz-sys/src/zlib-ng/arch/power/ |
D | slide_hash_power8.c | 30 vw = vec_splat(vw,0); in slide_hash_power8_loop()
|