Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc529 VRegister tmp_fp = is_double ? DRegisterFrom(l->GetTemp(0)) : SRegisterFrom(l->GetTemp(0)); in GenMathRound() local
542 __ Frinta(tmp_fp, in_reg); in GenMathRound()
543 __ Fsub(tmp_fp, in_reg, tmp_fp); in GenMathRound()
544 __ Fcmp(tmp_fp, 0.5); in GenMathRound()