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

  /external/valgrind/main/VEX/priv/
host_generic_simd128.h 49 void h_generic_calc_Mul32x4 ( /*OUT*/V128*, V128*, V128* );
51 void h_generic_calc_Max32Sx4 ( /*OUT*/V128*, V128*, V128* );
53 void h_generic_calc_Min32Sx4 ( /*OUT*/V128*, V128*, V128* );
55 void h_generic_calc_Max32Ux4 ( /*OUT*/V128*, V128*, V128* )
    [all...]
guest_generic_x87.h 123 extern Bool compute_PCMPxSTRx ( /*OUT*/V128* resV,
125 V128* argLV, V128* argRV,
132 extern Bool compute_PCMPxSTRx_wide ( /*OUT*/V128* resV,
134 V128* argLV, V128* argRV,
host_generic_simd128.c 42 weirdness when stuffing results back in the V128 union fields,
133 h_generic_calc_Mul32x4 ( /*OUT*/V128* res,
134 V128* argL, V128* argR )
143 h_generic_calc_Max32Sx4 ( /*OUT*/V128* res,
144 V128* argL, V128* argR )
153 h_generic_calc_Min32Sx4 ( /*OUT*/V128* res,
154 V128* argL, V128* argR
    [all...]
guest_generic_x87.c 625 void compute_PCMPxSTRx_gen_output (/*OUT*/V128* resV,
693 void compute_PCMPxSTRx_gen_output_wide (/*OUT*/V128* resV,
784 Bool compute_PCMPxSTRx ( /*OUT*/V128* resV,
786 V128* argLV, V128* argRV,
    [all...]
guest_amd64_helpers.c     [all...]
ir_opt.c 1542 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128; local
1551 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128; local
    [all...]
ir_defs.c 63 case Ity_V128: vex_printf( "V128"); break;
88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break;
    [all...]
main_main.c 152 vassert(16 == sizeof(V128));
    [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
host_x86_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/none/tests/x86/
cse_fail.stdout.exp 0 V128 cse:
  /external/valgrind/main/none/tests/amd64/
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...]
pcmpstr64w.c 19 //typedef unsigned char V128[16];
27 V128;
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* resV
    [all...]
aes.c 14 //typedef unsigned char V128[16];
20 V128;
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 exp
    [all...]
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...]
pcmpxstrx64w.c 10 typedef unsigned char V128[16];
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*)(blockC+48) )
    [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/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...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 76 V128;
libvex_ir.h 299 UShort V128; /* 16-bit value; see Ico_V128 comment above */
489 Iop_DivModU128to64, // :: V128,I64 -> V128
    [all...]

Completed in 134 milliseconds