Home | History | Annotate | Download | only in amd64

Lines Matching refs:YMM

14 typedef  union { UChar u8[32];  UInt u32[8];  }  YMM;
16 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block;
18 void showYMM ( YMM* vec )