Searched refs:unaligned_double (Results 1 – 1 of 1) sorted by relevance
213 typedef const double unaligned_double __attribute__ ((aligned (4))); in GetVRegDouble() typedef214 return *reinterpret_cast<unaligned_double*>(vreg); in GetVRegDouble()278 typedef double unaligned_double __attribute__ ((aligned (4))); in SetVRegDouble() typedef279 *reinterpret_cast<unaligned_double*>(vreg) = val; in SetVRegDouble()