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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h276 Ico_F64, /* 64-bit IEEE754 floating */ enumerator in enum:__anon32278
/external/valgrind/main/VEX/priv/
H A Dir_defs.c84 case Ico_F64: u.f64 = con->Ico.F64;
1636 c->tag = Ico_F64;
2159 case Ico_F64: return IRConst_F64(c->Ico.F64);
3368 case Ico_F64: return Ity_F64;
4459 case Ico_F64: return toBool( c1->Ico.F64 == c2->Ico.F64 );
H A Dhost_x86_isel.c3021 if (e->Iex.Const.con->tag == Ico_F64) {
H A Dhost_amd64_isel.c2771 if (e->Iex.Const.con->tag == Ico_F64) {
H A Dhost_ppc_isel.c3846 if (e->Iex.Const.con->tag == Ico_F64) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c5836 case Ico_F64: return False;

Completed in 897 milliseconds