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

  /external/libvpx/vpx_scale/win32/
scaleopt.c 122 psrlw mm0, 8
164 psrlw mm0, 8
246 psrlw mm0, 8 // output: 01 xx 02 xx 03 xx 04 xx
258 psrlw mm2, 8
297 psrlw mm0, 8 // output: 01 xx 02 xx 03 xx 04 xx
304 psrlw mm2, 8
384 psrlw mm0, 8
386 psrlw mm2, 8
419 psrlw mm1, 8
421 psrlw mm3,
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_mmx.asm 214 psrlw mm0, 15
216 psrlw mm1, 15
237 psrlw mm0, 15
239 psrlw mm1, 15
temporal_filter_apply_sse2.asm 55 psrlw xmm5, xmm4
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
  /external/libyuv/files/source/
planar_functions.cc 73 psrlw xmm7, 8
86 psrlw xmm2, 8 // odd bytes
87 psrlw xmm3, 8
105 "psrlw $0x8,%%xmm7\n"
117 "psrlw $0x8,%%xmm2\n"
118 "psrlw $0x8,%%xmm3\n"
514 psrlw xmm7, 8
527 psrlw xmm0, 8 // YUYV -> UVUV
528 psrlw xmm1, 8
535 psrlw xmm1, 8 //
    [all...]
scale.cc 278 psrlw xmm7, 8
307 psrlw xmm7, 8
319 psrlw xmm0, 8
321 psrlw xmm1, 8
383 psrlw xmm7, 8
404 psrlw xmm0, 8
406 psrlw xmm1, 8
414 psrlw xmm0, 8
517 psrlw xmm0, 3
611 psrlw xmm0,
    [all...]
row_win.cc 99 psrlw xmm0, 7
100 psrlw xmm2, 7
132 psrlw xmm0, 7
133 psrlw xmm2, 7
165 psrlw xmm0, 7
166 psrlw xmm2, 7
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 93 psrlw imm8[4] mm.uw[0x0123,0x4567,0x89ab,0xcdef] => 1.uw[0x0012,0x0456,0x089a,0x0cde]
94 psrlw mm.uq[4] mm.uw[0x0123,0x4567,0x89ab,0xcdef] => 1.uw[0x0012,0x0456,0x089a,0x0cde]
95 psrlw m64.uq[4] mm.uw[0x0123,0x4567,0x89ab,0xcdef] => 1.uw[0x0012,0x0456,0x089a,0x0cde]
  /external/qemu/distrib/sdl-1.2.12/src/video/
mmx.h 610 #define psrlw_i2r(imm, reg) mmx_i2r(psrlw, imm, reg)
611 #define psrlw_m2r(var, reg) mmx_m2r(psrlw, var, reg)
612 #define psrlw_r2r(regs, regd) mmx_r2r(psrlw, regs, regd)
613 #define psrlw(vars, vard) mmx_m2m(psrlw, vars, vard) macro
  /external/llvm/test/MC/X86/
x86-32-coverage.s 746 // CHECK: psrlw %mm3, %mm3
747 psrlw %mm3,%mm3
749 // CHECK: psrlw %xmm5, %xmm5
750 psrlw %xmm5,%xmm5
752 // CHECK: psrlw $127, %mm3
753 psrlw $0x7f,%mm3
755 // CHECK: psrlw $127, %xmm5
756 psrlw $0x7f,%xmm5
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 115 psrlw mm2, 1 ; abs(p1-q1)/2
407 psrlw mm5, 1 ; abs(p1-q1)/2
712 psrlw mm2, 1 ; abs(p1-q1)/2
    [all...]
loopfilter_sse2.asm 134 psrlw xmm2, 1 ; abs(p1-q1)/2
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
sse_memory.c 360 TEST_INSN( &AllMask, 16,psrlw)
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 360 TEST_INSN( &AllMask, 16,psrlw)
  /external/qemu/target-i386/
ops_sse_header.h 38 DEF_HELPER_2(glue(psrlw, SUFFIX), void, Reg, Reg)
translate.c     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1251 milliseconds