Home | History | Annotate | Download | only in amd64

Lines Matching defs:XMM

16 typedef  union { UChar u8[16]; UInt u32[4]; Float f32[4]; Double f64[2]; } XMM;
17 typedef union { UChar u8[32]; UInt u32[8]; XMM xmm[2]; } YMM;
20 void showFloat ( XMM* vec, int idx )
50 void showDouble ( XMM* vec, int idx )
80 void showXMM ( XMM* vec, int isDouble )
100 showXMM ( &vec->xmm[1], isDouble );
102 showXMM ( &vec->xmm[0], isDouble );
231 The xmm variants create 128 versions, the ymm variants 256. */
605 DO_test(_name, xmm, _isD); \