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

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h 588 /* 'true' if this function actually uses "*gasisr" insns. */
590 /* 'true' if this function is allowed to use "*gasisr" insns. */
594 } gasisr; variable in typeref:struct:__anon13290
avr.cc 1661 // by gasisr prologues.
2462 /* Set fun->machine->gasisr.maybe provided we don't find anything that
2493 fun->machine->gasisr.maybe = 1;
2903 if (cfun->machine->gasisr.maybe)
2909 cfun->machine->gasisr.yes = 1;
2918 cfun->machine->gasisr.regno = treg;
3015 if (!cfun->machine->gasisr.yes)
3024 int used_by_gasisr = 3 + (cfun->machine->gasisr.regno != AVR_TMP_REGNO);
3200 && cfun->machine->gasisr.yes)
3202 treg = cfun->machine->gasisr.regno
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 583 /* 'true' if this function actually uses "*gasisr" insns. */
585 /* 'true' if this function is allowed to use "*gasisr" insns. */
589 } gasisr; variable in typeref:struct:__anon15736
avr.cc 1613 // by gasisr prologues.
1830 /* Set fun->machine->gasisr.maybe provided we don't find anything that
1861 fun->machine->gasisr.maybe = 1;
2275 if (cfun->machine->gasisr.maybe)
2281 cfun->machine->gasisr.yes = 1;
2290 cfun->machine->gasisr.regno = treg;
2387 if (!cfun->machine->gasisr.yes)
2396 int used_by_gasisr = 3 + (cfun->machine->gasisr.regno != AVR_TMP_REGNO);
2581 && cfun->machine->gasisr.yes)
2583 treg = cfun->machine->gasisr.regno
    [all...]

Completed in 29 milliseconds