Lines Matching refs:Ity_I8
52 case Ity_I8: vex_printf( "I8"); break; in ppIRType()
2576 BINARY(Ity_I8,Ity_I8, Ity_I8); in typeOfPrimop()
2669 BINARY(Ity_I64,Ity_I8, Ity_I64); in typeOfPrimop()
2672 BINARY(Ity_I8,Ity_I8, Ity_I8); in typeOfPrimop()
2674 BINARY(Ity_I16,Ity_I8, Ity_I16); in typeOfPrimop()
2676 BINARY(Ity_I32,Ity_I8, Ity_I32); in typeOfPrimop()
2678 BINARY(Ity_I64,Ity_I8, Ity_I64); in typeOfPrimop()
2681 UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
2711 COMPARISON(Ity_I8); in typeOfPrimop()
2726 case Iop_CmpNEZ8: UNARY_COMPARISON(Ity_I8); in typeOfPrimop()
2731 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
2736 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
2740 BINARY(Ity_I8,Ity_I8, Ity_I16); in typeOfPrimop()
2770 UNARY(Ity_I16, Ity_I8); in typeOfPrimop()
2772 BINARY(Ity_I8,Ity_I8, Ity_I16); in typeOfPrimop()
2790 case Iop_1Uto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop()
2791 case Iop_1Sto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop()
2799 UNARY(Ity_I8, Ity_I32); in typeOfPrimop()
2802 UNARY(Ity_I8, Ity_I16); in typeOfPrimop()
2811 UNARY(Ity_I8, Ity_I64); in typeOfPrimop()
2818 case Iop_32to8: UNARY(Ity_I32, Ity_I8); in typeOfPrimop()
2819 case Iop_64to8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
2974 case Iop_Dup8x16: UNARY(Ity_I8, Ity_V128); in typeOfPrimop()
2977 case Iop_Dup8x8: UNARY(Ity_I8, Ity_I64); in typeOfPrimop()
3164 BINARY(Ity_V128, Ity_I8, Ity_V128); in typeOfPrimop()
3170 BINARY(Ity_V128, Ity_I8, Ity_V128); in typeOfPrimop()
3176 BINARY(Ity_I64, Ity_I8, Ity_I64); in typeOfPrimop()
3179 BINARY(Ity_V128, Ity_I8, Ity_I8); in typeOfPrimop()
3181 BINARY(Ity_V128, Ity_I8, Ity_I16); in typeOfPrimop()
3183 BINARY(Ity_V128, Ity_I8, Ity_I32); in typeOfPrimop()
3185 BINARY(Ity_V128, Ity_I8, Ity_I64); in typeOfPrimop()
3187 BINARY(Ity_I64, Ity_I8, Ity_I8); in typeOfPrimop()
3189 BINARY(Ity_I64, Ity_I8, Ity_I16); in typeOfPrimop()
3191 BINARY(Ity_I64, Ity_I8, Ity_I32); in typeOfPrimop()
3193 TERNARY(Ity_I64, Ity_I8, Ity_I8, Ity_I64); in typeOfPrimop()
3195 TERNARY(Ity_I64, Ity_I8, Ity_I16, Ity_I64); in typeOfPrimop()
3197 TERNARY(Ity_I64, Ity_I8, Ity_I32, Ity_I64); in typeOfPrimop()
3200 TERNARY(Ity_I64, Ity_I64, Ity_I8, Ity_I64); in typeOfPrimop()
3202 TERNARY(Ity_V128, Ity_V128, Ity_I8, Ity_V128); in typeOfPrimop()
3352 BINARY(Ity_D64, Ity_I8, Ity_D64 ); in typeOfPrimop()
3443 TERNARY(ity_RMode, Ity_I8,Ity_D64, Ity_D64); in typeOfPrimop()
3449 TERNARY(ity_RMode, Ity_I8,Ity_D128, Ity_D128); in typeOfPrimop()
3453 BINARY(Ity_D128, Ity_I8, Ity_D128 ); in typeOfPrimop()
3531 BINARY(Ity_V256,Ity_I8, Ity_V256); in typeOfPrimop()
3610 case Ico_U8: return Ity_I8; in typeOfIRConst()
3637 *t_res = Ity_I32; *t_arg = Ity_I8; break; in typeOfIRLoadGOp()
3697 case Ity_I8: case Ity_I16: case Ity_I32: in isPlausibleIRType()
4465 if (tyExpd == Ity_I8 || tyExpd == Ity_I16 || tyExpd == Ity_I32 in tcStmt()
4500 && tyRes != Ity_I16 && tyRes != Ity_I8) in tcStmt()
4508 && tyData != Ity_I16 && tyData != Ity_I8) in tcStmt()
4733 case Ity_I8: return 1; in sizeofIRType()
4758 case 1: return Ity_I8; in integerIRTypeOfSize()