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

  /external/v8/src/x64/
sse-instr.h 64 V(pmaxuw, 66, 0F, 38, 3E) \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
sse4_1.s 56 pmaxuw %xmm1,%xmm0
57 pmaxuw (%ecx),%xmm0
151 pmaxuw xmm0,xmm1
152 pmaxuw xmm0,XMMWORD PTR [ecx]
x86-64-sse4_1.s 64 pmaxuw %xmm1,%xmm0
65 pmaxuw (%rcx),%xmm0
167 pmaxuw xmm0,xmm1
168 pmaxuw xmm0,XMMWORD PTR [rcx]
sse4_1-intel.d 61 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw xmm0,xmm1
62 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw xmm0,XMMWORD PTR \[ecx\]
154 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw xmm0,xmm1
155 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw xmm0,XMMWORD PTR \[ecx\]
sse4_1.d 60 [ ]*[0-9a-f]+: 66 0f 38 3e c1 pmaxuw %xmm1,%xmm0
61 [ ]*[0-9a-f]+: 66 0f 38 3e 01 pmaxuw \(%ecx\),%xmm0
153 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw %xmm1,%xmm0
154 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw \(%ecx\),%xmm0
x86-64-sse4_1-intel.d 69 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw xmm0,xmm1
70 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw xmm0,XMMWORD PTR \[rcx\]
170 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw xmm0,xmm1
171 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw xmm0,XMMWORD PTR \[rcx\]
x86-64-sse4_1.d 68 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw %xmm1,%xmm0
69 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw \(%rcx\),%xmm0
169 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw %xmm1,%xmm0
170 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw \(%rcx\),%xmm0
sse2avx.s 208 pmaxuw %xmm4,%xmm6
209 pmaxuw (%ecx),%xmm6
869 pmaxuw xmm6,xmm4
870 pmaxuw xmm6,XMMWORD PTR [ecx]
x86-64-sse2avx.s 208 pmaxuw %xmm4,%xmm6
209 pmaxuw (%rcx),%xmm6
912 pmaxuw xmm6,xmm4
913 pmaxuw xmm6,XMMWORD PTR [rcx]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-sse4_1-intel.d 69 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw xmm0,xmm1
70 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw xmm0,XMMWORD PTR \[rcx\]
170 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw xmm0,xmm1
171 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw xmm0,XMMWORD PTR \[rcx\]
x86-64-sse4_1.d 69 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw %xmm1,%xmm0
70 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw \(%rcx\),%xmm0
170 [ ]*[a-f0-9]+: 66 0f 38 3e c1 pmaxuw %xmm1,%xmm0
171 [ ]*[a-f0-9]+: 66 0f 38 3e 01 pmaxuw \(%rcx\),%xmm0
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /art/compiler/utils/x86/
assembler_x86_test.cc 735 TEST_F(AssemblerX86Test, PMaxUW) {
736 DriverStr(RepeatFF(&x86::X86Assembler::pmaxuw, "pmaxuw %{reg2}, %{reg1}"), "pmaxuw");
assembler_x86.h 525 void pmaxuw(XmmRegister dst, XmmRegister src);
assembler_x86.cc 1440 void X86Assembler::pmaxuw(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /external/valgrind/none/tests/amd64/
sse4-64.stdout.exp     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 568 void pmaxuw(XmmRegister dst, XmmRegister src);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 1656 void X86_64Assembler::pmaxuw(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /art/compiler/optimizing/
code_generator_vector_x86.cc 686 __ pmaxuw(dst, src);
    [all...]
code_generator_vector_x86_64.cc 669 __ pmaxuw(dst, src);
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]

Completed in 665 milliseconds