Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc4054 VRegister half0 = HRegisterFrom(locations->GetTemp(0)); in GenerateFP16Compare() local
4056 __ Fmov(half0, WRegisterFrom(locations->InAt(0))); in GenerateFP16Compare()
4058 compareOp(out, half0, half1); in GenerateFP16Compare()
4182 VRegister half0 = HRegisterFrom(locations->GetTemp(0)); in GenerateFP16MinMax() local
4193 __ Fmov(half0, in0); in GenerateFP16MinMax()
4195 __ Fcmp(half0, half1); in GenerateFP16MinMax()
4210 __ Fcmp(half1.S(), half0.S()); in GenerateFP16MinMax()