Home | History | Annotate | Download | only in priv

Lines Matching refs:IRExpr_Const

666    return IRExpr_Const(IRConst_U8( (UChar)i ));
672 return IRExpr_Const(IRConst_U16( (UShort)i ));
677 return IRExpr_Const(IRConst_U32(i));
682 return IRExpr_Const(IRConst_U64(i));
697 return IRExpr_Const(IRConst_V128(mask));
3464 return IRExpr_Const(IRConst_F64i(0x7FF8000000000000ULL));
4232 IRExpr_Const(IRConst_F64i(0x0ULL))),
4261 /* put_ST(0, IRExpr_Const(IRConst_F64(1.0))); */
4262 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)));
4268 /* put_ST(0, IRExpr_Const(IRConst_F64(3.32192809488736234781))); */
4269 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL)));
4275 /* put_ST(0, IRExpr_Const(IRConst_F64(1.44269504088896340739))); */
4276 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff71547652b82feULL)));
4282 /* put_ST(0, IRExpr_Const(IRConst_F64(3.14159265358979323851))); */
4283 put_ST(0, IRExpr_Const(IRConst_F64i(0x400921fb54442d18ULL)));
4289 /* put_ST(0, IRExpr_Const(IRConst_F64(0.301029995663981143))); */
4290 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fd34413509f79ffULL)));
4296 /* put_ST(0, IRExpr_Const(IRConst_F64(0.69314718055994530942))); */
4297 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fe62e42fefa39efULL)));
4303 /* put_ST(0, IRExpr_Const(IRConst_F64(0.0))); */
4304 put_ST(0, IRExpr_Const(IRConst_F64i(0x0000000000000000ULL)));
4344 IRExpr_Const(IRConst_F64(1.0)));