Struct libvex_sys::VexGuestX86State [] [src]

#[repr(C)]
pub struct VexGuestX86State { pub host_EvC_FAILADDR: UInt, pub host_EvC_COUNTER: UInt, pub guest_EAX: UInt, pub guest_ECX: UInt, pub guest_EDX: UInt, pub guest_EBX: UInt, pub guest_ESP: UInt, pub guest_EBP: UInt, pub guest_ESI: UInt, pub guest_EDI: UInt, pub guest_CC_OP: UInt, pub guest_CC_DEP1: UInt, pub guest_CC_DEP2: UInt, pub guest_CC_NDEP: UInt, pub guest_DFLAG: UInt, pub guest_IDFLAG: UInt, pub guest_ACFLAG: UInt, pub guest_EIP: UInt, pub guest_FPREG: [ULong; 8], pub guest_FPTAG: [UChar; 8], pub guest_FPROUND: UInt, pub guest_FC3210: UInt, pub guest_FTOP: UInt, pub guest_SSEROUND: UInt, pub guest_XMM0: U128, pub guest_XMM1: U128, pub guest_XMM2: U128, pub guest_XMM3: U128, pub guest_XMM4: U128, pub guest_XMM5: U128, pub guest_XMM6: U128, pub guest_XMM7: U128, pub guest_CS: UShort, pub guest_DS: UShort, pub guest_ES: UShort, pub guest_FS: UShort, pub guest_GS: UShort, pub guest_SS: UShort, pub guest_LDT: HWord, pub guest_GDT: HWord, pub guest_EMNOTE: UInt, pub guest_CMSTART: UInt, pub guest_CMLEN: UInt, pub guest_NRADDR: UInt, pub guest_SC_CLASS: UInt, pub guest_IP_AT_SYSCALL: UInt, pub padding1: UInt, }

Fields

Trait Implementations

impl Copy for VexGuestX86State
[src]

impl Clone for VexGuestX86State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestX86State
[src]

Returns the "default value" for a type. Read more