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

/external/valgrind/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.c65 case Ity_V256: vex_printf( "V256"); break;
90 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break;
1751 c->Ico.V256 = con;
2259 case Ico_V256: return IRConst_V256(c->Ico.V256);
4405 /* Fn must return V128 or V256. */
4409 "but fn does not return V128 or V256");
4411 /* Fn must not return V128 or V256 */
4415 "but fn returns V128 or V256");
4619 case Ico_V256: return toBool( c1->Ico.V256
[all...]
H A Dir_opt.c1213 && e->Iex.Const.con->Ico.V256 == 0x00000000);
1325 /* V64 holds 8 summary-constant bits in V128/V256 style. Convert to
1669 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256;
2254 /* V128/V256(t,t) ==> t, for some IRTemp t */
H A Dhost_amd64_isel.c3718 /*--- ISEL: SIMD (V256) expressions, into 2 XMM regs. --*/
3780 switch (e->Iex.Const.con->Ico.V256) {
/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h92 V256; typedef in typeref:union:__anon19756
H A Dlibvex_ir.h305 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member in union:_IRConst::__anon19775
1588 /* All of type (V128, V128) -> V256. */
1598 saturation occurred, and the shift result. The result type is V256,
1775 Iop_V256to64_0, // V256 -> I64, extract least significant lane
1778 Iop_V256to64_3, // V256 -> I64, extract most significant lane
1780 Iop_64x4toV256, // (I64,I64,I64,I64)->V256
1783 Iop_V256toV128_0, // V256 -> V128, less significant lane
1784 Iop_V256toV128_1, // V256 -> V128, more significant lane
1785 Iop_V128HLtoV256, // (V128,V128)->V256, first arg is most signif
1835 /* ternary :: IRRoundingMode(I32) x V256
[all...]
/external/valgrind/memcheck/
H A Dmc_include.h740 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256*, Addr );
741 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256*, Addr );
H A Dmc_main.c4484 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256* res, Addr a )
4488 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256* res, Addr a )

Completed in 179 milliseconds