Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dintrinsics_arm64.cc3744 VRegister half0 = HRegisterFrom(locations->GetTemp(0)); in GenerateFP16Compare() local
3746 __ Fmov(half0, WRegisterFrom(locations->InAt(0))); in GenerateFP16Compare()
3748 compareOp(out, half0, half1); in GenerateFP16Compare()