Searched refs:unaligned_double (Results 1 – 1 of 1) sorted by relevance
212 typedef const double unaligned_double __attribute__ ((aligned (4))); in GetVRegDouble() typedef213 return *reinterpret_cast<unaligned_double*>(vreg); in GetVRegDouble()277 typedef double unaligned_double __attribute__ ((aligned (4))); in SetVRegDouble() typedef278 *reinterpret_cast<unaligned_double*>(vreg) = val; in SetVRegDouble()