Searched refs:h8300_normal_mode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c49 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
310 int h8300_normal_mode = 0; variable
338 return (h8300hmode && !h8300_normal_mode)? SL : SW;
374 if (h8300smode && !h8300_normal_mode)
376 else if (h8300hmode && !h8300_normal_mode)
637 if(h8300_normal_mode)
1571 if (h8300smode && !h8300_normal_mode)
1573 else if (h8300hmode && !h8300_normal_mode)
1702 if (!h8300hmode || h8300_normal_mode)
2517 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c53 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
484 int h8300_normal_mode = 0; variable
514 return (h8300hmode && !h8300_normal_mode)? SL : SW;
552 if (h8300smode && !h8300_normal_mode)
554 else if (h8300hmode && !h8300_normal_mode)
814 if(h8300_normal_mode)
1735 if (h8300smode && !h8300_normal_mode)
1737 else if (h8300hmode && !h8300_normal_mode)
1874 if (!h8300hmode || h8300_normal_mode)
2717 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
[all...]

Completed in 90 milliseconds