Home
last modified time | relevance | path

Searched refs:t6 (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dpack_avx2_fma.cc157 __m256i t0, t1, t2, t3, t4, t5, t6, t7;
175 r5 = _mm256_unpacklo_epi32(t6, t7);
177 r7 = _mm256_unpackhi_epi32(t6, t7);
182 t6 = _mm256_unpackhi_epi64(r4, r5);
307 r5 = _mm256_unpacklo_epi32(t6, t7);
309 r7 = _mm256_unpackhi_epi32(t6, t7);
314 t6 = _mm256_unpackhi_epi64(r4, r5);
375 __m256i t0, t1, t2, t3, t4, t5, t6, t7;
393 r5 = _mm256_unpacklo_epi32(t6, t7);
395 r7 = _mm256_unpackhi_epi32(t6, t7);
[all …]
A Dpack_avx.cc307 __m256i t0, t1, t2, t3, t4, t5, t6, t7;
325 r5 = mm256_unpacklo_epi32(t6, t7);
327 r7 = mm256_unpackhi_epi32(t6, t7);
332 t6 = mm256_unpackhi_epi64(r4, r5);
449 r5 = mm256_unpacklo_epi32(t6, t7);
451 r7 = mm256_unpackhi_epi32(t6, t7);
456 t6 = mm256_unpackhi_epi64(r4, r5);
517 __m256i t0, t1, t2, t3, t4, t5, t6, t7;
535 r5 = mm256_unpacklo_epi32(t6, t7);
537 r7 = mm256_unpackhi_epi32(t6, t7);
[all …]
A Dpack_x86.h534 __m256 t0, t1, t2, t3, t4, t5, t6, t7;
542 t6 = _mm256_loadu_ps(src_ptr6);
551 r5 = _mm256_unpacklo_ps(t6, t7);
553 r7 = _mm256_unpackhi_ps(t6, t7);
558 t6 = Mm256UnpackhiPsx2<path>(r4, r5);
573 r2 = _mm256_permute2f128_ps(t2, t6, 0x20);
575 r3 = _mm256_permute2f128_ps(t2, t6, 0x31);
591 __m256 t0, t1, t2, t3, t4, t5, t6, t7;
608 r5 = _mm256_unpacklo_ps(t6, t7);
610 r7 = _mm256_unpackhi_ps(t6, t7);
[all …]
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c697 uECC_word_t t6[NUM_ECC_WORDS]; in XYcZ_addC() local
708 uECC_vli_modSub(t6, X2, X1, curve->p, num_words); /* t6 = C - B */ in XYcZ_addC()
709 uECC_vli_modMult_fast(Y1, Y1, t6, curve); /* t2 = y1 * (C - B) = E */ in XYcZ_addC()
710 uECC_vli_modAdd(t6, X1, X2, curve->p, num_words); /* t6 = B + C */ in XYcZ_addC()
712 uECC_vli_modSub(X2, X2, t6, curve->p, num_words); /* t3 = D - (B + C) = x3 */ in XYcZ_addC()
720 uECC_vli_modSub(t7, t7, t6, curve->p, num_words); /* t7 = F - (B + C) = x3' */ in XYcZ_addC()
721 uECC_vli_modSub(t6, t7, X1, curve->p, num_words); /* t6 = x3' - B */ in XYcZ_addC()
722 uECC_vli_modMult_fast(t6, t6, t5, curve); /* t6 = (y2+y1)*(x3' - B) */ in XYcZ_addC()
724 uECC_vli_modSub(Y1, t6, Y1, curve->p, num_words); in XYcZ_addC()
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dvectors.S81 sd t6, (60+60)(sp)
161 ld t6, (60+60)(sp)
210 sd t6, (60+60)(sp)
296 ld t6, (60+60)(sp)
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Derf_lgamma.c61 t6 = 6.1005386524e-03f, /* 0x3bc7e707 */ variable
216 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_sse2.c349 const __m128i t6 = _mm_adds_epu8(t5, t3); // abs(p0-q0)*2 + abs(p1-q1)/2 in NeedsFilter_SSE2() local
351 const __m128i t7 = _mm_subs_epu8(t6, m_thresh); // mask <= m_thresh in NeedsFilter_SSE2()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …�@4�@3�A4�:,�:,�9+�7+�7+�7,�8.�91�=-�<,�<+�;,�:+�;+<+<,};+z;*z;,w9*v8)u7(t6's5&�91�F<�MB�J?�H<�O…

Completed in 20 milliseconds