HomeSort by relevance Sort by last modified time
    Searched full:psubsw (Results 1 - 25 of 30) sorted by null

1 2

  /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/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 365 TEST_INSN( &AllMask, 16,psubsw)
  /external/valgrind/main/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
  /external/clang/test/CodeGen/
mmx-builtins.c 236 // CHECK: psubsw
  /external/qemu/target-i386/
ops_sse_header.h 82 SSE_HELPER_W(psubsw, FSUBSW)
translate.c     [all...]
  /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]
insn_sse2.def     [all...]
  /external/valgrind/main/none/tests/x86/
insn_mmx.def 82 psubsw mm.sw[-32145,32145,12345,-12345] mm.sw[12345,-12345,32145,-32145] => 1.sw[32767,-32768,19800,-19800]
83 psubsw m64.sw[-32145,32145,12345,-12345] mm.sw[12345,-12345,32145,-32145] => 1.sw[32767,-32768,19800,-19800]
insn_sse2.def     [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/llvm/lib/Target/X86/
X86InstrMMX.td 342 defm MMX_PSUBSW : MMXI_binop_rm_int<0xE9, "psubsw" , int_x86_mmx_psubs_w,
  /external/elfutils/libcpu/defs/
i386     [all...]
  /external/libyuv/files/source/
row_win.cc     [all...]
row_posix.cc     [all...]
  /external/llvm/test/CodeGen/X86/
mmx-builtins.ll 653 ; CHECK: psubsw
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 526 case Xsse_QSUB16S: return "psubsw";
    [all...]
guest_x86_toIR.c     [all...]
host_amd64_defs.c 569 case Asse_QSUB16S: return "psubsw";
    [all...]
  /external/qemu/
i386-dis.c     [all...]

Completed in 1769 milliseconds

1 2