Lines Matching refs:Ity_F128
59 case Ity_F128: vex_printf( "F128"); break; in ppIRType()
2276 BINARY(Ity_F128,Ity_F128, Ity_I32); in typeOfPrimop()
2564 BINARY(Ity_F64,Ity_F64, Ity_F128); in typeOfPrimop()
2568 UNARY(Ity_F128, Ity_F64); in typeOfPrimop()
2574 TERNARY(ity_RMode,Ity_F128,Ity_F128, Ity_F128); in typeOfPrimop()
2578 UNARY(Ity_F128, Ity_F128); in typeOfPrimop()
2581 BINARY(ity_RMode,Ity_F128, Ity_F128); in typeOfPrimop()
2583 case Iop_I32StoF128: UNARY(Ity_I32, Ity_F128); in typeOfPrimop()
2584 case Iop_I64StoF128: UNARY(Ity_I64, Ity_F128); in typeOfPrimop()
2586 case Iop_F128toI32S: BINARY(ity_RMode,Ity_F128, Ity_I32); in typeOfPrimop()
2587 case Iop_F128toI64S: BINARY(ity_RMode,Ity_F128, Ity_I64); in typeOfPrimop()
2589 case Iop_F32toF128: UNARY(Ity_F32, Ity_F128); in typeOfPrimop()
2590 case Iop_F64toF128: UNARY(Ity_F64, Ity_F128); in typeOfPrimop()
2592 case Iop_F128toF32: BINARY(ity_RMode,Ity_F128, Ity_F32); in typeOfPrimop()
2593 case Iop_F128toF64: BINARY(ity_RMode,Ity_F128, Ity_F64); in typeOfPrimop()
2738 case Ity_F32: case Ity_F64: case Ity_F128: in isPlausibleIRType()
3604 case Ity_F128: return 16; in sizeofIRType()