Skip to main content

dr_ymm_t

Type Alias dr_ymm_t 

Source
pub type dr_ymm_t = _dr_ymm_t;
Expand description

256-bit YMM register.

Aliased Type§

#[repr(C)]
pub union dr_ymm_t { pub u64_: [u64; 4], pub u32_: [u32; 8], pub u8_: [u8; 32], pub reg: [u64; 4], }

Fields§

§u64_: [u64; 4]

< Representation as 4 64-bit integers.

§u32_: [u32; 8]

< Representation as 8 32-bit integers.

§u8_: [u8; 32]

< Representation as 32 8-bit integers.

§reg: [u64; 4]

< Representation as 4 or 8 registers.