Searched refs:V256 (Results 1 – 9 of 9) sorted by relevance
49 void h_generic_calc_Perm32x8 ( /*OUT*/V256*, V256*, V256* );
41 h_generic_calc_Perm32x8 ( /*OUT*/V256* res, in h_generic_calc_Perm32x8()42 V256* argL, V256* argR ) in h_generic_calc_Perm32x8()
90 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break; in ppIRConst()1747 c->Ico.V256 = con; in IRConst_V256()2255 case Ico_V256: return IRConst_V256(c->Ico.V256); in deepCopyIRConst()4613 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 ); in eqIRConst()
1213 && e->Iex.Const.con->Ico.V256 == 0x00000000); in isZeroV256()1668 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256; in fold_Expr()
3780 switch (e->Iex.Const.con->Ico.V256) { in iselDVecExpr_wrk()
92 V256; typedef
305 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member
628 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256*, Addr );629 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256*, Addr );
4335 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256* res, Addr a ) in MC_()4339 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256* res, Addr a ) in MC_()