Searched refs:Roundpd (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 391 AVX_OP_SSE4_1(Roundpd, roundpd) 750 Roundpd(dst, src, kRoundToZero); in I32x4TruncF64x2UZero()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 3598 Roundpd(dst.fp(), src.fp(), kRoundUp); in emit_f64x2_ceil() 3605 Roundpd(dst.fp(), src.fp(), kRoundDown); in emit_f64x2_floor() 3612 Roundpd(dst.fp(), src.fp(), kRoundToZero); in emit_f64x2_trunc() 3619 Roundpd(dst.fp(), src.fp(), kRoundToNearest); in emit_f64x2_nearest_int()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4037 Roundpd(dst.fp(), src.fp(), kRoundUp); in emit_f64x2_ceil() 4044 Roundpd(dst.fp(), src.fp(), kRoundDown); in emit_f64x2_floor() 4051 Roundpd(dst.fp(), src.fp(), kRoundToZero); in emit_f64x2_trunc() 4058 Roundpd(dst.fp(), src.fp(), kRoundToNearest); in emit_f64x2_nearest_int()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1861 __ Roundpd(i.OutputSimd128Register(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3006 __ Roundpd(i.OutputSimd128Register(), i.InputSimd128Register(0), mode); in AssembleArchInstruction() local
|