Searched refs:int_mul (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c216 unsigned short int_mul[2]; member in struct:riscv_tune_info
281 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */
294 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */
307 {COSTS_N_INSNS (1), COSTS_N_INSNS (1)}, /* int_mul */
1769 *total = 3 * tune_info->int_mul[0] + COSTS_N_INSNS (2);
1773 *total = tune_info->int_mul[mode == DImode];
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc218 unsigned short int_mul[2]; member in struct:riscv_tune_param
284 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */
298 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */
312 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */
326 {COSTS_N_INSNS (1), COSTS_N_INSNS (1)}, /* int_mul */
2109 *total = 3 * tune_param->int_mul[0] + COSTS_N_INSNS (2);
2113 *total = tune_param->int_mul[mode == DImode];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c111 const int int_mul; member in struct:processor_costs
125 cost = int_mul{,X} + ((highest_bit - 3) / int_mul_bit_factor);
12250 *total = sparc_costs->int_mul + bit_cost;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc111 const int int_mul; member in struct:processor_costs
125 cost = int_mul{,X} + ((highest_bit - 3) / int_mul_bit_factor);
12211 *total = sparc_costs->int_mul + bit_cost;

Completed in 420 milliseconds