HomeSort by: relevance | last modified time | path
    Searched defs:tune_param (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-protos.h 783 const struct riscv_tune_param *tune_param; member in struct:riscv_tune_info
riscv.cc 315 static const struct riscv_tune_param *tune_param; variable in typeref:struct:riscv_tune_param
3267 *total = COSTS_N_INSNS (cost + tune_param->memory_cost);
3455 *total = tune_param->fp_add[mode == DFmode];
3464 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (2);
3470 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (3);
3476 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (2);
3485 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (4);
3490 *total = tune_param->fp_add[mode == DFmode];
3575 *total = tune_param->fp_add[mode == DFmode];
3585 *total = (tune_param->fp_mul[mode == DFmode
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 236 const struct riscv_tune_param *tune_param; member in struct:riscv_tune_info
253 static const struct riscv_tune_param *tune_param; variable in typeref:struct:riscv_tune_param
1845 *total = COSTS_N_INSNS (cost + tune_param->memory_cost);
1981 *total = tune_param->fp_add[mode == DFmode];
1990 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (2);
1996 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (3);
2002 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (2);
2011 *total = tune_param->fp_add[mode == DFmode] + COSTS_N_INSNS (4);
2078 *total = tune_param->fp_add[mode == DFmode];
2088 *total = (tune_param->fp_mul[mode == DFmode
    [all...]

Completed in 28 milliseconds