Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcommon_arm64.h110 inline vixl::aarch64::VRegister HRegisterFrom(Location location) { in HRegisterFrom() function
Dintrinsics_arm64.cc57 using helpers::HRegisterFrom;
3252 VRegister half0 = HRegisterFrom(locations->GetTemp(0)); in GenerateFP16Compare()
3253 VRegister half1 = HRegisterFrom(locations->GetTemp(1)); in GenerateFP16Compare()