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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 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)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 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)
    [all...]

Completed in 43 milliseconds