Searched refs:portval_sc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Ddv-cris.c261 signed_cell portval_sc; local
265 &portval_sc)
268 || portval_sc < 0
272 crishw->int_to_vec[i].portval = (unsigned32) portval_sc;
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Ddv-cris.c264 signed_cell portval_sc; local
268 &portval_sc)
271 || portval_sc < 0
275 crishw->int_to_vec[i].portval = (uint32_t) portval_sc;

Completed in 180 milliseconds