Home
last modified time | relevance | path

Searched refs:LOWORDER (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A DDD.h19 #define LOWORDER(xy, xHi, xLo, yHi, yLo) \ macro
H A Dgcc_qmul.c42 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo); in __gcc_qmul()
H A Dgcc_qdiv.c43 tmp = LOWORDER(yq, yHi, yLo, qHi, qLo); in __gcc_qdiv()