Searched refs:F32i (Results 1 – 4 of 4) sorted by relevance
83 case Ico_F32i: vex_printf( "F32i{0x%x}", con->Ico.F32i); break; in ppIRConst()1630 c->Ico.F32i = f32i; in IRConst_F32i()2158 case Ico_F32i: return IRConst_F32i(c->Ico.F32i); in deepCopyIRConst()4458 case Ico_F32i: return toBool( c1->Ico.F32i == c2->Ico.F32i ); in eqIRConst()
6174 if (con->tag == Ico_F32i && con->Ico.F32i == 0) { in iselFltExpr_wrk()
2289 case Ico_F32i: value = con->Ico.F32i; break; in s390_isel_float_expr_wrk()
300 UInt F32i; member