/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 22 ; CHECK-SSE: roundsd $1 48 ; CHECK-SSE: roundsd $12 74 ; CHECK-SSE: roundsd $2 100 ; CHECK-SSE: roundsd $4 126 ; CHECK-SSE: roundsd $3
|
D | sse41-intrinsics-x86.ll | 314 ; CHECK: roundsd
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 530 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 405 roundsd, sse 4.1, x86
|
/external/elfutils/src/libcpu/ |
D | ChangeLog | 74 and roundsd opcodes.
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 980 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-ia32.cc | 2145 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd() function in v8::internal::Assembler
|
D | lithium-codegen-ia32.cc | 3633 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor() local
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1095 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-x64.cc | 2873 void Assembler::roundsd(XMMRegister dst, XMMRegister src, in roundsd() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 3729 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor() local
|
/external/elfutils/src/libcpu/defs/ |
D | i386 | 966 01100110,00001111,00111010,00001011,{Mod}{xmmreg}{R_m},{imm8}:roundsd {imm8},{Mod}{R_m},{xmmreg}
|
/external/elfutils/src/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 | 1199 roundss, roundps, roundpd, and roundsd.
|
/external/valgrind/ |
D | NEWS | 1596 273729 == 283000 (Illegal opcode for SSE2 "roundsd" instruction) 1955 "roundsd" on x86_64
|
/external/v8/ |
D | ChangeLog | 5160 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 6522 // FP round - roundss, roundps, roundsd, roundpd
|