9#if !defined __X86INTRIN_H && !defined __IMMINTRIN_H 
   10#error "Never use <movdirintrin.h> directly; include <x86intrin.h> instead." 
   13#ifndef _MOVDIRINTRIN_H 
   14#define _MOVDIRINTRIN_H 
   19_directstoreu_u32 (
void *__dst, 
unsigned int  __value)
 
   21  __builtin_ia32_directstore_u32((
unsigned int *)__dst, (
unsigned int)
__value);
 
   28__attribute__((__always_inline__, __nodebug__,  __target__(
"movdiri")))
 
   29_directstoreu_u64 (
void *__dst, 
unsigned long __value)
 
   31  __builtin_ia32_directstore_u64((
unsigned long *)__dst, 
__value);
 
   46  __builtin_ia32_movdir64b(__dst, 
__src);
 
_Float16 __2f16 __attribute__((ext_vector_type(2)))
Zeroes the upper 128 bits (bits 255:128) of all YMM registers.
static __inline__ void const void * __src
static __inline__ void unsigned int __value