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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse2.s 10 andnpd 0x0(%ebp),%xmm4
11 andnpd %xmm6,%xmm5
sse2.d 18 [ ]*[a-f0-9]+: 66 0f 55 65 00 andnpd 0x0\(%ebp\),%xmm4
19 [ ]*[a-f0-9]+: 66 0f 55 ee andnpd %xmm6,%xmm5
sse2avx.s 92 andnpd %xmm4,%xmm6
93 andnpd (%ecx),%xmm6
753 andnpd xmm6,xmm4
754 andnpd xmm6,XMMWORD PTR [ecx]
x86-64-sse2avx.s 92 andnpd %xmm4,%xmm6
93 andnpd (%rcx),%xmm6
796 andnpd xmm6,xmm4
797 andnpd xmm6,XMMWORD PTR [rcx]
  /bionic/libm/x86/
e_sinh.S 116 andnpd %xmm0, %xmm4
311 andnpd %xmm0, %xmm1
s_atan.S 222 andnpd %xmm4, %xmm0
e_cosh.S 111 andnpd %xmm0, %xmm4
s_tanh.S 116 andnpd %xmm0, %xmm4
e_acos.S 174 andnpd %xmm0, %xmm4
    [all...]
e_asin.S 421 andnpd %xmm7, %xmm1
    [all...]
  /bionic/libm/x86_64/
e_sinh.S 97 andnpd %xmm0, %xmm4
290 andnpd %xmm0, %xmm1
e_cosh.S 93 andnpd %xmm0, %xmm4
s_atan.S 196 andnpd %xmm4, %xmm0
s_tanh.S 97 andnpd %xmm0, %xmm4
e_acos.S 155 andnpd %xmm0, %xmm4
    [all...]
e_asin.S 387 andnpd %xmm7, %xmm1
    [all...]
  /external/valgrind/memcheck/tests/x86/
sse2_memory.stdout.exp 21 r andnpd 63f36dc9b2ea89641387d1a54efb9dcb c298864d8ffdfbc1182a3590ea668e9d 21636980300200240385c02504991142
22 r andnpd 28bac9f9424875f95ee85cdbb3b2fa66 9ac7d6c734fe91ec6a7262c15bf3e754 203809384200641114881c1aa0001822
23 r andnpd d84ecd8759d984472082c9f33727a0bb 4f96da5fe8beae08d5b8af0426ba1f6b 9048058011410047200240f31105a090
24 r andnpd 68c8c152b2e205965f42f21ba76d705f f5c0fd948820c4fb7e861427356d361a 0808004232c201040140e21882004045
25 r andnpd 2c244e196b83aa0a7ef00f632f75abca 00df06c352e7a38cea46ebd9d69e8d77 2c2048182900080214b0042229612288
26 m andnpd 477491fe277a7c0a8fc576bd6618f031 d83c7d7a00c182ac4338b8b95c14ef51 07408084273a7c028cc5460422081020
27 m andnpd 169d7db2145d50699c7aa2bc253b2bf0 81cab6f34d7dff61d2a4e6eb1afa3f2c 16154900100000080c5a0014250100d0
28 m andnpd da9df67ca9b70430db64c7c5d4519d87 9c69c1e38f79f1f0af9ff1a7b6bafb70 4294361c208604005060064040410487
29 m andnpd a72f64dac36c08476f0fdda5610a462d fd93c88963598800bf73927edcc8e315 022c245280240047400c4d8121020428
30 m andnpd f2ee922b9e3e2c74dde43c0d17fa87f9 d9a35203c59e5516464be1db997517f0 224c80281a20286099a41c04068a800
    [all...]
  /external/valgrind/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 256 TEST_INSN( &AllMask, PD,andnpd)
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 1139 // CHECK: andnpd %xmm5, %xmm5
1140 andnpd %xmm5,%xmm5
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /art/compiler/utils/x86/
assembler_x86.h 490 void andnpd(XmmRegister dst, XmmRegister src); // no addr variant (for now)
assembler_x86_test.cc 584 TEST_F(AssemblerX86Test, AndnPD) {
585 DriverStr(RepeatFF(&x86::X86Assembler::andnpd, "andnpd %{reg2}, %{reg1}"), "andnpd");
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
  /art/compiler/optimizing/
code_generator_vector_x86.cc 556 __ andnpd(dst, src);

Completed in 579 milliseconds

1 2