/dalvik/vm/mterp/x86/ |
OP_MUL_DOUBLE.S | 11 mulsd %xmm1, %xmm0
|
OP_MUL_DOUBLE_2ADDR.S | 12 mulsd %xmm1, %xmm0 # %xmm0<- vA op vB
|
/external/llvm/test/CodeGen/X86/ |
powi.ll | 1 ; RUN: llc %s -march=x86 -mcpu=yonah -o - | grep mulsd | count 6
|
fdiv.ll | 6 ; CHECK: mulsd 14 ; CHECK: mulsd
|
lsr-static-addr.ll | 9 ; CHECK-NEXT: mulsd 18 ; ATOM-NEXT: mulsd
|
lsr-reuse.ll | 13 ; CHECK: mulsd (%rdx), %xmm0 55 ; CHECK: mulsd -2048(%rdx), %xmm0 101 ; CHECK: mulsd (%rdx), %xmm0 146 ; CHECK: mulsd (%rdx), %xmm0 195 ; CHECK: mulsd (%rdx,%rax,8), %xmm0 230 ; CHECK: mulsd (%rdx,%rax,8), %xmm0 359 ; CHECK: mulsd (%r{{[^,]*}},%r{{[^,]*}},8), %xmm0 [all...] |
/external/compiler-rt/lib/i386/ |
floatdidf.S | 26 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
|
/external/valgrind/main/memcheck/tests/amd64/ |
sse_memory.stdout.exp | [all...] |
sse_memory.c | 313 TEST_INSN( &AllMask, SD,mulsd)
|
/external/valgrind/main/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/external/valgrind/main/none/tests/amd64/ |
redundantRexW.c | 547 /* mulsd mem, reg f2 48 0f 59 1f rex.W mulsd (%rdi),%xmm3 */ 561 after_test( "rex.W mulsd (%rdi),%xmm3", regs, mem );
|
insn_sse2.def | 125 mulsd xmm.pd[1234.5678,8765.4321] xmm.pd[3.0,2.0] => 1.pd[3703.7034,2.0] 126 mulsd m128.pd[1234.5678,8765.4321] xmm.pd[3.0,2.0] => 1.pd[3703.7034,2.0] [all...] |
/external/llvm/lib/Target/X86/ |
README.txt | 1180 mulsd %xmm0, %xmm2 1182 mulsd %xmm3, %xmm3 1184 mulsd LCPI1_23, %xmm4 1186 mulsd %xmm3, %xmm4 1188 mulsd %xmm3, %xmm4 1190 mulsd %xmm3, %xmm4 1192 mulsd %xmm3, %xmm4 1194 mulsd %xmm3, %xmm4 1196 mulsd %xmm2, %xmm4 [all...] |
README-SSE.txt | 814 mulsd LCPI1_0, %xmm0 936 and emit 3 mulsd in place of the divs. This can be done as a target-independent
|
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 274 __ mulsd(xmm0, xmm1);
|
test-disasm-ia32.cc | 376 __ mulsd(xmm1, xmm0);
|
test-disasm-x64.cc | 359 __ mulsd(xmm1, xmm0);
|
/external/valgrind/main/none/tests/x86/ |
insn_sse2.def | 125 mulsd xmm.pd[1234.5678,8765.4321] xmm.pd[3.0,2.0] => 1.pd[3703.7034,2.0] 126 mulsd m128.pd[1234.5678,8765.4321] xmm.pd[3.0,2.0] => 1.pd[3703.7034,2.0] [all...] |
/external/llvm/lib/Target/ |
README.txt | 106 mulsd LCPI1_1(%rip), %xmm1 107 mulsd LCPI1_0(%rip), %xmm2 111 mulsd %xmm2, %xmm0 123 mulsd LCPI1_0(%rip), %xmm1 127 mulsd %xmm2, %xmm0 [all...] |
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/external/v8/src/ia32/ |
code-stubs-ia32.cc | [all...] |
assembler-ia32.h | 986 void mulsd(XMMRegister dst, XMMRegister src); [all...] |
assembler-ia32.cc | 1981 void Assembler::mulsd(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 691 11110010,00001111,01011001,{Mod}{xmmreg}{R_m}:mulsd {Mod}{R_m},{xmmreg} [all...] |