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

  /src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c 177 #define ll_lowpart(t) ((USI) (t) % ll_B)
185 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
176 #define ll_lowpart macro
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c 177 #define ll_lowpart(t) ((USI) (t) % ll_B)
185 rlo = ll_lowpart (x1) * ll_B + ll_lowpart (x0);
176 #define ll_lowpart macro

Completed in 23 milliseconds