Searched refs:Ico_F32 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h265 Ico_F32, /* 32-bit IEEE754 floating */ enumerator in enum:__anon12049
/external/valgrind/main/VEX/priv/
H A Dir_defs.c76 case Ico_F32: u.f32 = con->Ico.F32;
1323 c->tag = Ico_F32;
1783 case Ico_F32: return IRConst_F32(c->Ico.F32);
2677 case Ico_F32: return Ity_F32;
3578 case Ico_F32: return toBool( c1->Ico.F32 == c2->Ico.F32 );

Completed in 56 milliseconds