Lines Matching refs:Ity_I16
53 case Ity_I16: vex_printf( "I16"); break; in ppIRType()
2512 BINARY(Ity_I16,Ity_I16, Ity_I16); in typeOfPrimop()
2606 BINARY(Ity_I16,Ity_I8, Ity_I16); in typeOfPrimop()
2615 UNARY(Ity_I16, Ity_I16); in typeOfPrimop()
2646 COMPARISON(Ity_I16); in typeOfPrimop()
2659 case Iop_CmpNEZ16: UNARY_COMPARISON(Ity_I16); in typeOfPrimop()
2664 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop()
2669 case Iop_GetMSBs8x16: UNARY(Ity_V128, Ity_I16); in typeOfPrimop()
2672 BINARY(Ity_I8,Ity_I8, Ity_I16); in typeOfPrimop()
2674 BINARY(Ity_I16,Ity_I16, Ity_I32); in typeOfPrimop()
2702 UNARY(Ity_I16, Ity_I8); in typeOfPrimop()
2704 BINARY(Ity_I8,Ity_I8, Ity_I16); in typeOfPrimop()
2707 UNARY(Ity_I32, Ity_I16); in typeOfPrimop()
2709 BINARY(Ity_I16,Ity_I16, Ity_I32); in typeOfPrimop()
2724 case Iop_1Sto16: UNARY(Ity_I1, Ity_I16); in typeOfPrimop()
2734 UNARY(Ity_I8, Ity_I16); in typeOfPrimop()
2737 UNARY(Ity_I16, Ity_I32); in typeOfPrimop()
2746 UNARY(Ity_I16, Ity_I64); in typeOfPrimop()
2748 UNARY(Ity_I64, Ity_I16); in typeOfPrimop()
2787 case Iop_F64toI16S: BINARY(ity_RMode,Ity_F64, Ity_I16); in typeOfPrimop()
2901 case Iop_Dup16x8: UNARY(Ity_I16, Ity_V128); in typeOfPrimop()
2904 case Iop_Dup16x4: UNARY(Ity_I16, Ity_I64); in typeOfPrimop()
3097 BINARY(Ity_V128, Ity_I8, Ity_I16); in typeOfPrimop()
3105 BINARY(Ity_I64, Ity_I8, Ity_I16); in typeOfPrimop()
3111 TERNARY(Ity_I64, Ity_I8, Ity_I16, Ity_I64); in typeOfPrimop()
3509 case Ico_U16: return Ity_I16; in typeOfIRConst()
3531 *t_res = Ity_I32; *t_arg = Ity_I16; break; in typeOfIRLoadGOp()
3593 case Ity_I8: case Ity_I16: case Ity_I32: in isPlausibleIRType()
4293 if (tyExpd == Ity_I8 || tyExpd == Ity_I16 || tyExpd == Ity_I32 in tcStmt()
4328 && tyRes != Ity_I16 && tyRes != Ity_I8) in tcStmt()
4336 && tyData != Ity_I16 && tyData != Ity_I8) in tcStmt()
4629 case Ity_I16: return 2; in sizeofIRType()
4652 case 2: return Ity_I16; in integerIRTypeOfSize()