Searched refs:Ity_F16 (Results 1 – 6 of 6) sorted by relevance
57 case Ity_F16: vex_printf( "F16"); break; in ppIRType()2814 case Iop_F16toF64: UNARY(Ity_F16, Ity_F64); in typeOfPrimop()2815 case Iop_F16toF32: UNARY(Ity_F16, 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()3601 case Ity_F16: case Ity_F32: case Ity_F64: case Ity_F128: in isPlausibleIRType()4639 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()4083 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()12258 IRType srcTy = size == X00 ? Ity_F16 : Ity_F32; in dis_AdvSIMD_two_reg_misc()13065 IRType srcTy = srcIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source()13078 IRType dstTy = dstIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source()13092 IRType srcTy = toH ? Ity_F32 : Ity_F16; in dis_AdvSIMD_fp_data_proc_1_source()13093 IRType dstTy = toH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source()
6489 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()