/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-sse4_1.d | 112 [ ]*[a-f0-9]+: 66 0f 3a 0b 01 00 roundsd \$0x0,\(%rcx\),%xmm0 113 [ ]*[a-f0-9]+: 66 0f 3a 0b c1 00 roundsd \$0x0,%xmm1,%xmm0 213 [ ]*[a-f0-9]+: 66 0f 3a 0b 01 00 roundsd \$0x0,\(%rcx\),%xmm0 214 [ ]*[a-f0-9]+: 66 0f 3a 0b c1 00 roundsd \$0x0,%xmm1,%xmm0
|
x86-64-simd.s | 81 roundsd $0,(%rax),%xmm0 209 roundsd xmm0,QWORD PTR [rax],0x0 label
|
simd-suffix.d | 68 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%eax\),%xmm0 161 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%eax\),%xmm0
|
simd.d | 67 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%eax\),%xmm0 160 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%eax\),%xmm0
|
simd-intel.d | 68 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd xmm0,QWORD PTR \[eax\],0x0 161 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd xmm0,QWORD PTR \[eax\],0x0
|
sse2avx.s | 473 roundsd $100,%xmm4,%xmm6 474 roundsd $100,(%ecx),%xmm6 1134 roundsd xmm6,xmm4,100 1135 roundsd xmm6,QWORD PTR [ecx],100
|
x86-64-simd-intel.d | 88 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd xmm0,QWORD PTR \[rax\],0x0 207 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd xmm0,QWORD PTR \[rax\],0x0
|
x86-64-simd-suffix.d | 88 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0 207 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0
|
x86-64-simd.d | 87 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0 206 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0
|
x86-64-sse2avx.s | 497 roundsd $100,%xmm4,%xmm6 498 roundsd $100,(%rcx),%xmm6 1201 roundsd xmm6,xmm4,100 1202 roundsd xmm6,QWORD PTR [rcx],100
|
/external/llvm/test/MC/X86/ |
x86-64.s | 551 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label [all...] |
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
x86-64.s | 513 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-simd-intel.d | 88 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd xmm0,QWORD PTR \[rax\],0x0 207 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd xmm0,QWORD PTR \[rax\],0x0
|
x86-64-simd-suffix.d | 88 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0 207 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0
|
x86-64-simd.d | 88 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0 207 [ ]*[a-f0-9]+: 66 0f 3a 0b 00 00 roundsd \$0x0,\(%rax\),%xmm0
|
/art/compiler/utils/x86/ |
assembler_x86.h | 472 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
assembler_x86_test.cc | 364 TEST_F(AssemblerX86Test, RoundSD) { 365 GetAssembler()->roundsd( 367 const char* expected = "roundsd $1, %xmm1, %xmm0\n"; 368 DriverStr(expected, "roundsd");
|
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 501 void roundsd(XmmRegister dst, XmmRegister src, const Immediate& imm);
|
assembler_x86_64_test.cc | [all...] |
/art/compiler/optimizing/ |
intrinsics_x86_64.cc | 609 __ roundsd(out, in, Immediate(round_mode)); 730 __ roundsd(t1, in, Immediate(1)); [all...] |
intrinsics_x86.cc | 838 __ roundsd(out, in, Immediate(round_mode)); [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.cc | [all...] |
/external/v8/src/compiler/ia32/ |
code-generator-ia32.cc | [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | [all...] |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | [all...] |