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

  /src/external/gpl3/gdb/dist/sim/frv/
interrupts.c 341 int aexc = GET_FSR_AEXC (fsr0); local
344 /* Update AEXC with the interrupts that are masked. */
345 aexc |= fp_info->fsr_mask & ~tem;
346 SET_FSR_AEXC (fsr0, aexc);
  /src/external/gpl3/gdb.old/dist/sim/frv/
interrupts.c 341 int aexc = GET_FSR_AEXC (fsr0); local
344 /* Update AEXC with the interrupts that are masked. */
345 aexc |= fp_info->fsr_mask & ~tem;
346 SET_FSR_AEXC (fsr0, aexc);

Completed in 22 milliseconds