Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_simd256.h49 void h_generic_calc_Perm32x8 ( /*OUT*/V256*, V256*, V256* );
Dhost_generic_simd256.c41 h_generic_calc_Perm32x8 ( /*OUT*/V256* res, in h_generic_calc_Perm32x8()
42 V256* argL, V256* argR ) in h_generic_calc_Perm32x8()
Dir_defs.c89 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break; in ppIRConst()
1658 c->Ico.V256 = con; in IRConst_V256()
4462 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 ); in eqIRConst()
Dir_opt.c1202 && e->Iex.Const.con->Ico.V256 == 0x00000000); in isZeroV256()
1647 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256; in fold_Expr()
Dhost_amd64_isel.c3778 switch (e->Iex.Const.con->Ico.V256) { in iselDVecExpr_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_basictypes.h86 V256; typedef
Dlibvex_ir.h304 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member
/external/valgrind/main/memcheck/
Dmc_include.h624 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256*, Addr );
625 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256*, Addr );
Dmc_main.c4341 VG_REGPARM(2) void MC_(helperc_LOADV256be) ( /*OUT*/V256* res, Addr a ) in MC_()
4345 VG_REGPARM(2) void MC_(helperc_LOADV256le) ( /*OUT*/V256* res, Addr a ) in MC_()