Home | History | Annotate | Download | only in ppc32

Lines Matching defs:p_dst

5924    double src, *p_dst;
5948 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
5952 p_dst = &fargs_priv[i];
5955 *p_dst = 0; // clear dst
5976 double_to_bits(*p_dst), r15-base);
5991 double src, *p_dst;
6016 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6020 p_dst = &fargs_priv[i];
6023 *p_dst = 0; // clear dst
6039 double_to_bits(*p_dst), r15-base);
6054 double_to_bits(*p_dst), *p_dst, r15, flags, xer);
6063 (uint32_t)(double_to_bits(*p_dst) >> 32),
6064 bits_to_float( (uint32_t)(double_to_bits(*p_dst) >> 32) ),