cs_x86.__anonymous

struct cs_x86
union __anonymous {}

Members

Variables

eflags
ulong eflags;

EFLAGS updated by this instruction. This can be formed from OR combination of X86_EFLAGS_* symbols in x86.h

fpu_flags
ulong fpu_flags;

FPU_FLAGS updated by this instruction. This can be formed from OR combination of X86_FPU_FLAGS_* symbols in x86.h

Meta