Searched defs:WRegisterFrom (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcommon_arm64.h60 static inline vixl::Register WRegisterFrom(Location location) { function in namespace:art::arm64::helpers
67 return type == Primitive::kPrimLong ? XRegisterFrom(location) : WRegisterFrom(location);

Completed in 26 milliseconds