Searched refs:Roundps (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 | 392 AVX_OP_SSE4_1(Roundps, roundps)
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 3507 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/ |
D | liftoff-assembler-ia32.h | 3944 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/ |
D | code-generator-ia32.cc | 2224 __ Roundps(i.OutputSimd128Register(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3000 __ Roundps(i.OutputSimd128Register(), i.InputSimd128Register(0), mode); in AssembleArchInstruction() local
|