HomeSort by relevance Sort by last modified time
    Searched refs:psubusb (Results 1 - 16 of 16) sorted by null

  /external/libvpx/vp8/encoder/x86/
sad_mmx.asm 57 psubusb mm0, mm1
58 psubusb mm1, mm4
60 psubusb mm2, mm3
61 psubusb mm3, mm5
144 psubusb mm0, mm1
146 psubusb mm1, mm2
214 psubusb mm0, mm1
216 psubusb mm1, mm2
283 psubusb mm0, mm1
285 psubusb mm1, mm
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 53 psubusb mm1, mm2 ; q2-=q3
54 psubusb mm2, mm6 ; q3-=q2
56 psubusb mm1, mm7 ;
61 psubusb mm4, mm6 ; q1-=q2
62 psubusb mm6, mm3 ; q2-=q1
65 psubusb mm4, mm7
70 psubusb mm4, mm3 ; q0-=q1
71 psubusb mm3, mm0 ; q1-=q0
74 psubusb mm4, mm7
83 psubusb mm4, mm2 ; p2-=p
    [all...]
loopfilter_sse2.asm 14 ; Use of pmaxub instead of psubusb to compute filter mask was seen
45 psubusb xmm1, xmm2 ; q2-=q3
46 psubusb xmm2, xmm6 ; q3-=q2
48 psubusb xmm4, xmm6 ; q1-=q2
49 psubusb xmm6, xmm3 ; q2-=q1
57 psubusb xmm5, xmm3 ; q0-=q1
58 psubusb xmm3, xmm0 ; q1-=q0
85 psubusb xmm4, xmm2 ; p2-=p3
86 psubusb xmm2, xmm5 ; p3-=p2
88 psubusb xmm3, xmm5 ; p1-=p
    [all...]
postproc_mmx.c 1130 psubusb xmm1, blackclamp // clamp both sides so we don't outrange adding noise
1132 psubusb xmm1, whiteclamp
    [all...]
postproc_mmx.asm 498 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
500 psubusb mm1, [rdx+16] ;whiteclamp
postproc_sse2.asm 663 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
665 psubusb xmm1, [rdx+16] ;whiteclamp
  /external/qemu/distrib/sdl-1.2.12/src/video/
mmx.h 472 #define psubusb_m2r(var, reg) mmx_m2r(psubusb, var, reg)
473 #define psubusb_r2r(regs, regd) mmx_r2r(psubusb, regs, regd)
474 #define psubusb(vars, vard) mmx_m2m(psubusb, vars, vard) macro
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 104 psubusb mm.ub[11,22,33,44,55,66,77,88] mm.ub[88,77,66,55,44,33,22,11] => 1.ub[77,55,33,11,0,0,0,0]
105 psubusb m64.ub[11,22,33,44,55,66,77,88] mm.ub[88,77,66,55,44,33,22,11] => 1.ub[77,55,33,11,0,0,0,0]
  /external/valgrind/main/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
sse_memory.c 366 TEST_INSN( &AllMask, 16,psubusb)
  /external/llvm/test/MC/X86/
x86-32-coverage.s 818 // CHECK: psubusb %mm3, %mm3
819 psubusb %mm3,%mm3
821 // CHECK: psubusb %xmm5, %xmm5
822 psubusb %xmm5,%xmm5
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 366 TEST_INSN( &AllMask, 16,psubusb)
  /external/qemu/target-i386/
ops_sse_header.h 76 SSE_HELPER_B(psubusb, FSUBUB)
translate.c     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 790 milliseconds