Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc595 FPRegister tmp_fp = is_double ? DRegisterFrom(l->GetTemp(0)) : SRegisterFrom(l->GetTemp(0)); in GenMathRound() local
608 __ Frinta(tmp_fp, in_reg); in GenMathRound()
609 __ Fsub(tmp_fp, in_reg, tmp_fp); in GenMathRound()
610 __ Fcmp(tmp_fp, 0.5); in GenMathRound()