Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h392 AVX_OP_SSE4_1(Roundps, roundps)
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h3507 Roundps(dst.fp(), src.fp(), kRoundUp); in emit_f32x4_ceil()
3514 Roundps(dst.fp(), src.fp(), kRoundDown); in emit_f32x4_floor()
3521 Roundps(dst.fp(), src.fp(), kRoundToZero); in emit_f32x4_trunc()
3528 Roundps(dst.fp(), src.fp(), kRoundToNearest); in emit_f32x4_nearest_int()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3944 Roundps(dst.fp(), src.fp(), kRoundUp); in emit_f32x4_ceil()
3951 Roundps(dst.fp(), src.fp(), kRoundDown); in emit_f32x4_floor()
3958 Roundps(dst.fp(), src.fp(), kRoundToZero); in emit_f32x4_trunc()
3965 Roundps(dst.fp(), src.fp(), kRoundToNearest); in emit_f32x4_nearest_int()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2224 __ Roundps(i.OutputSimd128Register(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3000 __ Roundps(i.OutputSimd128Register(), i.InputSimd128Register(0), mode); in AssembleArchInstruction() local