Lines Matching refs:Ity_V256
64 case Ity_V256: vex_printf( "V256"); break; in ppIRType()
3016 TERNARY(ity_RMode,Ity_V256,Ity_V256, Ity_V256); in typeOfPrimop()
3232 UNARY(Ity_V256, Ity_I64); in typeOfPrimop()
3235 QUATERNARY(Ity_I64, Ity_I64, Ity_I64, Ity_I64, Ity_V256); in typeOfPrimop()
3261 BINARY(Ity_V256,Ity_V256, Ity_V256); in typeOfPrimop()
3264 UNARY(Ity_V256, Ity_V128); in typeOfPrimop()
3267 BINARY(Ity_V128,Ity_V128, Ity_V256); in typeOfPrimop()
3276 UNARY(Ity_V256, Ity_V256); in typeOfPrimop()
3283 BINARY(Ity_V256,Ity_I8, Ity_V256); in typeOfPrimop()
3371 case Ico_V256: return Ity_V256; in typeOfIRConst()
3449 case Ity_V128: case Ity_V256: in isPlausibleIRType()
4249 if (retTy != Ity_V128 && retTy != Ity_V256) in tcStmt()
4255 if (retTy == Ity_V128 || retTy == Ity_V256) in tcStmt()
4489 case Ity_V256: return 32; in sizeofIRType()