Searched refs:X86_EFLAGS_SET_OF (Results 1 – 5 of 5) sorted by relevance
109 case X86_EFLAGS_SET_OF: in get_eflag_name()
119 case X86_EFLAGS_SET_OF: in get_eflag_name()
301 public static final int X86_EFLAGS_SET_OF = 1<<52; field in X86_const
298 X86_EFLAGS_SET_OF = 1<<52 variable
127 #define X86_EFLAGS_SET_OF (1ULL << 52) macro