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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h273 Ico_F32, /* 32-bit IEEE754 floating */ enumerator in enum:__anon32278
/external/valgrind/main/VEX/priv/
H A Dir_defs.c80 case Ico_F32: u.f32 = con->Ico.F32;
1622 c->tag = Ico_F32;
2157 case Ico_F32: return IRConst_F32(c->Ico.F32);
3366 case Ico_F32: return Ity_F32;
4457 case Ico_F32: return toBool( c1->Ico.F32 == c2->Ico.F32 );

Completed in 132 milliseconds