Lines Matching refs:fargs_priv
6075 double *fargs_priv; in test_float_st_two_regs_imm16() local
6090 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_two_regs_imm16()
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6098 base = (HWord_t)&fargs_priv[nb_tmp_fargs-1]; in test_float_st_two_regs_imm16()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6102 base = (HWord_t)&fargs_priv[0]; in test_float_st_two_regs_imm16()
6131 free(fargs_priv); in test_float_st_two_regs_imm16()
6142 double *fargs_priv; in test_float_st_three_regs() local
6157 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_three_regs()
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
6166 base = (HWord_t)&fargs_priv[nb_tmp_fargs-1]; in test_float_st_three_regs()
6169 p_dst = &fargs_priv[i]; in test_float_st_three_regs()
6170 base = (HWord_t)&fargs_priv[0]; in test_float_st_three_regs()
6217 free(fargs_priv); in test_float_st_three_regs()