Home
last modified time | relevance | path

Searched refs:ASM_L (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h787 #define ASM_L(name) LSYM_PREFIX "asm_%=_" #name macro
2721 ("\n" ASM_L(top) ":\n" \
2724 "\tjc\t" ASM_L(top) \
2733 "\tjnc\t" ASM_L(done) "\n" \
2734 ASM_L(top) ":\n" \
2737 "\tjc\t" ASM_L(top) "\n" \
2738 ASM_L(done) ":\n" \
H A DChangeLog23832 __GMP_LSYM_PREFIX, revert to ASM_L in gmp-impl.h and AC_DEFINE of
24024 * gmp-impl.h (ASM_L): Use it.
24164 * gmp-impl.h (ASM_L): New macro.