Home | History | Annotate | Download | only in h8300

Lines Matching defs:UEXTSHORT

312 #define UEXTSHORT(x) ((x) & 0xffff)
3736 res = UEXTSHORT ((UEXTSHORT (ea) * UEXTSHORT (rd)));
3819 res = UEXTSHORT (ea) * UEXTSHORT (rd);
3854 res = (unsigned) (UEXTSHORT (rd) / UEXTSHORT (ea));
3925 rd = UEXTSHORT (rd);
3950 ea = UEXTSHORT (ea);