HomeSort by relevance Sort by last modified time
    Searched refs:ucomisd (Results 1 - 25 of 48) sorted by null

1 2

  /external/v8/test/cctest/
test-macro-assembler-ia32.cc 126 __ ucomisd(xmm0, xmm1);
129 __ ucomisd(xmm0, xmm2);
132 __ ucomisd(xmm0, xmm2);
test-assembler-ia32.cc 625 __ ucomisd(xmm4, xmm3);
631 __ ucomisd(xmm4, xmm3);
637 __ ucomisd(xmm4, xmm3);
645 __ ucomisd(xmm4, xmm3);
652 __ ucomisd(xmm4, xmm3);
659 __ ucomisd(xmm4, xmm3);
671 __ ucomisd(xmm4, xmm3);
677 __ ucomisd(xmm4, xmm3);
683 __ ucomisd(xmm4, xmm3);
691 __ ucomisd(xmm4, xmm3)
    [all...]
test-assembler-x64.cc 801 __ ucomisd(xmm8, xmm3);
807 __ ucomisd(xmm8, xmm3);
813 __ ucomisd(xmm8, xmm3);
821 __ ucomisd(xmm8, xmm3);
828 __ ucomisd(xmm8, xmm3);
835 __ ucomisd(xmm8, xmm3);
847 __ ucomisd(xmm8, xmm3);
853 __ ucomisd(xmm8, xmm3);
859 __ ucomisd(xmm8, xmm3);
867 __ ucomisd(xmm8, xmm3)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse2.s 113 ucomisd (%ecx),%xmm0
114 ucomisd %xmm2,%xmm1
simd.s 32 ucomisd 0x12345678,%xmm1
133 ucomisd xmm1,QWORD PTR ds:0x12345678 label
x86-64-simd.s 48 ucomisd 0x12345678(%rip),%xmm1
177 ucomisd xmm1,QWORD PTR [rip+0x12345678] label
sse2.d 121 [ ]*[a-f0-9]+: 66 0f 2e 01 ucomisd \(%ecx\),%xmm0
122 [ ]*[a-f0-9]+: 66 0f 2e ca ucomisd %xmm2,%xmm1
simd-suffix.d 40 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678,%xmm1
133 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678,%xmm1
simd.d 39 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678,%xmm1
132 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678,%xmm1
simd-intel.d 40 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd xmm1,QWORD PTR ds:0x12345678
133 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd xmm1,QWORD PTR ds:0x12345678
sse2avx.s 440 ucomisd %xmm4,%xmm6
441 ucomisd (%ecx),%xmm4
1101 ucomisd xmm6,xmm4
1102 ucomisd xmm4,QWORD PTR [ecx]
x86-64-simd-intel.d 56 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd xmm1,QWORD PTR \[rip\+0x12345678\] # 123457af <_start\+0x123457af>
175 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd xmm1,QWORD PTR \[rip\+0x12345678\] # 12345a21 <_start\+0x12345a21>
x86-64-simd-suffix.d 56 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 123457af <_start\+0x123457af>
175 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 12345a21 <_start\+0x12345a21>
x86-64-simd.d 55 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 123457af <_start\+0x123457af>
174 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 12345a21 <_start\+0x12345a21>
  /bionic/libm/x86/
s_tan.S 261 ucomisd 5760(%ebx), %xmm7
  /external/valgrind/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86_test.cc 332 GetAssembler()->ucomisd(x86::XmmRegister(x86::XMM0), x86::Address(x86::EAX, 0));
333 const char* expected = "ucomisd 0(%EAX), %xmm0\n";
334 DriverStr(expected, "ucomisd");
assembler_x86.h 429 void ucomisd(XmmRegister a, XmmRegister b);
430 void ucomisd(XmmRegister a, const Address& b);
  /external/valgrind/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 383 TEST_INSN( &AllMask, SD,ucomisd)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-simd-intel.d 56 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd xmm1,QWORD PTR \[rip\+0x12345678\] # 123457af <_start\+0x123457af>
175 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd xmm1,QWORD PTR \[rip\+0x12345678\] # 12345a21 <_start\+0x12345a21>
x86-64-simd-suffix.d 56 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 123457af <_start\+0x123457af>
175 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 12345a21 <_start\+0x12345a21>
x86-64-simd.d 56 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 123457af <_start\+0x123457af>
175 [ ]*[a-f0-9]+: 66 0f 2e 0d 78 56 34 12 ucomisd 0x12345678\(%rip\),%xmm1 # 12345a21 <_start\+0x12345a21>

Completed in 388 milliseconds

1 2