Searched refs:is_double (Results 1 – 3 of 3) sorted by relevance
309 void GenerateFPCompare(Location lhs, Location rhs, HInstruction* insn, bool is_double);
579 static void GenMathRound(HInvoke* invoke, bool is_double, vixl::aarch64::MacroAssembler* masm) { in GenMathRound() argument594 FPRegister in_reg = is_double ? DRegisterFrom(l->InAt(0)) : SRegisterFrom(l->InAt(0)); in GenMathRound()595 FPRegister tmp_fp = is_double ? DRegisterFrom(l->GetTemp(0)) : SRegisterFrom(l->GetTemp(0)); in GenMathRound()596 Register out_reg = is_double ? XRegisterFrom(l->Out()) : WRegisterFrom(l->Out()); in GenMathRound()
765 void ReplicateFPToVectorRegister(VectorRegister dst, FRegister src, bool is_double);