• Home
  • Raw
  • Download

Lines Matching refs:Ity_F32

57       case Ity_F32:     vex_printf( "F32");  break;  in ppIRType()
2253 TERNARY(ity_RMode,Ity_F32,Ity_F32, Ity_F32); in typeOfPrimop()
2259 UNARY(Ity_F32, Ity_F32); in typeOfPrimop()
2267 BINARY(ity_RMode,Ity_F32, Ity_F32); in typeOfPrimop()
2270 BINARY(Ity_F32,Ity_F32, Ity_I32); in typeOfPrimop()
2289 case Iop_I64UtoF32: BINARY(ity_RMode,Ity_I64, Ity_F32); in typeOfPrimop()
2293 case Iop_F32toI16S: BINARY(ity_RMode,Ity_F32, Ity_I16); in typeOfPrimop()
2294 case Iop_F32toI32S: BINARY(ity_RMode,Ity_F32, Ity_I32); in typeOfPrimop()
2295 case Iop_F32toI64S: BINARY(ity_RMode,Ity_F32, Ity_I64); in typeOfPrimop()
2297 case Iop_I16StoF32: UNARY(Ity_I16, Ity_F32); in typeOfPrimop()
2298 case Iop_I32StoF32: BINARY(ity_RMode,Ity_I32, Ity_F32); in typeOfPrimop()
2299 case Iop_I64StoF32: BINARY(ity_RMode,Ity_I64, Ity_F32); in typeOfPrimop()
2301 case Iop_F32toF64: UNARY(Ity_F32, Ity_F64); in typeOfPrimop()
2302 case Iop_F64toF32: BINARY(ity_RMode,Ity_F64, Ity_F32); in typeOfPrimop()
2306 case Iop_ReinterpI32asF32: UNARY(Ity_I32, Ity_F32); in typeOfPrimop()
2307 case Iop_ReinterpF32asI32: UNARY(Ity_F32, Ity_I32); in typeOfPrimop()
2333 UNARY(Ity_F64, Ity_F32); in typeOfPrimop()
2561 QUATERNARY(ity_RMode,Ity_F32,Ity_F32,Ity_F32, Ity_F32); in typeOfPrimop()
2589 case Iop_F32toF128: UNARY(Ity_F32, Ity_F128); in typeOfPrimop()
2592 case Iop_F128toF32: BINARY(ity_RMode,Ity_F128, Ity_F32); in typeOfPrimop()
2677 case Ico_F32: return Ity_F32; in typeOfIRConst()
2678 case Ico_F32i: return Ity_F32; in typeOfIRConst()
2738 case Ity_F32: case Ity_F64: case Ity_F128: in isPlausibleIRType()
3602 case Ity_F32: return 4; in sizeofIRType()