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