Searched refs:V256 (Results 1 – 4 of 4) sorted by relevance
300 UInt V256; /* 32-bit value; see Ico_V256 comment above */ member
89 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()
3447 switch (e->Iex.Const.con->Ico.V256) { in iselDVecExpr_wrk()
1572 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256; in fold_Expr()