Searched refs:Roundsd (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1773 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/ |
D | macro-assembler-shared-ia32-x64.h | 393 AVX_OP_SSE4_1(Roundsd, roundsd)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1990 __ 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/ |
D | XmmArith.cpp | 2213 TEST_F(AssemblerX8664Test, Roundsd) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 2088 TEST_F(AssemblerX8632Test, Roundsd) { in TEST_F() argument
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1431 __ Roundsd(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
|