Struct libvex_sys::VexGuestARMState [] [src]

#[repr(C)]
pub struct VexGuestARMState { pub host_EvC_FAILADDR: UInt, pub host_EvC_COUNTER: UInt, pub guest_R0: UInt, pub guest_R1: UInt, pub guest_R2: UInt, pub guest_R3: UInt, pub guest_R4: UInt, pub guest_R5: UInt, pub guest_R6: UInt, pub guest_R7: UInt, pub guest_R8: UInt, pub guest_R9: UInt, pub guest_R10: UInt, pub guest_R11: UInt, pub guest_R12: UInt, pub guest_R13: UInt, pub guest_R14: UInt, pub guest_R15T: UInt, pub guest_CC_OP: UInt, pub guest_CC_DEP1: UInt, pub guest_CC_DEP2: UInt, pub guest_CC_NDEP: UInt, pub guest_QFLAG32: UInt, pub guest_GEFLAG0: UInt, pub guest_GEFLAG1: UInt, pub guest_GEFLAG2: UInt, pub guest_GEFLAG3: UInt, pub guest_EMNOTE: UInt, pub guest_CMSTART: UInt, pub guest_CMLEN: UInt, pub guest_NRADDR: UInt, pub guest_IP_AT_SYSCALL: UInt, pub guest_D0: ULong, pub guest_D1: ULong, pub guest_D2: ULong, pub guest_D3: ULong, pub guest_D4: ULong, pub guest_D5: ULong, pub guest_D6: ULong, pub guest_D7: ULong, pub guest_D8: ULong, pub guest_D9: ULong, pub guest_D10: ULong, pub guest_D11: ULong, pub guest_D12: ULong, pub guest_D13: ULong, pub guest_D14: ULong, pub guest_D15: ULong, pub guest_D16: ULong, pub guest_D17: ULong, pub guest_D18: ULong, pub guest_D19: ULong, pub guest_D20: ULong, pub guest_D21: ULong, pub guest_D22: ULong, pub guest_D23: ULong, pub guest_D24: ULong, pub guest_D25: ULong, pub guest_D26: ULong, pub guest_D27: ULong, pub guest_D28: ULong, pub guest_D29: ULong, pub guest_D30: ULong, pub guest_D31: ULong, pub guest_FPSCR: UInt, pub guest_TPIDRURO: UInt, pub guest_ITSTATE: UInt, pub padding1: UInt, }

Fields

Trait Implementations

impl Copy for VexGuestARMState
[src]

impl Clone for VexGuestARMState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestARMState
[src]

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