HomeSort by: relevance | last modified time | path
    Searched defs:vec_for_int (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 23 milliseconds