Searched refs:X86_EFLAGS_SET_SF (Results 1 – 5 of 5) sorted by relevance
111 case X86_EFLAGS_SET_SF: in get_eflag_name()
121 case X86_EFLAGS_SET_SF: in get_eflag_name()
302 public static final int X86_EFLAGS_SET_SF = 1<<53; field in X86_const
299 X86_EFLAGS_SET_SF = 1<<53 variable
128 #define X86_EFLAGS_SET_SF (1ULL << 53) macro