Searched refs:num_float_new (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2611 unsigned num_int_new = 0, num_float_new = 0;
2615 num_float_new += SCALAR_FLOAT_TYPE_P (fields[i].type);
2620 && (num_int_old != num_int_new || num_float_old != num_float_new))
2621 || (num_int_new == 1 && num_float_new == 1
2622 && (num_int_old != num_int_new || num_float_old != num_float_new)))
2630 return num_int_new == 1 && num_float_new == 1;
2608 unsigned num_int_new = 0, num_float_new = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc2966 unsigned num_int_new = 0, num_float_new = 0;
2970 num_float_new += SCALAR_FLOAT_TYPE_P (fields[i].type);
2975 && (num_int_old != num_int_new || num_float_old != num_float_new))
2976 || (num_int_new == 1 && num_float_new == 1
2977 && (num_int_old != num_int_new || num_float_old != num_float_new)))
2985 return num_int_new == 1 && num_float_new == 1;
2963 unsigned num_int_new = 0, num_float_new = 0; local

Completed in 258 milliseconds