Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h300 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member
/external/valgrind/main/VEX/priv/
Dir_defs.c89 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break; in ppIRConst()
1453 c->Ico.V256 = con; in IRConst_V256()
3879 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 ); in eqIRConst()
Dhost_amd64_isel.c3447 switch (e->Iex.Const.con->Ico.V256) { in iselDVecExpr_wrk()
Dir_opt.c1572 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256; in fold_Expr()