Searched refs:F64i (Results 1 – 9 of 9) sorted by relevance
2 F64i cse:
83 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break; in ppIRConst()1345 c->Ico.F64i = f64i; in IRConst_F64i()1786 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()3581 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i ); in eqIRConst()
1654 case Ico_F64i: value = con->Ico.F64i; break; in s390_isel_float_expr_wrk()
2951 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
2742 ae->u.Cf64i.f64i = e->Iex.Const.con->Ico.F64i; in irExpr_to_AvailExpr()
3178 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
2902 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
5312 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) { in iselDblExpr_wrk()
292 ULong F64i; member