Searched refs:LOWORDER (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/builtins/ppc/ |
D | DD.h | 19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \ macro
|
D | gcc_qmul.c | 45 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo); in __gcc_qmul()
|
D | gcc_qdiv.c | 46 tmp = LOWORDER(yq, yHi, yLo, qHi, qLo); in __gcc_qdiv()
|