/external/valgrind/main/VEX/test/ |
mmxtest.c | 279 #define psubusb_m2r(var, reg) mmx_m2r(psubusb, var, reg) 280 #define psubusb_r2r(regs, regd) mmx_r2r(psubusb, regs, regd) 281 #define psubusb(vars, vard) mmx_m2m(psubusb, vars, vard) macro 552 do_test("psubusb", psubusb(ma,mb));
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 20 psubusb scratch1, %1 ; v2 - v1 21 psubusb %1, %2 ; v1 - v2 54 psubusb %1, [limit] 55 psubusb %4, [blimit] 59 psubusb %5, [thresh]
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 20 psubusb scratch1, %1 ; v2 - v1 21 psubusb %1, %2 ; v1 - v2 54 psubusb %1, [limit] 55 psubusb %4, [blimit] 59 psubusb %5, [thresh]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 20 psubusb scratch1, %1 ; v2 - v1 21 psubusb %1, %2 ; v1 - v2 54 psubusb %1, [limit] 55 psubusb %4, [blimit] 59 psubusb %5, [thresh]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssewidth.asm | 463 psubusb xmm1, xmm2 label 464 psubusb xmm1, dqword [rbx] label
|
/external/llvm/test/CodeGen/X86/ |
vec_setcc-2.ll | 74 ; Test for PSUBUSB
|
psubus.ll | 121 ; SSE2: psubusb LCPI3_0(%rip), %xmm0 151 ; SSE2: psubusb LCPI4_0(%rip), %xmm0 183 ; SSE2: psubusb %xmm0, %xmm1
|
x86-64-psub.ll | 176 ; CHECK: psubusb [[PARAM2]], [[PARAM1]]
|
/external/qemu/distrib/sdl-1.2.15/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/memcheck/tests/amd64/ |
sse_memory.stdout.exp | [all...] |
sse_memory.c | 366 TEST_INSN( &AllMask, 16,psubusb)
|
/external/valgrind/main/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 497 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise 499 psubusb mm1, [rdx+16] ;whiteclamp
|
vp9_postproc_sse2.asm | 662 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise 664 psubusb xmm1, [rdx+16] ;whiteclamp
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 498 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise 500 psubusb mm1, [rdx+16] ;whiteclamp
|
vp9_postproc_sse2.asm | 663 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise 665 psubusb xmm1, [rdx+16] ;whiteclamp
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 498 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise 500 psubusb mm1, [rdx+16] ;whiteclamp
|
vp9_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/clang/test/CodeGen/ |
mmx-builtins.c | 241 // CHECK: psubusb
|
/external/qemu/target-i386/ |
ops_sse_header.h | 75 SSE_HELPER_B(psubusb, FSUBUB)
|
/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/none/tests/x86/ |
insn_mmx.def | 84 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] 85 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/llvm/test/MC/X86/ |
x86-32-coverage.s | 821 // CHECK: psubusb %mm3, %mm3 822 psubusb %mm3,%mm3 824 // CHECK: psubusb %xmm5, %xmm5 825 psubusb %xmm5,%xmm5 [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/ |
loongson.h | 607 psubusb (uint8x8_t s, uint8x8_t t) function
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
loongson.h | 607 psubusb (uint8x8_t s, uint8x8_t t) function
|