Searched refs:sl1 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 615 static const uint8x16_t sl1 = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, variable 623 const uint8x16_t b = vec_perm(a, above_right, sl1); in vpx_d45_predictor_8x8_vsx() 624 const uint8x16_t c = vec_perm(b, above_right, sl1); in vpx_d45_predictor_8x8_vsx() 633 row = vec_perm(row, above_right, sl1); in vpx_d45_predictor_8x8_vsx() 641 const uint8x16_t b = vec_perm(a, above_right, sl1); in vpx_d45_predictor_16x16_vsx() 642 const uint8x16_t c = vec_perm(b, above_right, sl1); in vpx_d45_predictor_16x16_vsx() 650 row = vec_perm(row, above_right, sl1); in vpx_d45_predictor_16x16_vsx() 659 const uint8x16_t b0 = vec_perm(a0, a1, sl1); in vpx_d45_predictor_32x32_vsx() 660 const uint8x16_t b1 = vec_perm(a1, above_right, sl1); in vpx_d45_predictor_32x32_vsx() 661 const uint8x16_t c0 = vec_perm(b0, b1, sl1); in vpx_d45_predictor_32x32_vsx() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | gep-combine-loop-invariant.ll | 120 %sl1 = shl nuw nsw <2 x i64> %lr1, <i64 7, i64 7> 121 %e5 = getelementptr inbounds i8, i8* %base, <2 x i64> %sl1 149 %sl1 = shl nuw nsw i64 %lr1, 7 150 %e5 = getelementptr inbounds i8, i8* %base, i64 %sl1 182 %sl1 = shl nuw nsw <2 x i64> %lr1, <i64 7, i64 7> 183 %e5 = getelementptr inbounds i8, <2 x i8*> %base, <2 x i64> %sl1
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 69 const vector unsigned int sl1 = ALTI_SL1; in vec_recursion() local 85 w = vec_sl(d, sl1); in vec_recursion()
|
/external/jemalloc_new/test/include/test/ |
D | SFMT-alti.h | 69 const vector unsigned int sl1 = ALTI_SL1; in vec_recursion() local 85 w = vec_sl(d, sl1); in vec_recursion()
|
/external/webrtc/webrtc/video/ |
D | video_loopback.cc | 168 DEFINE_string(sl1,
|
D | screenshare_loopback.cc | 166 DEFINE_string(sl1,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 676 const float sl1 = Eigen::internal::pfirst<Packet>(l1); in GEPP() local 683 ScalarMulAdd3Way(sl1, sl2, sl3, &r1, &r2, &r3, &out); in GEPP() 703 const float sl1 = Eigen::internal::pfirst<Packet>(l1); in GEPP() local 707 ScalarMulAdd3Way(sl1, sl2, sl3, &r1, &r2, &r3, &out); in GEPP() 739 const float sl1 = Eigen::internal::pfirst<Packet>(l); in GEPP() local 744 ScalarMulAdd(sl1, &r, &out); in GEPP()
|