Home | History | Annotate | Download | only in amd64

Lines Matching refs:V128

12 typedef  unsigned char  V128[16];
19 V128 arg1;
20 V128 arg2;
21 V128 res;
27 V128 arg1;
28 V128 res;
46 static void randV128 ( V128* v )
66 static void showV128 ( V128* v )
73 static void showMaskedV128 ( V128* v, V128* mask )
80 static void showRR ( char* op, RRArgs* rra, V128* rmask )
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
163 static V128 AllMask = { 0xFF,0xFF,0xFF,0xFF, 0xFF,0xFF,0xFF,0xFF,
167 static V128 ApproxPS = { 0x00,0x00,0x80,0xFF, 0x00,0x00,0x80,0xFF,
171 static V128 ApproxSS = { 0x00,0x00,0x80,0xFF, 0xFF,0xFF,0xFF,0xFF,