Searched defs:V128 (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c9 typedef unsigned char V128[16]; typedef
18 void show_V128 ( V128* vec )
25 void expand ( V128* dst, char* summary )
46 V128 argL, argR;
93 show_V128( (V128*)(blockC+48) );
122 show_V128( (V128*)(blockC+48) );
151 show_V128( (V128*)(blockC+48) );
180 show_V128( (V128*)(blockC+48) );
209 show_V128( (V128*)(blockC+48) );
238 show_V128( (V128*)(block
[all...]
H A Dpcmpxstrx64w.c10 typedef unsigned char V128[16]; typedef
19 void show_V128 ( V128* vec )
26 void expand ( V128* dst, char* summary )
47 V128 argL, argR;
94 show_V128( (V128*)(blockC+48) );
123 show_V128( (V128*)(blockC+48) );
152 show_V128( (V128*)(blockC+48) );
181 show_V128( (V128*)(blockC+48) );
210 show_V128( (V128*)(blockC+48) );
239 show_V128( (V128*)(block
[all...]
H A Daes.c14 //typedef unsigned char V128[16];
20 V128; typedef in typeref:union:__anon28667
29 static void expand ( V128* dst, char* summary )
56 static void unexpand ( V128* dst, char* summary )
72 V128 argL, argR;
73 V128 res;
75 V128 exp;
104 V128 argL, argR;
105 V128 res;
107 V128 ex
[all...]
H A Dpcmpstr64.c18 //typedef unsigned char V128[16];
24 V128; typedef in typeref:union:__anon28672
70 void expand ( V128* dst, char* summary )
90 UInt(*h_fn)(V128*,V128*),
91 UInt(*s_fn)(V128*,V128*),
95 V128 argL, argR;
104 UInt zmask_from_V128 ( V128* arg )
125 void pcmpXstrX_WRK_gen_output_fmt_I(/*OUT*/V128* res
[all...]
H A Dpcmpstr64w.c19 //typedef unsigned char V128[16];
27 V128; typedef in typeref:union:__anon28673
73 void expand ( V128* dst, char* summary )
93 UInt(*h_fn)(V128*,V128*),
94 UInt(*s_fn)(V128*,V128*),
98 V128 argL, argR;
107 UInt zmask_from_V128 ( V128* arg )
127 void PCMPxSTRx_WRK_gen_output_fmt_I_wide ( /*OUT*/V128* res
[all...]
H A Dsse4-64.c44 typedef unsigned char V128[16]; typedef
57 V128 arg1;
58 V128 arg2;
59 V128 res;
65 V128 arg1;
66 V128 res;
70 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo )
95 static void randV128 ( V128* v )
102 static void showV128 ( V128* v )
109 static void showMaskedV128 ( V128*
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h76 V128; typedef in typeref:union:__anon27904
H A Dlibvex_ir.h299 UShort V128; /* 16-bit value; see Ico_V128 comment above */ member in union:_IRConst::__anon27920
489 Iop_DivModU128to64, // :: V128,I64 -> V128
1233 Iop_V128to64, // :: V128 -> I64, low half
1234 Iop_V128HIto64, // :: V128 -> I64, high half
1235 Iop_64HLtoV128, // :: (I64,I64) -> V128
1242 Iop_V128to32, // :: V128 -> I32, lowest lane
1243 Iop_SetV128lo32, // :: (V128,I32) -> V128
1286 /* Doubling saturating multiplication (long) (I64, I64) -> V128 */
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dsse_memory.c12 typedef unsigned char V128[16]; typedef
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* mas
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c12 typedef unsigned char V128[16]; typedef
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* mas
[all...]

Completed in 332 milliseconds