Searched refs:half1 (Results 1 – 1 of 1) sorted by relevance
4055 VRegister half1 = HRegisterFrom(locations->GetTemp(1)); in GenerateFP16Compare() local4057 __ Fmov(half1, WRegisterFrom(locations->InAt(1))); in GenerateFP16Compare()4058 compareOp(out, half0, half1); in GenerateFP16Compare()4183 VRegister half1 = temps.AcquireH(); in GenerateFP16MinMax() local4194 __ Fmov(half1, in1); in GenerateFP16MinMax()4195 __ Fcmp(half0, half1); in GenerateFP16MinMax()4210 __ Fcmp(half1.S(), half0.S()); in GenerateFP16MinMax()