Home
last modified time | relevance | path

Searched refs:Roundpd (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h391 AVX_OP_SSE4_1(Roundpd, roundpd)
750 Roundpd(dst, src, kRoundToZero); in I32x4TruncF64x2UZero()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h3598 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/
Dliftoff-assembler-ia32.h4037 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/
Dcode-generator-ia32.cc1861 __ Roundpd(i.OutputSimd128Register(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3006 __ Roundpd(i.OutputSimd128Register(), i.InputSimd128Register(0), mode); in AssembleArchInstruction() local