Skip to main content

dr_zmm_t

Type Alias dr_zmm_t 

Source
pub type dr_zmm_t = _dr_zmm_t;
Expand description

512-bit ZMM register.

Aliased Type§

#[repr(C)]
pub union dr_zmm_t { pub u64_: [u64; 8], pub u32_: [u32; 16], pub u8_: [u8; 64], pub reg: [u64; 8], }

Fields§

§u64_: [u64; 8]

< Representation as 8 64-bit integers.

§u32_: [u32; 16]

< Representation as 16 32-bit integers.

§u8_: [u8; 64]

< Representation as 64 8-bit integers.

§reg: [u64; 8]

< Representation as 8 or 16 registers.