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()1776 c->tag = Ico_V256; in IRConst_V256()2324 case Ico_V256: return IRConst_V256(c->Ico.V256); in deepCopyIRConst()3619 case Ico_V256: return Ity_V256; in typeOfIRConst()4718 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 ); in eqIRConst()
1212 && e->Iex.Const.con->tag == Ico_V256 in isZeroV256()1226 case Ico_V256: return toBool( e->Iex.Const.con->Ico.V256 == 0x00000000); in isZeroU()
3779 vassert(e->Iex.Const.con->tag == Ico_V256); in iselDVecExpr_wrk()
282 Ico_V256 /* 256-bit restricted vector constant, with 1 bit enumerator
6222 case Ico_V256: return False; in isBogusAtom()