Searched refs:half0 (Results 1 – 1 of 1) sorted by relevance
4054 VRegister half0 = HRegisterFrom(locations->GetTemp(0)); in GenerateFP16Compare() local4056 __ Fmov(half0, WRegisterFrom(locations->InAt(0))); in GenerateFP16Compare()4058 compareOp(out, half0, half1); in GenerateFP16Compare()4182 VRegister half0 = HRegisterFrom(locations->GetTemp(0)); in GenerateFP16MinMax() local4193 __ Fmov(half0, in0); in GenerateFP16MinMax()4195 __ Fcmp(half0, half1); in GenerateFP16MinMax()4210 __ Fcmp(half1.S(), half0.S()); in GenerateFP16MinMax()