Home
last modified time | relevance | path

Searched refs:half1 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc4055 VRegister half1 = HRegisterFrom(locations->GetTemp(1)); in GenerateFP16Compare() local
4057 __ Fmov(half1, WRegisterFrom(locations->InAt(1))); in GenerateFP16Compare()
4058 compareOp(out, half0, half1); in GenerateFP16Compare()
4183 VRegister half1 = temps.AcquireH(); in GenerateFP16MinMax() local
4194 __ Fmov(half1, in1); in GenerateFP16MinMax()
4195 __ Fcmp(half0, half1); in GenerateFP16MinMax()
4210 __ Fcmp(half1.S(), half0.S()); in GenerateFP16MinMax()