Home
last modified time | relevance | path

Searched refs:Ico_F64i (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/VEX/priv/
Dir_defs.c88 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break; in ppIRConst()
1736 c->tag = Ico_F64i; in IRConst_F64i()
2257 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()
3519 case Ico_F64i: return Ity_F64; in typeOfIRConst()
4617 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i ); in eqIRConst()
Dir_opt.c376 if (ex->Iex.Const.con->tag == Ico_F64i) { in flatten_Expr()
2440 && rhs->Iex.Const.con->tag != Ico_F64i) in subst_Expr()
2821 && st2->Ist.WrTmp.data->Iex.Const.con->tag != Ico_F64i) { in cprop_BB()
3768 if (e->Iex.Const.con->tag == Ico_F64i) { in irExpr_to_AvailExpr()
Dhost_s390_isel.c2329 case Ico_F64i: value = con->Ico.F64i; break; in s390_isel_float_expr_wrk()
Dhost_arm64_isel.c3005 if (con->tag == Ico_F64i) { in iselDblExpr_wrk()
Dhost_x86_isel.c3024 else if (e->Iex.Const.con->tag == Ico_F64i) { in iselDblExpr_wrk()
Dhost_amd64_isel.c2773 else if (e->Iex.Const.con->tag == Ico_F64i) { in iselDblExpr_wrk()
Dhost_ppc_isel.c3969 else if (e->Iex.Const.con->tag == Ico_F64i) { in iselDblExpr_wrk()
Dhost_arm_isel.c5401 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) { in iselDblExpr_wrk()
/external/valgrind/VEX/pub/
Dlibvex_ir.h278 Ico_F64i, /* 64-bit unsigned int to be interpreted literally enumerator
/external/valgrind/memcheck/
Dmc_translate.c6125 case Ico_F64i: return False; in isBogusAtom()