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

  /src/external/gpl3/gdb/dist/sim/cris/
dv-cris.c 105 struct cris_vec_tr *int_to_vec; member in struct:cris_hw
184 if (crishw->int_to_vec != NULL)
187 for (i = 0; crishw->int_to_vec[i].portval != 0; i++)
188 if (crishw->int_to_vec[i].portval == intparam)
191 if (crishw->int_to_vec[i].portval == 0)
194 vec = crishw->int_to_vec[i].vec;
259 crishw->int_to_vec
260 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
275 crishw->int_to_vec[i].portval = (uint32_t) portval_sc;
276 crishw->int_to_vec[i].vec = (uint32_t) vec_sc
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/cris/
dv-cris.c 105 struct cris_vec_tr *int_to_vec; member in struct:cris_hw
184 if (crishw->int_to_vec != NULL)
187 for (i = 0; crishw->int_to_vec[i].portval != 0; i++)
188 if (crishw->int_to_vec[i].portval == intparam)
191 if (crishw->int_to_vec[i].portval == 0)
194 vec = crishw->int_to_vec[i].vec;
259 crishw->int_to_vec
260 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
275 crishw->int_to_vec[i].portval = (uint32_t) portval_sc;
276 crishw->int_to_vec[i].vec = (uint32_t) vec_sc
    [all...]

Completed in 25 milliseconds