Home
last modified time | relevance | path

Searched refs:round_to_zero (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3537 Label done, round_to_zero, below_one_half; in DoMathRound() local
3556 __ j(below_equal, &round_to_zero, Label::kNear); in DoMathRound()
3574 __ bind(&round_to_zero); in DoMathRound()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3457 Label done, round_to_zero, below_one_half, do_not_compensate; in DoMathRound() local
3475 __ j(below_equal, &round_to_zero, Label::kNear); in DoMathRound()
3493 __ bind(&round_to_zero); in DoMathRound()