Searched defs:CPUX86State (Results 1 – 1 of 1) sorted by relevance
566 typedef struct CPUX86State { struct568 target_ulong regs[CPU_NB_REGS];569 target_ulong eip;570 target_ulong eflags; /* eflags register. During CPU emulation, CC575 target_ulong cc_src;576 target_ulong cc_dst;577 uint32_t cc_op;578 int32_t df; /* D flag : 1 if D = 0, -1 if D = 1 */579 uint32_t hflags; /* TB flags, see HF_xxx constants. These flags581 uint32_t hflags2; /* various other flags, see HF2_xxx constants. */[all …]