Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_defs.c80 case Ico_F64: u.f64 = con->Ico.F64; in ppIRConst()
1337 c->tag = Ico_F64; in IRConst_F64()
1785 case Ico_F64: return IRConst_F64(c->Ico.F64); in deepCopyIRConst()
2679 case Ico_F64: return Ity_F64; in typeOfIRConst()
3580 case Ico_F64: return toBool( c1->Ico.F64 == c2->Ico.F64 ); in eqIRConst()
Dhost_amd64_isel.c2947 if (e->Iex.Const.con->tag == Ico_F64) { in iselDblExpr_wrk()
Dhost_ppc_isel.c3174 if (e->Iex.Const.con->tag == Ico_F64) { in iselDblExpr_wrk()
Dhost_x86_isel.c2898 if (e->Iex.Const.con->tag == Ico_F64) { in iselDblExpr_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h268 Ico_F64, /* 64-bit IEEE754 floating */ enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c4756 case Ico_F64: return False; in isBogusAtom()