/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 22 ; CHECK-SSE: roundsd $9 48 ; CHECK-SSE: roundsd $12 74 ; CHECK-SSE: roundsd $10 100 ; CHECK-SSE: roundsd $4 126 ; CHECK-SSE: roundsd $11
|
D | sse41-intrinsics-x86.ll | 267 ; CHECK: roundsd
|
D | stack-folding-fp-sse42.ll | 897 ;CHECK: roundsd $9, {{-?[0-9]*}}(%rsp), {{%xmm[0-9][0-9]*}} {{.*#+}} 8-byte Folded Reload
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 530 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label
|
/external/elfutils/libcpu/ |
D | ChangeLog | 85 and roundsd opcodes.
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 3171 __ roundsd(output_reg, input_reg, kRoundDown); in DoMathFloorD() local 3192 __ roundsd(xmm_scratch, input_reg, kRoundDown); in DoMathFloorI() local 3244 __ roundsd(output_reg, input_reg, kRoundUp); in DoMathRoundD() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1027 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-ia32.cc | 2314 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd() function in v8::internal::Assembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1012 __ roundsd(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
|
/external/elfutils/libcpu/defs/ |
D | i386 | 966 01100110,00001111,00111010,00001011,{Mod}{xmmreg}{R_m},{imm8}:roundsd {imm8},{Mod}{R_m},{xmmreg}
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1166 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-x64.cc | 3702 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd() function in v8::internal::Assembler
|
D | macro-assembler-x64.cc | 2869 roundsd(dst, src, mode); in Roundsd()
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | ChangeLog | 1647 roundss, roundps, roundpd, and roundsd.
|
/external/valgrind/ |
D | NEWS | 1827 273729 == 283000 (Illegal opcode for SSE2 "roundsd" instruction) 2186 "roundsd" on x86_64
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 6513 // FP round - roundss, roundps, roundsd, roundpd
|
/external/v8/ |
D | ChangeLog | 16099 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
|