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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 56 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
317 int h8300_normal_mode = 0; variable
345 return (h8300hmode && !h8300_normal_mode)? SL : SW;
381 if (h8300smode && !h8300_normal_mode)
383 else if (h8300hmode && !h8300_normal_mode)
651 if(h8300_normal_mode)
1662 if (h8300smode && !h8300_normal_mode)
1664 else if (h8300hmode && !h8300_normal_mode)
1795 if (!h8300hmode || h8300_normal_mode)
2608 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 56 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
317 int h8300_normal_mode = 0; variable
345 return (h8300hmode && !h8300_normal_mode)? SL : SW;
381 if (h8300smode && !h8300_normal_mode)
383 else if (h8300hmode && !h8300_normal_mode)
651 if(h8300_normal_mode)
1662 if (h8300smode && !h8300_normal_mode)
1664 else if (h8300hmode && !h8300_normal_mode)
1795 if (!h8300hmode || h8300_normal_mode)
2608 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
    [all...]

Completed in 19 milliseconds