Searched refs:t80 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 24 __m128i t80, max, min; in signed_char_clamp_bd_sse2() local 27 t80 = _mm_set1_epi16(0x80); in signed_char_clamp_bd_sse2() 28 max = _mm_subs_epi16(_mm_subs_epi16(_mm_slli_epi16(one, 8), one), t80); in signed_char_clamp_bd_sse2() 30 t80 = _mm_set1_epi16(0x200); in signed_char_clamp_bd_sse2() 31 max = _mm_subs_epi16(_mm_subs_epi16(_mm_slli_epi16(one, 10), one), t80); in signed_char_clamp_bd_sse2() 33 t80 = _mm_set1_epi16(0x800); in signed_char_clamp_bd_sse2() 34 max = _mm_subs_epi16(_mm_subs_epi16(_mm_slli_epi16(one, 12), one), t80); in signed_char_clamp_bd_sse2() 37 min = _mm_subs_epi16(zero, t80); in signed_char_clamp_bd_sse2() 70 __m128i t4, t3, t80, t1; in vpx_highbd_lpf_horizontal_16_sse2() local 144 t80 = _mm_set1_epi16(0x80); in vpx_highbd_lpf_horizontal_16_sse2() [all …]
|
D | loopfilter_sse2.c | 63 const __m128i t80 = _mm_set1_epi8(0x80); \ 66 ps1ps0 = _mm_xor_si128(p1p0, t80); /* ^ 0x80 */ \ 67 qs1qs0 = _mm_xor_si128(q1q0, t80); \ 102 qs1qs0 = _mm_xor_si128(qs1qs0, t80); /* ^ 0x80 */ \ 103 ps1ps0 = _mm_xor_si128(ps1ps0, t80); /* ^ 0x80 */ \ 295 const __m128i t80 = _mm_set1_epi8(0x80); in vpx_lpf_horizontal_16_sse2() local 297 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in vpx_lpf_horizontal_16_sse2() 298 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in vpx_lpf_horizontal_16_sse2() 299 __m128i qs0 = _mm_xor_si128(p0q0, t80); in vpx_lpf_horizontal_16_sse2() 300 __m128i qs1 = _mm_xor_si128(p1q1, t80); in vpx_lpf_horizontal_16_sse2() [all …]
|
D | loopfilter_avx2.c | 87 const __m128i t80 = _mm_set1_epi8(0x80); in vpx_lpf_horizontal_16_avx2() local 89 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in vpx_lpf_horizontal_16_avx2() 90 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in vpx_lpf_horizontal_16_avx2() 91 __m128i qs0 = _mm_xor_si128(p0q0, t80); in vpx_lpf_horizontal_16_avx2() 92 __m128i qs1 = _mm_xor_si128(p1q1, t80); in vpx_lpf_horizontal_16_avx2() 117 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in vpx_lpf_horizontal_16_avx2() 125 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in vpx_lpf_horizontal_16_avx2() 461 const __m128i t80 = _mm_set1_epi8(0x80); in vpx_lpf_horizontal_16_dual_avx2() local 467 __m128i ps1 = _mm_xor_si128(p1, t80); in vpx_lpf_horizontal_16_dual_avx2() 468 __m128i ps0 = _mm_xor_si128(p0, t80); in vpx_lpf_horizontal_16_dual_avx2() [all …]
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2_x86_64.asm | 70 pxor %1, [GLOBAL(t80)] ; ps1 71 pxor %4, [GLOBAL(t80)] ; qs1 76 pxor %2, [GLOBAL(t80)] ; ps0 77 pxor %3, [GLOBAL(t80)] ; qs0 98 pxor %3, [GLOBAL(t80)] 109 pxor %2, [GLOBAL(t80)] 116 pand scratch1, [GLOBAL(t80)] 122 pxor %4, [GLOBAL(t80)] 125 pxor %1, [GLOBAL(t80)] 805 t80: label
|
D | loopfilter_sse2.asm | 177 movdqa xmm3, [GLOBAL(t80)] 480 movdqa xmm7, [GLOBAL(t80)] 1311 movdqa xmm4, [GLOBAL(t80)] 1615 t80: label
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | lsr-reuse.ll | 588 %t80 = getelementptr float* %arg, i64 %t79 ; <float*> [#uses=1] 589 %t81 = bitcast float* %t80 to <4 x float>* ; <<4 x float>*> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-reuse.ll | 589 %t80 = getelementptr float, float* %arg, i64 %t79 ; <float*> [#uses=1] 590 %t81 = bitcast float* %t80 to <4 x float>* ; <<4 x float>*> [#uses=1]
|