Searched refs:Roundss (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 912 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/ |
D | macro-assembler-x64.h | 195 AVX_OP(Roundss, roundss) in AVX_OP()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1264 __ Roundss(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode); in AssembleArchInstruction() local
|