Lines Matching refs:BINARY
2485 # define BINARY(_ta1,_ta2,_td) \ in typeOfPrimop() macro
2511 BINARY(Ity_I8,Ity_I8, Ity_I8); in typeOfPrimop()
2515 BINARY(Ity_I16,Ity_I16, Ity_I16); in typeOfPrimop()
2534 BINARY(Ity_I32,Ity_I32, Ity_I32); in typeOfPrimop()
2593 BINARY(Ity_I64,Ity_I64, Ity_I64); in typeOfPrimop()
2604 BINARY(Ity_I64,Ity_I8, Ity_I64); in typeOfPrimop()
2607 BINARY(Ity_I8,Ity_I8, Ity_I8); in typeOfPrimop()
2609 BINARY(Ity_I16,Ity_I8, Ity_I16); in typeOfPrimop()
2611 BINARY(Ity_I32,Ity_I8, Ity_I32); in typeOfPrimop()
2613 BINARY(Ity_I64,Ity_I8, Ity_I64); in typeOfPrimop()
2675 BINARY(Ity_I8,Ity_I8, Ity_I16); in typeOfPrimop()
2677 BINARY(Ity_I16,Ity_I16, Ity_I32); in typeOfPrimop()
2679 BINARY(Ity_I32,Ity_I32, Ity_I64); in typeOfPrimop()
2681 BINARY(Ity_I64,Ity_I64, Ity_I128); in typeOfPrimop()
2690 BINARY(Ity_I32,Ity_I32, Ity_I32); in typeOfPrimop()
2693 BINARY(Ity_I64,Ity_I64, Ity_I64); in typeOfPrimop()
2696 BINARY(Ity_I64,Ity_I32, Ity_I64); in typeOfPrimop()
2699 BINARY(Ity_I128,Ity_I64, Ity_I128); in typeOfPrimop()
2702 BINARY(Ity_I64,Ity_I64, Ity_I128); in typeOfPrimop()
2707 BINARY(Ity_I8,Ity_I8, Ity_I16); in typeOfPrimop()
2712 BINARY(Ity_I16,Ity_I16, Ity_I32); in typeOfPrimop()
2717 BINARY(Ity_I32,Ity_I32, Ity_I64); in typeOfPrimop()
2722 BINARY(Ity_I64,Ity_I64, Ity_I128); in typeOfPrimop()
2774 BINARY(ity_RMode,Ity_F64, Ity_F64); in typeOfPrimop()
2779 BINARY(ity_RMode,Ity_F32, Ity_F32); in typeOfPrimop()
2782 BINARY(Ity_F32,Ity_F32, Ity_I32); in typeOfPrimop()
2785 BINARY(Ity_F64,Ity_F64, Ity_I32); in typeOfPrimop()
2788 BINARY(Ity_F128,Ity_F128, Ity_I32); in typeOfPrimop()
2790 case Iop_F64toI16S: BINARY(ity_RMode,Ity_F64, Ity_I16); in typeOfPrimop()
2791 case Iop_F64toI32S: BINARY(ity_RMode,Ity_F64, Ity_I32); in typeOfPrimop()
2793 BINARY(ity_RMode,Ity_F64, Ity_I64); in typeOfPrimop()
2795 case Iop_F64toI32U: BINARY(ity_RMode,Ity_F64, Ity_I32); in typeOfPrimop()
2798 case Iop_I64StoF64: BINARY(ity_RMode,Ity_I64, Ity_F64); in typeOfPrimop()
2799 case Iop_I64UtoF64: BINARY(ity_RMode,Ity_I64, Ity_F64); in typeOfPrimop()
2800 case Iop_I64UtoF32: BINARY(ity_RMode,Ity_I64, Ity_F32); in typeOfPrimop()
2804 case Iop_F32toI32S: BINARY(ity_RMode,Ity_F32, Ity_I32); in typeOfPrimop()
2805 case Iop_F32toI64S: BINARY(ity_RMode,Ity_F32, Ity_I64); in typeOfPrimop()
2806 case Iop_F32toI32U: BINARY(ity_RMode,Ity_F32, Ity_I32); in typeOfPrimop()
2807 case Iop_F32toI64U: BINARY(ity_RMode,Ity_F32, Ity_I64); in typeOfPrimop()
2809 case Iop_I32UtoF32: BINARY(ity_RMode,Ity_I32, Ity_F32); in typeOfPrimop()
2810 case Iop_I32StoF32: BINARY(ity_RMode,Ity_I32, Ity_F32); in typeOfPrimop()
2811 case Iop_I64StoF32: BINARY(ity_RMode,Ity_I64, Ity_F32); in typeOfPrimop()
2817 case Iop_F64toF32: BINARY(ity_RMode,Ity_F64, Ity_F32); in typeOfPrimop()
2818 case Iop_F64toF16: BINARY(ity_RMode,Ity_F64, Ity_F16); in typeOfPrimop()
2819 case Iop_F32toF16: BINARY(ity_RMode,Ity_F32, Ity_F16); in typeOfPrimop()
2835 case Iop_RoundF64toInt: BINARY(ity_RMode,Ity_F64, Ity_F64); in typeOfPrimop()
2846 BINARY(ity_RMode,Ity_F64, Ity_F64); in typeOfPrimop()
2867 BINARY(ity_RMode,Ity_V128, Ity_V128); in typeOfPrimop()
2870 BINARY(Ity_I64,Ity_I64, Ity_V128); in typeOfPrimop()
2900 case Iop_SetV128lo32: BINARY(Ity_V128,Ity_I32, Ity_V128); in typeOfPrimop()
2901 case Iop_SetV128lo64: BINARY(Ity_V128,Ity_I64, Ity_V128); in typeOfPrimop()
3016 BINARY(Ity_V128,Ity_V128, Ity_V128); in typeOfPrimop()
3022 BINARY(Ity_I64, Ity_I64, Ity_V128); in typeOfPrimop()
3083 BINARY(Ity_V128,Ity_I8, Ity_V128); in typeOfPrimop()
3089 BINARY(Ity_V128, Ity_I8, Ity_V128); in typeOfPrimop()
3095 BINARY(Ity_I64, Ity_I8, Ity_I64); in typeOfPrimop()
3098 BINARY(Ity_V128, Ity_I8, Ity_I8); in typeOfPrimop()
3100 BINARY(Ity_V128, Ity_I8, Ity_I16); in typeOfPrimop()
3102 BINARY(Ity_V128, Ity_I8, Ity_I32); in typeOfPrimop()
3104 BINARY(Ity_V128, Ity_I8, Ity_I64); in typeOfPrimop()
3106 BINARY(Ity_I64, Ity_I8, Ity_I8); in typeOfPrimop()
3108 BINARY(Ity_I64, Ity_I8, Ity_I16); in typeOfPrimop()
3110 BINARY(Ity_I64, Ity_I8, Ity_I32); in typeOfPrimop()
3127 BINARY(Ity_I64, Ity_I64, Ity_V128); in typeOfPrimop()
3135 BINARY(Ity_F64,Ity_F64, Ity_F128); in typeOfPrimop()
3165 BINARY(ity_RMode,Ity_F128, Ity_F128); in typeOfPrimop()
3173 case Iop_F128toI32S: BINARY(ity_RMode,Ity_F128, Ity_I32); in typeOfPrimop()
3174 case Iop_F128toI64S: BINARY(ity_RMode,Ity_F128, Ity_I64); in typeOfPrimop()
3176 case Iop_F128toI32U: BINARY(ity_RMode,Ity_F128, Ity_I32); in typeOfPrimop()
3177 case Iop_F128toI64U: BINARY(ity_RMode,Ity_F128, Ity_I64); in typeOfPrimop()
3182 case Iop_F128toF32: BINARY(ity_RMode,Ity_F128, Ity_F32); in typeOfPrimop()
3183 case Iop_F128toF64: BINARY(ity_RMode,Ity_F128, Ity_F64); in typeOfPrimop()
3195 BINARY(Ity_I64,Ity_D64, Ity_D64); in typeOfPrimop()
3204 BINARY(Ity_I64,Ity_D128, Ity_D128); in typeOfPrimop()
3216 BINARY(ity_RMode,Ity_D64, Ity_D64); in typeOfPrimop()
3219 BINARY(ity_RMode,Ity_D128, Ity_D128); in typeOfPrimop()
3240 BINARY(ity_RMode, Ity_D128, Ity_I64); in typeOfPrimop()
3243 BINARY(ity_RMode, Ity_D128, Ity_I64); in typeOfPrimop()
3247 BINARY(ity_RMode, Ity_D128, Ity_I32); in typeOfPrimop()
3250 BINARY(Ity_D64, Ity_D64, Ity_D128); in typeOfPrimop()
3254 BINARY(Ity_D64, Ity_I8, Ity_D64 ); in typeOfPrimop()
3257 BINARY(ity_RMode, Ity_D64, Ity_D32); in typeOfPrimop()
3261 BINARY(ity_RMode, Ity_D64, Ity_I32); in typeOfPrimop()
3264 BINARY(ity_RMode, Ity_D64, Ity_I64); in typeOfPrimop()
3267 BINARY(ity_RMode, Ity_D64, Ity_I64); in typeOfPrimop()
3274 BINARY(ity_RMode, Ity_I64, Ity_D64); in typeOfPrimop()
3277 BINARY(ity_RMode, Ity_I64, Ity_D64); in typeOfPrimop()
3280 BINARY(ity_RMode, Ity_F32, Ity_D32); in typeOfPrimop()
3283 BINARY(ity_RMode, Ity_F32, Ity_D64); in typeOfPrimop()
3286 BINARY(ity_RMode, Ity_F32, Ity_D128); in typeOfPrimop()
3289 BINARY(ity_RMode, Ity_F64, Ity_D32); in typeOfPrimop()
3292 BINARY(ity_RMode, Ity_F64, Ity_D64); in typeOfPrimop()
3295 BINARY(ity_RMode, Ity_F64, Ity_D128); in typeOfPrimop()
3298 BINARY(ity_RMode, Ity_F128, Ity_D32); in typeOfPrimop()
3301 BINARY(ity_RMode, Ity_F128, Ity_D64); in typeOfPrimop()
3304 BINARY(ity_RMode, Ity_F128, Ity_D128); in typeOfPrimop()
3307 BINARY(ity_RMode, Ity_D32, Ity_F32); in typeOfPrimop()
3310 BINARY(ity_RMode, Ity_D32, Ity_F64); in typeOfPrimop()
3313 BINARY(ity_RMode, Ity_D32, Ity_F128); in typeOfPrimop()
3316 BINARY(ity_RMode, Ity_D64, Ity_F32); in typeOfPrimop()
3319 BINARY(ity_RMode, Ity_D64, Ity_F64); in typeOfPrimop()
3322 BINARY(ity_RMode, Ity_D64, Ity_F128); in typeOfPrimop()
3325 BINARY(ity_RMode, Ity_D128, Ity_F32); in typeOfPrimop()
3328 BINARY(ity_RMode, Ity_D128, Ity_F64); in typeOfPrimop()
3331 BINARY(ity_RMode, Ity_D128, Ity_F128); in typeOfPrimop()
3335 BINARY(Ity_D64,Ity_D64, Ity_I32); in typeOfPrimop()
3339 BINARY(Ity_D128,Ity_D128, Ity_I32); in typeOfPrimop()
3355 BINARY(Ity_D128, Ity_I8, Ity_D128 ); in typeOfPrimop()
3364 BINARY( ity_RMode, Ity_D128, Ity_D64 ); in typeOfPrimop()
3403 BINARY(Ity_V256,Ity_V256, Ity_V256); in typeOfPrimop()
3417 BINARY(Ity_V128,Ity_V128, Ity_V256); in typeOfPrimop()
3433 BINARY(Ity_V256,Ity_I8, Ity_V256); in typeOfPrimop()
3440 # undef BINARY in typeOfPrimop()