Searched refs:Ico_F32i (Results 1 – 5 of 5) sorted by relevance
84 case Ico_F32i: vex_printf( "F32i{0x%x}", con->Ico.F32i); break; in ppIRConst()1722 c->tag = Ico_F32i; in IRConst_F32i()2255 case Ico_F32i: return IRConst_F32i(c->Ico.F32i); in deepCopyIRConst()3517 case Ico_F32i: return Ity_F32; in typeOfIRConst()4615 case Ico_F32i: return toBool( c1->Ico.F32i == c2->Ico.F32i ); in eqIRConst()
2328 case Ico_F32i: value = con->Ico.F32i; break; in s390_isel_float_expr_wrk()
3192 if (con->tag == Ico_F32i && con->Ico.F32i == 0) { in iselFltExpr_wrk()
275 Ico_F32i, /* 32-bit unsigned int to be interpreted literally enumerator
6124 case Ico_F32i: return False; in isBogusAtom()