Lines Matching refs:Ity_I32
54 case Ity_I32: vex_printf( "I32"); break; in ppIRType()
1918 const IRType ity_RMode = Ity_I32; in typeOfPrimop()
1950 BINARY(Ity_I32,Ity_I32, Ity_I32); in typeOfPrimop()
2026 BINARY(Ity_I32,Ity_I8, Ity_I32); in typeOfPrimop()
2036 UNARY(Ity_I32, Ity_I32); in typeOfPrimop()
2068 COMPARISON(Ity_I32); in typeOfPrimop()
2077 case Iop_CmpNEZ32: UNARY_COMPARISON(Ity_I32); in typeOfPrimop()
2082 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop()
2088 BINARY(Ity_I16,Ity_I16, Ity_I32); in typeOfPrimop()
2090 BINARY(Ity_I32,Ity_I32, Ity_I64); in typeOfPrimop()
2095 UNARY(Ity_I32, Ity_I32); in typeOfPrimop()
2101 BINARY(Ity_I32,Ity_I32, Ity_I32); in typeOfPrimop()
2107 BINARY(Ity_I64,Ity_I32, Ity_I64); in typeOfPrimop()
2118 UNARY(Ity_I32, Ity_I16); in typeOfPrimop()
2120 BINARY(Ity_I16,Ity_I16, Ity_I32); in typeOfPrimop()
2123 UNARY(Ity_I64, Ity_I32); in typeOfPrimop()
2125 BINARY(Ity_I32,Ity_I32, Ity_I64); in typeOfPrimop()
2136 case Iop_1Uto32: case Iop_1Sto32: UNARY(Ity_I1, Ity_I32); in typeOfPrimop()
2138 case Iop_32to1: UNARY(Ity_I32, Ity_I1); in typeOfPrimop()
2142 UNARY(Ity_I8, Ity_I32); in typeOfPrimop()
2148 UNARY(Ity_I16, Ity_I32); in typeOfPrimop()
2151 UNARY(Ity_I32, Ity_I64); in typeOfPrimop()
2161 case Iop_32to8: UNARY(Ity_I32, Ity_I8); in typeOfPrimop()
2189 BINARY(Ity_F64,Ity_F64, Ity_I32); in typeOfPrimop()
2192 case Iop_F64toI32S: BINARY(ity_RMode,Ity_F64, Ity_I32); in typeOfPrimop()
2195 case Iop_F64toI32U: BINARY(ity_RMode,Ity_F64, Ity_I32); in typeOfPrimop()
2198 case Iop_I32StoF64: UNARY(Ity_I32, Ity_F64); in typeOfPrimop()
2201 case Iop_I32UtoF64: UNARY(Ity_I32, Ity_F64); in typeOfPrimop()
2208 case Iop_ReinterpI32asF32: UNARY(Ity_I32, Ity_F32); in typeOfPrimop()
2209 case Iop_ReinterpF32asI32: UNARY(Ity_F32, Ity_I32); in typeOfPrimop()
2216 TERNARY(ity_RMode,Ity_F64,Ity_F64, Ity_I32); in typeOfPrimop()
2233 UNARY(Ity_F64, Ity_I32); in typeOfPrimop()
2266 case Iop_V128to32: UNARY(Ity_V128, Ity_I32); in typeOfPrimop()
2267 case Iop_32UtoV128: UNARY(Ity_I32, Ity_V128); in typeOfPrimop()
2269 case Iop_SetV128lo32: BINARY(Ity_V128,Ity_I32, Ity_V128); in typeOfPrimop()
2274 case Iop_Dup32x4: UNARY(Ity_I32, Ity_V128); in typeOfPrimop()
2277 case Iop_Dup32x2: UNARY(Ity_I32, Ity_I64); in typeOfPrimop()
2418 BINARY(Ity_V128, Ity_I8, Ity_I32); in typeOfPrimop()
2426 BINARY(Ity_I64, Ity_I8, Ity_I32); in typeOfPrimop()
2432 TERNARY(Ity_I64, Ity_I8, Ity_I32, Ity_I64); in typeOfPrimop()
2522 case Ico_U32: return Ity_I32; in typeOfIRConst()
2581 case Ity_I8: case Ity_I16: case Ity_I32: in isPlausibleIRType()
2899 if (typeOfIRExpr(tyenv,expr->Iex.GetI.ix) != Ity_I32) in tcExpr()
3126 if (typeOfIRExpr(tyenv,stmt->Ist.PutI.ix) != Ity_I32) in tcStmt()
3173 if (tyExpd == Ity_I8 || tyExpd == Ity_I16 || tyExpd == Ity_I32 in tcStmt()
3206 if (tyRes != Ity_I64 && tyRes != Ity_I32 && tyRes != Ity_I8) in tcStmt()
3213 if (tyData != Ity_I64 && tyData != Ity_I32 && tyData != Ity_I8) in tcStmt()
3293 vassert(guest_word_size == Ity_I32 in sanityCheckIRSB()
3438 case Ity_I32: return 4; in sizeofIRType()