Home | History | Annotate | Download | only in priv

Lines Matching refs:IRExpr_Const

669    return IRExpr_Const(IRConst_U8( (UChar)i ));
675 return IRExpr_Const(IRConst_U16( (UShort)i ));
680 return IRExpr_Const(IRConst_U32(i));
685 return IRExpr_Const(IRConst_U64(i));
700 return IRExpr_Const(IRConst_V128(mask));
3435 return IRExpr_Const(IRConst_F64i(0x7FF8000000000000ULL));
4119 IRExpr_Const(IRConst_F64i(0x0ULL))),
4148 /* put_ST(0, IRExpr_Const(IRConst_F64(1.0))); */
4149 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)));
4155 /* put_ST(0, IRExpr_Const(IRConst_F64(3.32192809488736234781))); */
4156 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL)));
4162 /* put_ST(0, IRExpr_Const(IRConst_F64(1.44269504088896340739))); */
4163 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff71547652b82feULL)));
4169 /* put_ST(0, IRExpr_Const(IRConst_F64(3.14159265358979323851))); */
4170 put_ST(0, IRExpr_Const(IRConst_F64i(0x400921fb54442d18ULL)));
4176 /* put_ST(0, IRExpr_Const(IRConst_F64(0.301029995663981143))); */
4177 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fd34413509f79ffULL)));
4183 /* put_ST(0, IRExpr_Const(IRConst_F64(0.69314718055994530942))); */
4184 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fe62e42fefa39efULL)));
4190 /* put_ST(0, IRExpr_Const(IRConst_F64(0.0))); */
4191 put_ST(0, IRExpr_Const(IRConst_F64i(0x0000000000000000ULL)));
4219 put_ST(0, IRExpr_Const(IRConst_F64(1.0)));