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