Home
last modified time | relevance | path

Searched refs:roundsd (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/CodeGen/X86/
Drounding-ops.ll22 ; CHECK-SSE: roundsd $1
48 ; CHECK-SSE: roundsd $12
74 ; CHECK-SSE: roundsd $2
100 ; CHECK-SSE: roundsd $4
126 ; CHECK-SSE: roundsd $3
Dsse41-intrinsics-x86.ll314 ; CHECK: roundsd
/external/llvm/test/MC/X86/
Dx86-64.s530 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt405 roundsd, sse 4.1, x86
/external/elfutils/src/libcpu/
DChangeLog74 and roundsd opcodes.
/external/v8/src/ia32/
Dassembler-ia32.h980 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
Dassembler-ia32.cc2145 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd() function in v8::internal::Assembler
Dlithium-codegen-ia32.cc3633 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor() local
/external/v8/src/x64/
Dassembler-x64.h1095 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
Dassembler-x64.cc2873 void Assembler::roundsd(XMMRegister dst, XMMRegister src, in roundsd() function in v8::internal::Assembler
Dlithium-codegen-x64.cc3729 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor() local
/external/elfutils/src/libcpu/defs/
Di386966 01100110,00001111,00111010,00001011,{Mod}{xmmreg}{R_m},{imm8}:roundsd {imm8},{Mod}{R_m},{xmmreg}
/external/elfutils/src/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
DChangeLog1199 roundss, roundps, roundpd, and roundsd.
/external/valgrind/
DNEWS1596 273729 == 283000 (Illegal opcode for SSE2 "roundsd" instruction)
1955 "roundsd" on x86_64
/external/v8/
DChangeLog5160 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
/external/llvm/lib/Target/X86/
DX86InstrSSE.td6522 // FP round - roundss, roundps, roundsd, roundpd