Searched refs:IRConst_F32i (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h317 extern IRConst* IRConst_F32i ( UInt );
/external/valgrind/VEX/priv/
H A Dir_defs.c1719 IRConst* IRConst_F32i ( UInt f32i ) function
2255 case Ico_F32i: return IRConst_F32i(c->Ico.F32i);
H A Dguest_arm64_toIR.c12862 ? (IRExpr_Const(isD ? IRConst_F64i(0) : IRConst_F32i(0)))
H A Dguest_s390_toIR.c217 return IRExpr_Const(IRConst_F32i(value));

Completed in 201 milliseconds