Home | History | Annotate | Download | only in ppc32

Lines Matching defs:p_dst

6073    double src, *p_dst;
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6101 p_dst = &fargs_priv[i];
6104 *p_dst = 0; // clear dst
6125 double_to_bits(*p_dst), r15-base);
6140 double src, *p_dst;
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6169 p_dst = &fargs_priv[i];
6172 *p_dst = 0; // clear dst
6188 double_to_bits(*p_dst), r15-base);
6203 double_to_bits(*p_dst), *p_dst, r15, flags, xer);
6212 (uint32_t)(double_to_bits(*p_dst) >> 32),
6213 bits_to_float( (uint32_t)(double_to_bits(*p_dst) >> 32) ),