Home
last modified time | relevance | path

Searched refs:Ico_F64 (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dir_defs.c85 case Ico_F64: u.f64 = con->Ico.F64; in ppIRConst()
1725 c->tag = Ico_F64; in IRConst_F64()
2252 case Ico_F64: return IRConst_F64(c->Ico.F64); in deepCopyIRConst()
3514 case Ico_F64: return Ity_F64; in typeOfIRConst()
4610 case Ico_F64: return toBool( c1->Ico.F64 == c2->Ico.F64 ); in eqIRConst()
Dhost_arm64_isel.c3012 if (con->tag == Ico_F64) { in iselDblExpr_wrk()
Dhost_x86_isel.c3021 if (e->Iex.Const.con->tag == Ico_F64) { in iselDblExpr_wrk()
Dhost_amd64_isel.c2770 if (e->Iex.Const.con->tag == Ico_F64) { in iselDblExpr_wrk()
Dhost_ppc_isel.c3964 if (e->Iex.Const.con->tag == Ico_F64) { in iselDblExpr_wrk()
/external/valgrind/VEX/pub/
Dlibvex_ir.h277 Ico_F64, /* 64-bit IEEE754 floating */ enumerator
/external/valgrind/memcheck/
Dmc_translate.c6118 case Ico_F64: return False; in isBogusAtom()