Skip to main content

dr_xmm_t

Type Alias dr_xmm_t 

Source
pub type dr_xmm_t = _dr_xmm_t;
Expand description

128-bit XMM register.

Aliased Type§

#[repr(C)]
pub union dr_xmm_t { pub u64_: [u64; 2], pub u32_: [u32; 4], pub u8_: [u8; 16], pub reg: [u64; 2], }

Fields§

§u64_: [u64; 2]

< Representation as 2 64-bit integers.

§u32_: [u32; 4]

< Representation as 4 32-bit integers.

§u8_: [u8; 16]

< Representation as 16 8-bit integers.

§reg: [u64; 2]

< Representation as 2 or 4 registers.