Home
last modified time | relevance | path

Searched refs:Roundss (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h912 Roundss(dst, src, kRoundUp); in emit_f32_ceil()
917 Roundss(dst, src, kRoundDown); in emit_f32_floor()
922 Roundss(dst, src, kRoundToZero); in emit_f32_trunc()
928 Roundss(dst, src, kRoundToNearest); in emit_f32_nearest_int()
1107 assm->Roundss(rounded, src, kRoundToZero); in EmitTruncateFloatToInt()
/external/v8/src/x64/
Dmacro-assembler-x64.h195 AVX_OP(Roundss, roundss) in AVX_OP()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1264 __ Roundss(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local