Home
last modified time | relevance | path

Searched refs:Roundsd (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h1773 Roundsd(dst, src, kRoundUp); in emit_f64_ceil()
1779 Roundsd(dst, src, kRoundDown); in emit_f64_floor()
1785 Roundsd(dst, src, kRoundToZero); in emit_f64_trunc()
1792 Roundsd(dst, src, kRoundToNearest); in emit_f64_nearest_int()
1852 __ Roundsd(rounded, src, kRoundToZero); in EmitTruncateFloatToInt()
1889 __ Roundsd(rounded, src, kRoundToZero); in EmitSatTruncateFloatToInt()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h393 AVX_OP_SSE4_1(Roundsd, roundsd)
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1990 __ Roundsd(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
2089 __ Roundsd(rounded, i.InputDoubleRegister(0), kRoundToZero); in AssembleArchInstruction() local
2092 __ Roundsd(rounded, i.InputOperand(0), kRoundToZero); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp2213 TEST_F(AssemblerX8664Test, Roundsd) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp2088 TEST_F(AssemblerX8632Test, Roundsd) { in TEST_F() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1431 __ Roundsd(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local