Lines Matching defs:__tmp
18133 vector signed char __tmp =
18136 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
18137 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
18143 vector unsigned char __tmp =
18146 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
18147 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
18153 vector signed short __tmp =
18155 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
18156 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
18162 vector unsigned short __tmp =
18164 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
18165 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);