OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Mar 03 05:31:39 UTC 2026