Home
last modified time | relevance | path

Searched refs:sl1 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c615 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/
Dgep-combine-loop-invariant.ll120 %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/
DSFMT-alti.h69 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/
DSFMT-alti.h69 const vector unsigned int sl1 = ALTI_SL1; in vec_recursion() local
85 w = vec_sl(d, sl1); in vec_recursion()
/external/webrtc/webrtc/video/
Dvideo_loopback.cc168 DEFINE_string(sl1,
Dscreenshare_loopback.cc166 DEFINE_string(sl1,
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc676 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()