Lines Matching refs:nb_tmp_fargs
6076 int nb_tmp_fargs = nb_fargs; in test_float_st_two_regs_imm16() local
6086 nb_tmp_fargs = nb_normal_fargs; in test_float_st_two_regs_imm16()
6090 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_two_regs_imm16()
6093 for (i=1-nb_tmp_fargs; i<nb_tmp_fargs; i++) { in test_float_st_two_regs_imm16()
6096 src = fargs [nb_tmp_fargs-1 + i]; 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()
6143 int nb_tmp_fargs = nb_fargs; in test_float_st_three_regs() local
6153 nb_tmp_fargs = nb_normal_fargs; in test_float_st_three_regs()
6157 fargs_priv = malloc(nb_tmp_fargs * sizeof(double)); in test_float_st_three_regs()
6161 for (i=0; i<nb_tmp_fargs; i++) { in test_float_st_three_regs()
6164 src = fargs [nb_tmp_fargs-1 + i]; 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()