Searched refs:V256 (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd256.h49 void h_generic_calc_Perm32x8 ( /*OUT*/V256*, V256*, V256* );
H A Dhost_generic_simd256.c41 h_generic_calc_Perm32x8 ( /*OUT*/V256* res,
42 V256* argL, V256* argR )
H A Dir_defs.c64 case Ity_V256: vex_printf( "V256"); break;
89 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break;
1658 c->Ico.V256 = con;
4248 /* Fn must return V128 or V256. */
4252 "but fn does not return V128 or V256");
4254 /* Fn must not return V128 or V256 */
4258 "but fn returns V128 or V256");
4462 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 );
[all...]
H A Dir_opt.c1202 && e->Iex.Const.con->Ico.V256 == 0x00000000);
1312 /* V64 holds 8 summary-constant bits in V128/V256 style. Convert to
1647 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256;
2213 /* V128/V256(t,t) ==> t, for some IRTemp t */
H A Dhost_amd64_isel.c3716 /*--- ISEL: SIMD (V256) expressions, into 2 XMM regs. --*/
3778 switch (e->Iex.Const.con->Ico.V256) {
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h86 V256; typedef in typeref:union:__anon32261
H A Dlibvex_ir.h304 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member in union:_IRConst::__anon32279
1625 Iop_V256to64_0, // V256 -> I64, extract least significant lane
1628 Iop_V256to64_3, // V256 -> I64, extract most significant lane
1630 Iop_64x4toV256, // (I64,I64,I64,I64)->V256
1633 Iop_V256toV128_0, // V256 -> V128, less significant lane
1634 Iop_V256toV128_1, // V256 -> V128, more significant lane
1635 Iop_V128HLtoV256, // (V128,V128)->V256, first arg is most signif
1685 /* ternary :: IRRoundingMode(I32) x V256 x V256 -> V256 */
[all...]
/external/valgrind/main/memcheck/
H A Dmc_include.h624 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256*, Addr );
625 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256*, Addr );
H A Dmc_main.c4341 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256* res, Addr a )
4345 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256* res, Addr a )

Completed in 7773 milliseconds