Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2712 #define MPN_IORD_U(ptr, incr, aors) \ macro
2747 #define MPN_INCR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "addl")
2748 #define MPN_DECR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "subl")
2751 #define MPN_INCR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "addq")
2752 #define MPN_DECR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "subq")
H A DChangeLog1785 * gmp-impl.h (x86_64 MPN_IORD_U): Use proper asm constraint.
8244 * gmp-impl.h (MPN_IORD_U): Handle x86_64 as well as x86_32. Generate
21348 * gmp-impl.h (MPN_IORD_U) [x86]: Eliminate unnecessary jiord and iord,
22377 * gmp-impl.h (MPN_IORD_U): Change formatting (labels in pos 0, insns