Home
last modified time | relevance | path

Searched refs:vec_for_int (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Ddv-cris.c237 const struct hw_property *vec_for_int; in cris_finish() local
245 vec_for_int = hw_find_property (me, "vec-for-int"); in cris_finish()
246 if (vec_for_int != NULL) in cris_finish()
251 if (hw_property_type (vec_for_int) != array_property) in cris_finish()
254 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell); in cris_finish()