Home | History | Annotate | Download | only in h8300

Lines Matching defs:h8300hmode

56 #define SP (h8300hmode && !h8300_normal_mode ? SL : SW)
315 int h8300hmode = 0;
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)
2608 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
2677 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
2693 if ((h8300hmode || h8300smode) && !h8300_normal_mode)
2732 if ((h8300sxmode || h8300hmode || h8300smode) && !h8300_normal_mode)
2783 fd = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2784 buf_size = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (2) : GET_W_REG (2);
2818 fd = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2819 char_ptr = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1);
2820 len = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (2) : GET_W_REG (2);
2850 fd = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2851 offset = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1);
2852 origin = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (2) : GET_W_REG (2);
2868 fd = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2885 fd = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2888 stat_ptr = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1);
2934 filename_ptr = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (0) : GET_W_REG (0);
2958 stat_ptr = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1);
3363 if (h8300hmode && !h8300_normal_mode)
3395 if (h8300hmode && !h8300_normal_mode)
3418 if (h8300hmode && !h8300_normal_mode)
4473 intval = h8300hmode ? longval : shortval;
4556 if ((h8300hmode || longreg) && !(rn == PC_REGNUM && h8300_normal_mode))
4611 h8300hmode = h8300smode = h8300sxmode = h8300_normal_mode = 0;
4620 h8300hmode = 1;
4834 else if (h8300hmode && !h8300_normal_mode)