Searched refs:zero_double_reg (Results 1 – 1 of 1) sorted by relevance
347 LiftoffRegister zero_double_reg(Register::from_code<0>()); in StartFunctionBody() local348 DCHECK(zero_double_reg.is_gp()); in StartFunctionBody()361 if (zero_double_reg.is_gp()) { in StartFunctionBody()364 zero_double_reg = __ GetUnusedRegister(kFpReg); in StartFunctionBody()366 __ LoadConstant(zero_double_reg, WasmValue(0.)); in StartFunctionBody()368 __ PushRegister(type, zero_double_reg); in StartFunctionBody()