Lines Matching refs:UNARY
2483 # define UNARY(_ta1,_td) \ in typeOfPrimop() macro
2616 UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
2618 UNARY(Ity_I16, Ity_I16); in typeOfPrimop()
2621 UNARY(Ity_I32, Ity_I32); in typeOfPrimop()
2642 UNARY(Ity_I64, Ity_I64); in typeOfPrimop()
2666 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
2667 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop()
2668 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop()
2669 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
2671 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
2672 case Iop_GetMSBs8x16: UNARY(Ity_V128, Ity_I16); in typeOfPrimop()
2684 UNARY(Ity_I32, Ity_I32); in typeOfPrimop()
2687 UNARY(Ity_I64, Ity_I64); in typeOfPrimop()
2705 UNARY(Ity_I16, Ity_I8); in typeOfPrimop()
2710 UNARY(Ity_I32, Ity_I16); in typeOfPrimop()
2715 UNARY(Ity_I64, Ity_I32); in typeOfPrimop()
2720 UNARY(Ity_I128, Ity_I64); in typeOfPrimop()
2724 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
2725 case Iop_1Uto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop()
2726 case Iop_1Sto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop()
2727 case Iop_1Sto16: UNARY(Ity_I1, Ity_I16); in typeOfPrimop()
2728 case Iop_1Uto32: case Iop_1Sto32: UNARY(Ity_I1, Ity_I32); in typeOfPrimop()
2729 case Iop_1Sto64: case Iop_1Uto64: UNARY(Ity_I1, Ity_I64); in typeOfPrimop()
2730 case Iop_32to1: UNARY(Ity_I32, Ity_I1); in typeOfPrimop()
2731 case Iop_64to1: UNARY(Ity_I64, Ity_I1); in typeOfPrimop()
2734 UNARY(Ity_I8, Ity_I32); in typeOfPrimop()
2737 UNARY(Ity_I8, Ity_I16); in typeOfPrimop()
2740 UNARY(Ity_I16, Ity_I32); in typeOfPrimop()
2743 UNARY(Ity_I32, Ity_I64); in typeOfPrimop()
2746 UNARY(Ity_I8, Ity_I64); in typeOfPrimop()
2749 UNARY(Ity_I16, Ity_I64); in typeOfPrimop()
2751 UNARY(Ity_I64, Ity_I16); in typeOfPrimop()
2753 case Iop_32to8: UNARY(Ity_I32, Ity_I8); in typeOfPrimop()
2754 case Iop_64to8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
2767 UNARY(Ity_F64, Ity_F64); in typeOfPrimop()
2770 UNARY(Ity_F32, Ity_F32); in typeOfPrimop()
2797 case Iop_I32StoF64: UNARY(Ity_I32, Ity_F64); in typeOfPrimop()
2802 case Iop_I32UtoF64: UNARY(Ity_I32, Ity_F64); in typeOfPrimop()
2813 case Iop_F32toF64: UNARY(Ity_F32, Ity_F64); in typeOfPrimop()
2814 case Iop_F16toF64: UNARY(Ity_F16, Ity_F64); in typeOfPrimop()
2815 case Iop_F16toF32: UNARY(Ity_F16, Ity_F32); in typeOfPrimop()
2821 case Iop_ReinterpI64asF64: UNARY(Ity_I64, Ity_F64); in typeOfPrimop()
2822 case Iop_ReinterpF64asI64: UNARY(Ity_F64, Ity_I64); in typeOfPrimop()
2823 case Iop_ReinterpI32asF32: UNARY(Ity_I32, Ity_F32); in typeOfPrimop()
2824 case Iop_ReinterpF32asI32: UNARY(Ity_F32, Ity_I32); in typeOfPrimop()
2844 UNARY(Ity_F64, Ity_F64); in typeOfPrimop()
2848 UNARY(Ity_F64, Ity_F32); in typeOfPrimop()
2863 UNARY(Ity_V128, Ity_V128); in typeOfPrimop()
2886 UNARY(Ity_V128, Ity_I64); in typeOfPrimop()
2895 UNARY(Ity_I64, Ity_V128); in typeOfPrimop()
2897 case Iop_V128to32: UNARY(Ity_V128, Ity_I32); in typeOfPrimop()
2898 case Iop_32UtoV128: UNARY(Ity_I32, Ity_V128); in typeOfPrimop()
2899 case Iop_64UtoV128: UNARY(Ity_I64, Ity_V128); in typeOfPrimop()
2903 case Iop_Dup8x16: UNARY(Ity_I8, Ity_V128); in typeOfPrimop()
2904 case Iop_Dup16x8: UNARY(Ity_I16, Ity_V128); in typeOfPrimop()
2905 case Iop_Dup32x4: UNARY(Ity_I32, Ity_V128); in typeOfPrimop()
2906 case Iop_Dup8x8: UNARY(Ity_I8, Ity_I64); in typeOfPrimop()
2907 case Iop_Dup16x4: UNARY(Ity_I16, Ity_I64); in typeOfPrimop()
2908 case Iop_Dup32x2: UNARY(Ity_I32, Ity_I64); in typeOfPrimop()
3049 UNARY(Ity_V128, Ity_V128); in typeOfPrimop()
3139 UNARY(Ity_F128, Ity_F64); in typeOfPrimop()
3161 UNARY(Ity_F128, Ity_F128); in typeOfPrimop()
3167 case Iop_I32StoF128: UNARY(Ity_I32, Ity_F128); in typeOfPrimop()
3168 case Iop_I64StoF128: UNARY(Ity_I64, Ity_F128); in typeOfPrimop()
3170 case Iop_I32UtoF128: UNARY(Ity_I32, Ity_F128); in typeOfPrimop()
3171 case Iop_I64UtoF128: UNARY(Ity_I64, Ity_F128); in typeOfPrimop()
3179 case Iop_F32toF128: UNARY(Ity_F32, Ity_F128); in typeOfPrimop()
3180 case Iop_F64toF128: UNARY(Ity_F64, Ity_F128); in typeOfPrimop()
3186 UNARY(Ity_D32, Ity_D64); in typeOfPrimop()
3189 UNARY(Ity_D64, Ity_I64); in typeOfPrimop()
3192 UNARY(Ity_D64, Ity_I64); in typeOfPrimop()
3198 UNARY(Ity_D128, Ity_I64); in typeOfPrimop()
3201 UNARY(Ity_D128, Ity_I64); in typeOfPrimop()
3207 UNARY(Ity_D64, Ity_D128); in typeOfPrimop()
3210 UNARY(Ity_D64, Ity_I64); in typeOfPrimop()
3213 UNARY(Ity_I64, Ity_D64); in typeOfPrimop()
3223 UNARY(Ity_I32, Ity_D128); in typeOfPrimop()
3226 UNARY(Ity_I64, Ity_D128); in typeOfPrimop()
3229 UNARY(Ity_I64, Ity_D128); in typeOfPrimop()
3233 UNARY(Ity_I64, Ity_I64); in typeOfPrimop()
3237 UNARY(Ity_D128, Ity_D64); in typeOfPrimop()
3271 UNARY(Ity_I32, Ity_D64); in typeOfPrimop()
3374 UNARY(Ity_V256, Ity_I64); in typeOfPrimop()
3406 UNARY(Ity_V256, Ity_V128); in typeOfPrimop()
3426 UNARY(Ity_V256, Ity_V256); in typeOfPrimop()
3439 # undef UNARY in typeOfPrimop()