Searched refs:Ico_V256 (Results 1 – 5 of 5) sorted by relevance
90 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break; in ppIRConst()1750 c->tag = Ico_V256; in IRConst_V256()2259 case Ico_V256: return IRConst_V256(c->Ico.V256); in deepCopyIRConst()3521 case Ico_V256: return Ity_V256; in typeOfIRConst()4619 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 ); in eqIRConst()
3779 vassert(e->Iex.Const.con->tag == Ico_V256); in iselDVecExpr_wrk()
1212 && e->Iex.Const.con->tag == Ico_V256 in isZeroV256()
282 Ico_V256 /* 256-bit restricted vector constant, with 1 bit enumerator
6127 case Ico_V256: return False; in isBogusAtom()