Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-protos.h259 struct cpu_vec_costs { struct
260 const int scalar_stmt_cost; /* Cost of any scalar operation, excluding
262 const int scalar_load_cost; /* Cost of scalar load. */
263 const int scalar_store_cost; /* Cost of scalar store. */
264 const int vec_stmt_cost; /* Cost of any vector operation, excluding
267 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */
268 const int scalar_to_vec_cost; /* Cost of scalar-to-vector operation. */
269 const int vec_align_load_cost; /* Cost of aligned vector load. */
270 const int vec_unalign_load_cost; /* Cost of unaligned vector load. */
271 const int vec_unalign_store_cost; /* Cost of unaligned vector load. */
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-protos.h271 struct cpu_vec_costs { struct
272 const int scalar_stmt_cost; /* Cost of any scalar operation, excluding
274 const int scalar_load_cost; /* Cost of scalar load. */
275 const int scalar_store_cost; /* Cost of scalar store. */
276 const int vec_stmt_cost; /* Cost of any vector operation, excluding
279 const int vec_to_scalar_cost; /* Cost of vect-to-scalar operation. */
280 const int scalar_to_vec_cost; /* Cost of scalar-to-vector operation. */
281 const int vec_align_load_cost; /* Cost of aligned vector load. */
282 const int vec_unalign_load_cost; /* Cost of unaligned vector load. */
283 const int vec_unalign_store_cost; /* Cost of unaligned vector load. */
[all …]