Home | History | Annotate | Download | only in priv

Lines Matching refs:V128

63       case Ity_V128:    vex_printf( "V128"); break;
88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break;
1651 c->Ico.V128 = con;
2161 case Ico_V128: return IRConst_V128(c->Ico.V128);
4248 /* Fn must return V128 or V256. */
4252 "but fn does not return V128 or V256");
4254 /* Fn must not return V128 or V256 */
4258 "but fn returns V128 or V256");
4461 case Ico_V128: return toBool( c1->Ico.V128 == c2->Ico.V128 );