Searched refs:roundsd (Results 1 – 13 of 13) sorted by relevance
/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
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 530 roundsd $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0b,0xc0,0x0e] label
|
/external/qemu/target-i386/ |
D | ops_sse_header.h | 316 DEF_HELPER_3(glue(roundsd, SUFFIX), void, Reg, Reg, i32)
|
D | translate.c | 3067 [0x0b] = SSE41_OP(roundsd),
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1004 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-ia32.cc | 2067 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd() function in v8::internal::Assembler
|
D | lithium-codegen-ia32.cc | 2908 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor() local
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1374 void roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode);
|
D | assembler-x64.cc | 2940 void Assembler::roundsd(XMMRegister dst, XMMRegister src, in roundsd() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 2861 __ roundsd(xmm_scratch, input_reg, Assembler::kRoundDown); in DoMathFloor() local
|
/external/valgrind/main/ |
D | NEWS | 220 273729 == 283000 (Illegal opcode for SSE2 "roundsd" instruction) 577 "roundsd" on x86_64
|
/external/v8/ |
D | ChangeLog | 772 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 6178 // FP round - roundss, roundps, roundsd, roundpd
|