Home | History | Annotate | Download | only in priv

Lines Matching refs:V256

65       case Ity_V256:    vex_printf( "V256"); break;
90 case Ico_V256: vex_printf( "V256{0x%08x}", con->Ico.V256); break;
1751 c->Ico.V256 = con;
2259 case Ico_V256: return IRConst_V256(c->Ico.V256);
4405 /* Fn must return V128 or V256. */
4409 "but fn does not return V128 or V256");
4411 /* Fn must not return V128 or V256 */
4415 "but fn returns V128 or V256");
4619 case Ico_V256: return toBool( c1->Ico.V256 == c2->Ico.V256 );