/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_sad4d_sse2.asm | 30 psubusw m3, m4 31 psubusw m2, m5 32 psubusw m4, m0 33 psubusw m5, m0 40 psubusw m3, m6 41 psubusw m2, m7 42 psubusw m6, m0 43 psubusw m7, m0 53 psubusw m3, m2 54 psubusw m2, m [all...] |
highbd_sad_sse2.asm | 75 psubusw m5, m1 76 psubusw m1, [srcq] 79 psubusw m5, m2 80 psubusw m2, [srcq+16] 83 psubusw m5, m3 84 psubusw m3, [srcq+32] 87 psubusw m5, m4 88 psubusw m4, [srcq+48] 113 psubusw m5, m1 114 psubusw m1, [srcq+64 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 81 psubusw mm7, mm5 ; mm7 = r0 p0..p3 - r1 p0..p3 82 psubusw mm5, mm1 ; mm5 = r1 p0..p3 - r0 p0..p3 94 psubusw mm6, mm5 ; mm6 = r0 p0..p3 - r2 p0..p3 95 psubusw mm5, mm1 ; mm5 = r2 p0..p3 - r2 p0..p3 110 psubusw mm6, mm5 ; mm6 = p0..p3 - r-2 p0..p3 111 psubusw mm5, mm1 ; mm5 = r-2 p0..p3 - p0..p3 124 psubusw mm6, mm4 ; mm6 = p0..p3 - r-2 p0..p3 125 psubusw mm4, mm1 ; mm5 = r-1 p0..p3 - p0..p3 177 psubusw mm7, mm5 ; mm7 = p0..p3 - p1..p4 178 psubusw mm5, mm1 ; mm5 = p1..p4 - p0..p [all...] |
vp9_postproc_sse2.asm | 75 psubusw xmm7, xmm5 ; mm7 = r0 p0..p3 - r1 p0..p3 76 psubusw xmm5, xmm1 ; mm5 = r1 p0..p3 - r0 p0..p3 86 psubusw xmm6, xmm5 ; mm6 = r0 p0..p3 - r2 p0..p3 87 psubusw xmm5, xmm1 ; mm5 = r2 p0..p3 - r2 p0..p3 100 psubusw xmm6, xmm5 ; mm6 = p0..p3 - r-2 p0..p3 101 psubusw xmm5, xmm1 ; mm5 = r-2 p0..p3 - p0..p3 112 psubusw xmm6, xmm4 ; mm6 = p0..p3 - r-2 p0..p3 113 psubusw xmm4, xmm1 ; mm5 = r-1 p0..p3 - p0..p3 166 psubusw xmm7, xmm5 ; mm7 = p0..p3 - p1..p4 167 psubusw xmm5, xmm1 ; mm5 = p1..p4 - p0..p [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 75 psubusw xmm7, xmm5 ; mm7 = r0 p0..p3 - r1 p0..p3 76 psubusw xmm5, xmm1 ; mm5 = r1 p0..p3 - r0 p0..p3 86 psubusw xmm6, xmm5 ; mm6 = r0 p0..p3 - r2 p0..p3 87 psubusw xmm5, xmm1 ; mm5 = r2 p0..p3 - r2 p0..p3 100 psubusw xmm6, xmm5 ; mm6 = p0..p3 - r-2 p0..p3 101 psubusw xmm5, xmm1 ; mm5 = r-2 p0..p3 - p0..p3 112 psubusw xmm6, xmm4 ; mm6 = p0..p3 - r-2 p0..p3 113 psubusw xmm4, xmm1 ; mm5 = r-1 p0..p3 - p0..p3 166 psubusw xmm7, xmm5 ; mm7 = p0..p3 - p1..p4 167 psubusw xmm5, xmm1 ; mm5 = p1..p4 - p0..p [all...] |
/external/llvm/test/CodeGen/X86/ |
vec_setcc-2.ll | 4 ; For a setult against a constant, turn it into a setule and lower via psubusw. 16 ; CHECK: psubusw 50 ; CHECK-NOT: psubusw
|
psubus.ll | 10 ; SSE-NEXT: psubusw {{.*}}(%rip), %xmm0 35 ; SSE-NEXT: psubusw {{.*}}(%rip), %xmm0 64 ; SSE2-NEXT: psubusw %xmm0, %xmm1 73 ; SSSE3-NEXT: psubusw %xmm0, %xmm1 217 ; SSE-NEXT: psubusw %xmm2, %xmm0 218 ; SSE-NEXT: psubusw %xmm2, %xmm1 261 ; SSE-NEXT: psubusw %xmm2, %xmm0 262 ; SSE-NEXT: psubusw %xmm2, %xmm1 315 ; SSE2-NEXT: psubusw %xmm0, %xmm1 316 ; SSE2-NEXT: psubusw %xmm0, %xmm [all...] |
vec_setcc.ll | 45 ; SSE2: psubusw %xmm0, %xmm1 63 ; SSE2: psubusw %xmm1, %xmm0
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 123 psubusw xmm3, xmm1 124 psubusw xmm2, xmm0
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 128 psubusw xmm3, xmm1 129 psubusw xmm2, xmm0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 123 psubusw xmm3, xmm1 124 psubusw xmm2, xmm0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 123 psubusw xmm3, xmm1 124 psubusw xmm2, xmm0
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
ssemmx2.s | 57 psubusw 0x90909090(%eax),%xmm2
|
sse2avx.s | 280 psubusw %xmm4,%xmm6 281 psubusw (%ecx),%xmm6 941 psubusw xmm6,xmm4 942 psubusw xmm6,XMMWORD PTR [ecx]
|
ssemmx2.d | 64 149: 66 0f d9 90 90 90 90 90 psubusw -0x6f6f6f70\(%eax\),%xmm2
|
x86-64-sse2avx.s | 280 psubusw %xmm4,%xmm6 281 psubusw (%rcx),%xmm6 984 psubusw xmm6,xmm4 985 psubusw xmm6,XMMWORD PTR [rcx]
|
/external/valgrind/VEX/test/ |
mmxtest.c | 275 #define psubusw_m2r(var, reg) mmx_m2r(psubusw, var, reg) 276 #define psubusw_r2r(regs, regd) mmx_r2r(psubusw, regs, regd) 277 #define psubusw(vars, vard) mmx_m2m(psubusw, vars, vard) macro 551 do_test("psubusw", psubusw(ma,mb));
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 623 "PSUBUSW",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 620 "PSUBUSW",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 623 "PSUBUSW",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 620 "PSUBUSW",
|
/external/valgrind/memcheck/tests/amd64/ |
sse_memory.stdout.exp | [all...] |
/external/valgrind/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/external/valgrind/none/tests/amd64/ |
insn_mmx.def | 106 psubusw mm.uw[1122,3344,5566,7788] mm.uw[8877,6655,4433,2211] => 1.uw[7755,3311,0,0] 107 psubusw m64.uw[1122,3344,5566,7788] mm.uw[8877,6655,4433,2211] => 1.uw[7755,3311,0,0]
|
/external/valgrind/none/tests/x86/ |
insn_mmx.def | 86 psubusw mm.uw[1122,3344,5566,7788] mm.uw[8877,6655,4433,2211] => 1.uw[7755,3311,0,0] 87 psubusw m64.uw[1122,3344,5566,7788] mm.uw[8877,6655,4433,2211] => 1.uw[7755,3311,0,0]
|