Searched refs:DIR_BIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Damd64check.c68 #define DIR_BIT(rflags) (((rflags) & (1<<10)) != 0) macro
94 if (DIR_BIT (calling_conventions_values[RFLAGS]) != 0)
97 header, DIR_BIT (calling_conventions_values[RFLAGS]));
H A Dx86check.c74 #define DIR_BIT(eflags) (((eflags) & (1<<10)) != 0) macro
100 if (DIR_BIT (calling_conventions_values[EFLAGS]) != 0)
103 header, DIR_BIT (calling_conventions_values[EFLAGS]));

Completed in 91 milliseconds