Searched refs:Ity_F16 (Results 1 – 6 of 6) sorted by relevance
57 case Ity_F16: vex_printf( "F16"); break; in ppIRType()2811 case Iop_F16toF64: UNARY(Ity_F16, Ity_F64); in typeOfPrimop()2812 case Iop_F16toF32: UNARY(Ity_F16, Ity_F32); in typeOfPrimop()2815 case Iop_F64toF16: BINARY(ity_RMode,Ity_F64, Ity_F16); in typeOfPrimop()2816 case Iop_F32toF16: BINARY(ity_RMode,Ity_F32, Ity_F16); in typeOfPrimop()3595 case Ity_F16: case Ity_F32: case Ity_F64: case Ity_F128: in isPlausibleIRType()4633 case Ity_F16: return 2; in sizeofIRType()
3364 vassert(ty == Ity_F16); in iselF16Expr_wrk()3626 if (tyd == Ity_F16 && 0 == (offs & 1) && offs < (2<<12)) { in iselStmt()4064 case Ity_F16: // we'll use HRcFlt64 regs for F16 too in iselSB_ARM64()
1422 case Ity_F16: case Ity_I16: laneSzB = 2; break; in offsetQRegLane()1442 case Ity_F16: case Ity_F32: case Ity_F64: case Ity_V128: in putQRegLO()1456 case Ity_F16: case Ity_I16: in getQRegLO()1543 case Ity_I16: case Ity_F16: in putQRegLane()1558 case Ity_F64: case Ity_F32: case Ity_F16: in getQRegLane()12229 IRType srcTy = size == X00 ? Ity_F16 : Ity_F32; in dis_AdvSIMD_two_reg_misc()13036 IRType srcTy = srcIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source()13049 IRType dstTy = dstIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source()13063 IRType srcTy = toH ? Ity_F32 : Ity_F16; in dis_AdvSIMD_fp_data_proc_1_source()13064 IRType dstTy = toH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source()
6485 case Ity_F16: case Ity_F32: case Ity_F64: case Ity_F128: in considerExpensives()
228 Ity_F16, /* 16 bit float */ enumerator
384 case Ity_F16: return Ity_I16; in shadowTypeV()