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

1 2 3

  /external/valgrind/main/none/tests/x86/
insn_mmxext.def 16 pmaxub mm.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.ub[8,7,6,5,5,6,7,8]
17 pmaxub m64.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.ub[8,7,6,5,5,6,7,8]
insn_sse.def 111 pmaxub mm.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.ub[8,7,6,5,5,6,7,8]
112 pmaxub m64.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.ub[8,7,6,5,5,6,7,8]
  /external/llvm/test/CodeGen/X86/
vec_setcc.ll 10 ; SSE2: pmaxub %xmm0, %xmm1
14 ; SSE41: pmaxub %xmm0, %xmm1
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 29 pmaxub %1, %2 ; accumulate mask
37 pmaxub %5, scratch2 ; accumulate hev
39 pmaxub %5, %9
41 pmaxub %1, %5 ; accumulate mask
45 pmaxub %1, %6 ; accumulate mask
47 pmaxub %1, %7 ; accumulate mask
loopfilter_sse2.asm 25 ; Use of pmaxub instead of psubusb to compute filter mask was seen
67 pmaxub xmm1, xmm4
75 pmaxub xmm1, xmm5
101 pmaxub xmm1, xmm4 ; abs(p3 - p2)
104 pmaxub xmm1, xmm2 ; abs(p3 - p2)
106 pmaxub xmm1, xmm5 ; abs(p2 - p1)
109 pmaxub xmm1, xmm3 ; abs(p2 - p1)
130 pmaxub xmm1, xmm6
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 29 pmaxub %1, %2 ; accumulate mask
37 pmaxub %5, scratch2 ; accumulate hev
39 pmaxub %5, %9
41 pmaxub %1, %5 ; accumulate mask
45 pmaxub %1, %6 ; accumulate mask
47 pmaxub %1, %7 ; accumulate mask
loopfilter_sse2.asm 25 ; Use of pmaxub instead of psubusb to compute filter mask was seen
67 pmaxub xmm1, xmm4
75 pmaxub xmm1, xmm5
101 pmaxub xmm1, xmm4 ; abs(p3 - p2)
104 pmaxub xmm1, xmm2 ; abs(p3 - p2)
106 pmaxub xmm1, xmm5 ; abs(p2 - p1)
109 pmaxub xmm1, xmm3 ; abs(p2 - p1)
130 pmaxub xmm1, xmm6
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 29 pmaxub %1, %2 ; accumulate mask
37 pmaxub %5, scratch2 ; accumulate hev
39 pmaxub %5, %9
41 pmaxub %1, %5 ; accumulate mask
45 pmaxub %1, %6 ; accumulate mask
47 pmaxub %1, %7 ; accumulate mask
loopfilter_sse2.asm 25 ; Use of pmaxub instead of psubusb to compute filter mask was seen
67 pmaxub xmm1, xmm4
75 pmaxub xmm1, xmm5
101 pmaxub xmm1, xmm4 ; abs(p3 - p2)
104 pmaxub xmm1, xmm2 ; abs(p3 - p2)
106 pmaxub xmm1, xmm5 ; abs(p2 - p1)
109 pmaxub xmm1, xmm3 ; abs(p2 - p1)
130 pmaxub xmm1, xmm6
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-memchr-atom.S 222 pmaxub %xmm0, %xmm3
223 pmaxub %xmm2, %xmm4
224 pmaxub %xmm3, %xmm4
sse2-memrchr-atom.S 203 pmaxub %xmm3, %xmm0
204 pmaxub %xmm4, %xmm2
205 pmaxub %xmm0, %xmm2
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 231 //TEST_INSN( &AllMask, 0,pmaxub) -- dup with sse2?
339 TEST_INSN( &AllMask, 16,pmaxub)
462 //TEST_INSN( &AllMask, 0,pmaxub) -- dup with sse2?
sse_memory.stdout.exp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssewidth.asm 374 pmaxub xmm1, xmm2 label
375 pmaxub xmm1, dqword [rbx] label
  /external/valgrind/main/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
  /external/clang/test/CodeGen/
mmx-builtins.c 146 // CHECK: pmaxub
  /external/qemu/target-i386/
ops_sse_header.h 84 SSE_HELPER_B(pmaxub, FMAXUB)
  /external/valgrind/main/none/tests/amd64/
insn_sse.def 111 pmaxub mm.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.ub[8,7,6,5,5,6,7,8]
112 pmaxub m64.ub[1,2,3,4,5,6,7,8] mm.ub[8,7,6,5,4,3,2,1] => 1.ub[8,7,6,5,5,6,7,8]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 1028 // CHECK: pmaxub %mm3, %mm3
1029 pmaxub %mm3,%mm3
1031 // CHECK: pmaxub %xmm5, %xmm5
1032 pmaxub %xmm5,%xmm5
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
loongson.h 365 pmaxub (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 365 pmaxub (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
loongson.h 365 pmaxub (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
loongson.h 365 pmaxub (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
loongson.h 365 pmaxub (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
loongson.h 365 pmaxub (uint8x8_t s, uint8x8_t t) function

Completed in 4163 milliseconds

1 2 3