HomeSort by relevance Sort by last modified time
    Searched defs:V128 (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 9 typedef unsigned char V128[16];
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*)(blockC+48) )
    [all...]
pcmpstr64.c 18 //typedef unsigned char V128[16];
24 V128;
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* resV
    [all...]
sse4-64.c 44 typedef unsigned char V128[16];
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* v, V128* mask
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 73 V128;
libvex_ir.h 293 UShort V128; /* 16-bit value; see Ico_V128 comment above */
481 Iop_DivModU128to64, // :: V128,I64 -> V128
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 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
    [all...]

Completed in 884 milliseconds