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

  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 198 uint32_t fp_busy; /* floating point registers that are busy */
230 uint32_t fp_busy; /* floating point registers that are busy */
310 if (busy->fp_busy) {
312 if (((1 << i) & busy->fp_busy) != 0) {
364 void::model-static::model_trace_busy_p:model_data *model_ptr, uint32_t int_busy, uint32_t fp_busy, uint32_t cr_or_fpscr_busy, int spr_busy
374 if (fp_busy) {
375 fp_busy &= model_ptr->fp_busy;
377 if (((1 << i) & fp_busy) != 0) {
412 model_ptr->fp_busy &= ~cur_busy->fp_busy
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 198 uint32_t fp_busy; /* floating point registers that are busy */
230 uint32_t fp_busy; /* floating point registers that are busy */
310 if (busy->fp_busy) {
312 if (((1 << i) & busy->fp_busy) != 0) {
364 void::model-static::model_trace_busy_p:model_data *model_ptr, uint32_t int_busy, uint32_t fp_busy, uint32_t cr_or_fpscr_busy, int spr_busy
374 if (fp_busy) {
375 fp_busy &= model_ptr->fp_busy;
377 if (((1 << i) & fp_busy) != 0) {
412 model_ptr->fp_busy &= ~cur_busy->fp_busy
    [all...]
  /src/sys/arch/sparc/sparc/
machdep.c 675 f->fp_busy = 0; /* XXX: How do we determine that? */

Completed in 20 milliseconds