OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COSTS_N_INSNS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-def.c
25
#define
COSTS_N_INSNS
(N) ((N) * 4)
27
.fp_add =
COSTS_N_INSNS
(1), \
28
.fp_mult_sf =
COSTS_N_INSNS
(2), \
29
.fp_mult_df =
COSTS_N_INSNS
(4), \
30
.fp_div_sf =
COSTS_N_INSNS
(6), \
31
.fp_div_df =
COSTS_N_INSNS
(8), \
32
.int_mult_si =
COSTS_N_INSNS
(1), \
33
.int_mult_di =
COSTS_N_INSNS
(1), \
34
.int_div_si =
COSTS_N_INSNS
(4), \
35
.int_div_di =
COSTS_N_INSNS
(6),
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
rtl.h
2065
#define
COSTS_N_INSNS
(N) ((N) * 4)
2122
c->speed +=
COSTS_N_INSNS
(n);
2123
c->size +=
COSTS_N_INSNS
(n);
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
2056
#define
COSTS_N_INSNS
(N) ((N) * 4)
2113
c->speed +=
COSTS_N_INSNS
(n);
2114
c->size +=
COSTS_N_INSNS
(n);
Completed in 24 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026