Home
last modified time | relevance | path

Searched refs:int_mul_bit_factor (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c129 const int int_mul_bit_factor; member
12201 if (sparc_costs->int_mul_bit_factor) in sparc_rtx_costs()
12216 bit_cost = (nbits - 3) / sparc_costs->int_mul_bit_factor; in sparc_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc129 const int int_mul_bit_factor; member
12163 if (sparc_costs->int_mul_bit_factor) in sparc_rtx_costs()
12178 bit_cost = (nbits - 3) / sparc_costs->int_mul_bit_factor; in sparc_rtx_costs()