Searched refs:fpreg (Results 1 – 1 of 1) sorted by relevance
176 static inline Location LocationFrom(const vixl::FPRegister& fpreg) { in LocationFrom() argument177 return Location::FpuRegisterLocation(fpreg.code()); in LocationFrom()