Searched refs:DIR_BIT (Results 1 – 2 of 2) sorted by relevance
68 #define DIR_BIT(rflags) (((rflags) & (1<<10)) != 0) macro94 if (DIR_BIT (calling_conventions_values[RFLAGS]) != 0) in calling_conventions_check()97 header, DIR_BIT (calling_conventions_values[RFLAGS])); in calling_conventions_check()
74 #define DIR_BIT(eflags) (((eflags) & (1<<10)) != 0) macro100 if (DIR_BIT (calling_conventions_values[EFLAGS]) != 0) in calling_conventions_check()103 header, DIR_BIT (calling_conventions_values[EFLAGS])); in calling_conventions_check()