Home
last modified time | relevance | path

Searched refs:t80 (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
Dloopfilter_mmx.asm151 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
152 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
155 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values
156 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values
512 pxor mm6, [GLOBAL(t80)] ; unoffset
516 pxor mm1, [GLOBAL(t80)] ; reoffset
519 pxor mm1, [GLOBAL(t80)] ; unoffset
523 pxor mm3, [GLOBAL(t80)] ; unoffset
527 pxor mm7, [GLOBAL(t80)] ; unoffset
749 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
[all …]
Dloopfilter_block_sse2.asm70 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
Dloopfilter_sse2.asm177 movdqa xmm3, [GLOBAL(t80)]
480 movdqa xmm7, [GLOBAL(t80)]
1311 movdqa xmm4, [GLOBAL(t80)]
1615 t80: label
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_mmx.asm151 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
152 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
155 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values
156 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values
512 pxor mm6, [GLOBAL(t80)] ; unoffset
516 pxor mm1, [GLOBAL(t80)] ; reoffset
519 pxor mm1, [GLOBAL(t80)] ; unoffset
523 pxor mm3, [GLOBAL(t80)] ; unoffset
527 pxor mm7, [GLOBAL(t80)] ; unoffset
749 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
[all …]
Dloopfilter_block_sse2.asm70 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
Dloopfilter_sse2.asm177 movdqa xmm3, [GLOBAL(t80)]
480 movdqa xmm7, [GLOBAL(t80)]
1311 movdqa xmm4, [GLOBAL(t80)]
1615 t80: label
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c85 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_sse2_8() local
87 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in mb_lpf_horizontal_edge_w_sse2_8()
88 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in mb_lpf_horizontal_edge_w_sse2_8()
89 __m128i qs0 = _mm_xor_si128(p0q0, t80); in mb_lpf_horizontal_edge_w_sse2_8()
90 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_sse2_8()
115 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in mb_lpf_horizontal_edge_w_sse2_8()
123 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in mb_lpf_horizontal_edge_w_sse2_8()
457 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_sse2_16() local
463 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_sse2_16()
464 __m128i ps0 = _mm_xor_si128(p0, t80); in mb_lpf_horizontal_edge_w_sse2_16()
[all …]
Dvp9_loopfilter_mmx.asm151 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
152 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
155 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values
156 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values
512 pxor mm6, [GLOBAL(t80)] ; unoffset
516 pxor mm1, [GLOBAL(t80)] ; reoffset
519 pxor mm1, [GLOBAL(t80)] ; unoffset
523 pxor mm3, [GLOBAL(t80)] ; unoffset
527 pxor mm7, [GLOBAL(t80)] ; unoffset
601 t80: label
Dvp9_loopfilter_intrin_avx2.c86 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_avx2_8() local
88 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in mb_lpf_horizontal_edge_w_avx2_8()
89 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in mb_lpf_horizontal_edge_w_avx2_8()
90 __m128i qs0 = _mm_xor_si128(p0q0, t80); in mb_lpf_horizontal_edge_w_avx2_8()
91 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_avx2_8()
116 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in mb_lpf_horizontal_edge_w_avx2_8()
124 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_8()
463 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_avx2_16() local
469 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16()
470 __m128i ps0 = _mm_xor_si128(p0, t80); in mb_lpf_horizontal_edge_w_avx2_16()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c85 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_sse2_8() local
87 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in mb_lpf_horizontal_edge_w_sse2_8()
88 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in mb_lpf_horizontal_edge_w_sse2_8()
89 __m128i qs0 = _mm_xor_si128(p0q0, t80); in mb_lpf_horizontal_edge_w_sse2_8()
90 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_sse2_8()
115 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in mb_lpf_horizontal_edge_w_sse2_8()
123 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in mb_lpf_horizontal_edge_w_sse2_8()
457 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_sse2_16() local
463 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_sse2_16()
464 __m128i ps0 = _mm_xor_si128(p0, t80); in mb_lpf_horizontal_edge_w_sse2_16()
[all …]
Dvp9_loopfilter_mmx.asm151 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
152 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
155 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values
156 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values
512 pxor mm6, [GLOBAL(t80)] ; unoffset
516 pxor mm1, [GLOBAL(t80)] ; reoffset
519 pxor mm1, [GLOBAL(t80)] ; unoffset
523 pxor mm3, [GLOBAL(t80)] ; unoffset
527 pxor mm7, [GLOBAL(t80)] ; unoffset
601 t80: label
Dvp9_loopfilter_intrin_avx2.c86 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_avx2_8() local
88 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in mb_lpf_horizontal_edge_w_avx2_8()
89 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in mb_lpf_horizontal_edge_w_avx2_8()
90 __m128i qs0 = _mm_xor_si128(p0q0, t80); in mb_lpf_horizontal_edge_w_avx2_8()
91 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_avx2_8()
116 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in mb_lpf_horizontal_edge_w_avx2_8()
124 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_8()
463 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_avx2_16() local
469 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16()
470 __m128i ps0 = _mm_xor_si128(p0, t80); in mb_lpf_horizontal_edge_w_avx2_16()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
Dsubtract_sse2.asm90 movdqa xmm4, [GLOBAL(t80)]
159 movdqa xmm4, [GLOBAL(t80)]
244 t80: label
/external/libvpx/libvpx/vp8/encoder/x86/
Dsubtract_sse2.asm90 movdqa xmm4, [GLOBAL(t80)]
159 movdqa xmm4, [GLOBAL(t80)]
244 t80: label
/external/pixman/demos/
Dquad2quad.c27 t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, in quad_to_quad() local
214 t80 = px3 * x2 * x3 * y3; in quad_to_quad()
215 t81 = t80 + t79 + (t78 + t77) * y2; in quad_to_quad()
1224 t797 = t5 * t329 + t80 + (t70 + t796 + t77) * y2; in quad_to_quad()
2025 + t29 * t169 + x1 * t209 + t1 * (t461 + t80 + t683 + t1032)) in quad_to_quad()
2039 + px1 * (t849 + t957 + t1033) + py1 * (t80 + t683 + t1032) + t434 in quad_to_quad()
2058 + t461 + t1057 + t80 + t1056) + x1 * y2 * t741 + t240 in quad_to_quad()
2101 + x1 * (px1 * (t1059 + t849 + t1058) + py1 * (t1057 + t80 + t1056) + t267 in quad_to_quad()
/external/valgrind/main/VEX/orig_ppc32/
Dreturn0.orig4066 103: GETL R31, t80
4069 106: STL t80, (t82)
6283 97: GETL R1, t80
6284 98: ADDL $0x98, t80
6285 99: STL t78, (t80)
10395 104: GETL R0, t80
10397 106: SBBL t80, t82 (-rCa-wCa)
11222 97: LDL (t78), t80
11223 98: PUTL t80, R27
12824 103: GETL R25, t80
[all …]
Ddate.orig4066 103: GETL R31, t80
4069 106: STL t80, (t82)
6283 97: GETL R1, t80
6284 98: ADDL $0x98, t80
6285 99: STL t78, (t80)
10558 104: GETL R0, t80
10560 106: SBBL t80, t82 (-rCa-wCa)
11385 97: LDL (t78), t80
11386 98: PUTL t80, R27
12819 99: GETL R4, t80
[all …]
/external/llvm/test/CodeGen/X86/
Dlsr-reuse.ll589 %t80 = getelementptr float* %arg, i64 %t79 ; <float*> [#uses=1]
590 %t81 = bitcast float* %t80 to <4 x float>* ; <<4 x float>*> [#uses=1]