Lines Matching refs:nb_fargs
4276 static int nb_fargs = 0; variable
4434 nb_fargs = i; in build_fargs_table()
5827 for (i=0; i<nb_fargs; i+=3) { in test_float_two_args()
5828 for (j=0; j<nb_fargs; j+=5) { in test_float_two_args()
5873 for (i=0; i<nb_fargs; i++) { in test_float_one_arg()
5986 for (i=1-nb_fargs; i<nb_fargs; i++) { in test_float_ld_one_reg_imm16()
5989 src = fargs[nb_fargs-1 + i]; in test_float_ld_one_reg_imm16()
5990 base = (HWord_t)&fargs[nb_fargs-1]; in test_float_ld_one_reg_imm16()
6033 for (i=1-nb_fargs; i<nb_fargs; i++) { in test_float_ld_two_regs()
6036 src = fargs[nb_fargs-1 + i]; in test_float_ld_two_regs()
6037 base = (HWord_t)&fargs[nb_fargs-1]; in test_float_ld_two_regs()
6076 int nb_tmp_fargs = nb_fargs; in test_float_st_two_regs_imm16()
6143 int nb_tmp_fargs = nb_fargs; in test_float_st_three_regs()
7872 printf(" fargs - %d\n", nb_fargs); in main()