| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv.cc | 282 unsigned short int_mul[2]; member in struct:riscv_tune_param 421 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */ 438 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */ 455 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */ 472 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */ 489 {COSTS_N_INSNS (4), COSTS_N_INSNS (4)}, /* int_mul */ 506 {COSTS_N_INSNS (3), COSTS_N_INSNS (3)}, /* int_mul */ 523 {COSTS_N_INSNS (2), COSTS_N_INSNS (2)}, /* int_mul */ 540 {COSTS_N_INSNS (1), COSTS_N_INSNS (1)}, /* int_mul */ 3606 *total = 3 * tune_param->int_mul[0] + COSTS_N_INSNS (2) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 111 const int int_mul; member in struct:processor_costs 125 cost = int_mul{,X} + ((highest_bit - 3) / int_mul_bit_factor); 12230 *total = sparc_costs->int_mul + bit_cost;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv.cc | 218 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];
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc.cc | 111 const int int_mul; member in struct:processor_costs 125 cost = int_mul{,X} + ((highest_bit - 3) / int_mul_bit_factor); 12215 *total = sparc_costs->int_mul + bit_cost;
|