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

  /src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c 178 #define ll_highpart(t) ((USI) (t) / ll_B)
179 x1 += ll_highpart (x0); /* this can't give carry */
184 rhi = x3 + ll_highpart (x1);
177 #define ll_highpart macro
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c 178 #define ll_highpart(t) ((USI) (t) / ll_B)
179 x1 += ll_highpart (x0); /* this can't give carry */
184 rhi = x3 + ll_highpart (x1);
177 #define ll_highpart macro

Completed in 26 milliseconds