/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 106 psubsw mm0, mm1 ; A-B (low order) to MM0 107 psubsw mm2, mm3 ; A-B (high order) to MM2 130 psubsw mm0, mm1 ; A-B (low order) to MM0 131 psubsw mm2, mm3 ; A-B (high order) to MM2 153 psubsw mm0, mm1 ; A-B (low order) to MM0 154 psubsw mm2, mm3 ; A-B (high order) to MM2 176 psubsw mm0, mm1 ; A-B (low order) to MM0 177 psubsw mm2, mm3 ; A-B (high order) to MM2 199 psubsw mm0, mm1 ; A-B (low order) to MM0 200 psubsw mm2, mm3 ; A-B (high order) to MM [all...] |
vp9_variance_impl_sse2.asm | 252 psubsw xmm1, xmm2 263 psubsw xmm2, xmm3 276 psubsw xmm2, xmm3 291 psubsw xmm2, xmm3 303 psubsw xmm2, xmm3 320 psubsw xmm2, xmm3 332 psubsw xmm2, xmm3 348 psubsw xmm2, xmm3
|
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_mmx.asm | 106 psubsw mm0, mm1 ; A-B (low order) to MM0 107 psubsw mm2, mm3 ; A-B (high order) to MM2 130 psubsw mm0, mm1 ; A-B (low order) to MM0 131 psubsw mm2, mm3 ; A-B (high order) to MM2 153 psubsw mm0, mm1 ; A-B (low order) to MM0 154 psubsw mm2, mm3 ; A-B (high order) to MM2 176 psubsw mm0, mm1 ; A-B (low order) to MM0 177 psubsw mm2, mm3 ; A-B (high order) to MM2 199 psubsw mm0, mm1 ; A-B (low order) to MM0 200 psubsw mm2, mm3 ; A-B (high order) to MM [all...] |
variance_impl_sse2.asm | 254 psubsw xmm1, xmm2 265 psubsw xmm2, xmm3 278 psubsw xmm2, xmm3 293 psubsw xmm2, xmm3 305 psubsw xmm2, xmm3 322 psubsw xmm2, xmm3 334 psubsw xmm2, xmm3 350 psubsw xmm2, xmm3 [all...] |
/external/valgrind/main/VEX/test/ |
mmxtest.c | 264 #define psubsw_m2r(var, reg) mmx_m2r(psubsw, var, reg) 265 #define psubsw_r2r(regs, regd) mmx_r2r(psubsw, regs, regd) 266 #define psubsw(vars, vard) mmx_m2m(psubsw, vars, vard) macro 548 do_test("psubsw", psubsw(ma,mb));
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
mmx.h | 457 #define psubsw_m2r(var, reg) mmx_m2r(psubsw, var, reg) 458 #define psubsw_r2r(regs, regd) mmx_r2r(psubsw, regs, regd) 459 #define psubsw(vars, vard) mmx_m2m(psubsw, vars, vard) macro
|
/external/valgrind/main/none/tests/amd64/ |
insn_mmx.def | 102 psubsw mm.sw[-32145,32145,12345,-12345] mm.sw[12345,-12345,32145,-32145] => 1.sw[32767,-32768,19800,-19800] 103 psubsw m64.sw[-32145,32145,12345,-12345] mm.sw[12345,-12345,32145,-32145] => 1.sw[32767,-32768,19800,-19800]
|
/external/valgrind/main/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 815 // CHECK: psubsw %mm3, %mm3 816 psubsw %mm3,%mm3 818 // CHECK: psubsw %xmm5, %xmm5 819 psubsw %xmm5,%xmm5 [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssewidth.asm | 460 psubsw xmm1, xmm2 label 461 psubsw xmm1, dqword [rbx] label
|
avx.asm | 2205 psubsw xmm1, xmm2 label 2206 psubsw xmm1, [rax] label 2207 psubsw xmm1, dqword [rax] label [all...] |
/external/valgrind/main/memcheck/tests/amd64/ |
sse_memory.stdout.exp | [all...] |
sse_memory.c | 365 TEST_INSN( &AllMask, 16,psubsw)
|
/external/qemu/target-i386/ |
ops_sse_header.h | 82 SSE_HELPER_W(psubsw, FSUBSW)
|
translate.c | [all...] |
/external/chromium_org/third_party/x86inc/ |
x86inc.asm | 925 AVX_INSTR psubsw, 0, 0
|
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 1139 AVX_INSTR psubsw, 0, 0, 0
|
/external/libyuv/files/source/ |
row_win.cc | [all...] |
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | [all...] |
x86insn_gas.gperf | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |