Searched refs:unboxed_result (Results 1 – 2 of 2) sorted by relevance
250 SimdRegister unboxed_result = AllocTempSimdReg(); in GetFRegAndUnboxNan() local252 as_.MacroUnboxNanAVX<FloatType>(unboxed_result, result); in GetFRegAndUnboxNan()254 as_.MacroUnboxNan<FloatType>(unboxed_result, result); in GetFRegAndUnboxNan()256 return unboxed_result; in GetFRegAndUnboxNan()
240 FpRegister unboxed_result = AllocTempSimdReg(); in GetFRegAndUnboxNan() local242 builder_.Gen<x86_64::MacroUnboxNanFloat32AVX>(unboxed_result.machine_reg(), in GetFRegAndUnboxNan()245 builder_.Gen<x86_64::MacroUnboxNanFloat32>(unboxed_result.machine_reg(), in GetFRegAndUnboxNan()248 return unboxed_result; in GetFRegAndUnboxNan()