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

  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 42 static void h8300hmode (int);
73 h8300hmode (int arg ATTRIBUTE_UNUSED) function
194 {"h8300h", h8300hmode, 0},
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 42 static void h8300hmode (int);
73 h8300hmode (int arg ATTRIBUTE_UNUSED) function
194 {"h8300h", h8300hmode, 0},
  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 56 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
315 int h8300hmode = 0; variable
345 return (h8300hmode && !h8300_normal_mode)? SL : SW;
383 else if (h8300hmode && !h8300_normal_mode)
417 (q->available == AV_H8H && !h8300hmode))
1596 || (p1->available == AV_H8H && !h8300hmode));
1600 || (p2->available == AV_H8H && !h8300hmode));
1664 else if (h8300hmode && !h8300_normal_mode)
1795 if (!h8300hmode || h8300_normal_mode)
2177 if (h8300hmode || h8300smode
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 56 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
315 int h8300hmode = 0; variable
345 return (h8300hmode && !h8300_normal_mode)? SL : SW;
383 else if (h8300hmode && !h8300_normal_mode)
417 (q->available == AV_H8H && !h8300hmode))
1596 || (p1->available == AV_H8H && !h8300hmode));
1600 || (p2->available == AV_H8H && !h8300hmode));
1664 else if (h8300hmode && !h8300_normal_mode)
1795 if (!h8300hmode || h8300_normal_mode)
2177 if (h8300hmode || h8300smode
    [all...]

Completed in 80 milliseconds