Struct libvex_sys::VexGuestPPC64State [] [src]

#[repr(C)]
pub struct VexGuestPPC64State { pub host_EvC_FAILADDR: ULong, pub host_EvC_COUNTER: UInt, pub pad0: UInt, pub guest_GPR0: ULong, pub guest_GPR1: ULong, pub guest_GPR2: ULong, pub guest_GPR3: ULong, pub guest_GPR4: ULong, pub guest_GPR5: ULong, pub guest_GPR6: ULong, pub guest_GPR7: ULong, pub guest_GPR8: ULong, pub guest_GPR9: ULong, pub guest_GPR10: ULong, pub guest_GPR11: ULong, pub guest_GPR12: ULong, pub guest_GPR13: ULong, pub guest_GPR14: ULong, pub guest_GPR15: ULong, pub guest_GPR16: ULong, pub guest_GPR17: ULong, pub guest_GPR18: ULong, pub guest_GPR19: ULong, pub guest_GPR20: ULong, pub guest_GPR21: ULong, pub guest_GPR22: ULong, pub guest_GPR23: ULong, pub guest_GPR24: ULong, pub guest_GPR25: ULong, pub guest_GPR26: ULong, pub guest_GPR27: ULong, pub guest_GPR28: ULong, pub guest_GPR29: ULong, pub guest_GPR30: ULong, pub guest_GPR31: ULong, pub guest_VSR0: U128, pub guest_VSR1: U128, pub guest_VSR2: U128, pub guest_VSR3: U128, pub guest_VSR4: U128, pub guest_VSR5: U128, pub guest_VSR6: U128, pub guest_VSR7: U128, pub guest_VSR8: U128, pub guest_VSR9: U128, pub guest_VSR10: U128, pub guest_VSR11: U128, pub guest_VSR12: U128, pub guest_VSR13: U128, pub guest_VSR14: U128, pub guest_VSR15: U128, pub guest_VSR16: U128, pub guest_VSR17: U128, pub guest_VSR18: U128, pub guest_VSR19: U128, pub guest_VSR20: U128, pub guest_VSR21: U128, pub guest_VSR22: U128, pub guest_VSR23: U128, pub guest_VSR24: U128, pub guest_VSR25: U128, pub guest_VSR26: U128, pub guest_VSR27: U128, pub guest_VSR28: U128, pub guest_VSR29: U128, pub guest_VSR30: U128, pub guest_VSR31: U128, pub guest_VSR32: U128, pub guest_VSR33: U128, pub guest_VSR34: U128, pub guest_VSR35: U128, pub guest_VSR36: U128, pub guest_VSR37: U128, pub guest_VSR38: U128, pub guest_VSR39: U128, pub guest_VSR40: U128, pub guest_VSR41: U128, pub guest_VSR42: U128, pub guest_VSR43: U128, pub guest_VSR44: U128, pub guest_VSR45: U128, pub guest_VSR46: U128, pub guest_VSR47: U128, pub guest_VSR48: U128, pub guest_VSR49: U128, pub guest_VSR50: U128, pub guest_VSR51: U128, pub guest_VSR52: U128, pub guest_VSR53: U128, pub guest_VSR54: U128, pub guest_VSR55: U128, pub guest_VSR56: U128, pub guest_VSR57: U128, pub guest_VSR58: U128, pub guest_VSR59: U128, pub guest_VSR60: U128, pub guest_VSR61: U128, pub guest_VSR62: U128, pub guest_VSR63: U128, pub guest_CIA: ULong, pub guest_LR: ULong, pub guest_CTR: ULong, pub guest_XER_SO: UChar, pub guest_XER_OV: UChar, pub guest_XER_CA: UChar, pub guest_XER_BC: UChar, pub guest_CR0_321: UChar, pub guest_CR0_0: UChar, pub guest_CR1_321: UChar, pub guest_CR1_0: UChar, pub guest_CR2_321: UChar, pub guest_CR2_0: UChar, pub guest_CR3_321: UChar, pub guest_CR3_0: UChar, pub guest_CR4_321: UChar, pub guest_CR4_0: UChar, pub guest_CR5_321: UChar, pub guest_CR5_0: UChar, pub guest_CR6_321: UChar, pub guest_CR6_0: UChar, pub guest_CR7_321: UChar, pub guest_CR7_0: UChar, pub guest_FPROUND: UChar, pub guest_DFPROUND: UChar, pub pad1: UChar, pub pad2: UChar, pub guest_VRSAVE: UInt, pub guest_VSCR: UInt, pub guest_EMNOTE: UInt, pub padding: UInt, pub guest_CMSTART: ULong, pub guest_CMLEN: ULong, pub guest_NRADDR: ULong, pub guest_NRADDR_GPR2: ULong, pub guest_REDIR_SP: ULong, pub guest_REDIR_STACK: [ULong; 32], pub guest_IP_AT_SYSCALL: ULong, pub guest_SPRG3_RO: ULong, pub guest_TFHAR: ULong, pub guest_TEXASR: ULong, pub guest_TFIAR: ULong, }

Fields

Trait Implementations

impl Copy for VexGuestPPC64State
[src]

impl Clone for VexGuestPPC64State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestPPC64State
[src]

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