Home
last modified time | relevance | path

Searched defs:fp_cost_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h115 struct fp_cost_table struct
117 const int div;
118 const int mult;
142 const struct fp_cost_table fp[2]; /* SFmode and DFmode. */ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h115 struct fp_cost_table struct
117 const int div;
118 const int mult;
119 const int mult_addsub; /* Non-fused. */
120 const int fma; /* Fused. */
121 const int addsub;
122 const int fpconst; /* Immediate. */
146 const struct fp_cost_table fp[2]; /* SFmode and DFmode. */ argument