Home
last modified time | relevance | path

Searched refs:IRConst_F64i (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h307 extern IRConst* IRConst_F64i ( ULong );
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c3435 return IRExpr_Const(IRConst_F64i(0x7FF8000000000000ULL)); in mkQNaN64()
4119 IRExpr_Const(IRConst_F64i(0x0ULL))), in dis_FPU()
4149 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL))); in dis_FPU()
4156 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL))); in dis_FPU()
4163 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff71547652b82feULL))); in dis_FPU()
4170 put_ST(0, IRExpr_Const(IRConst_F64i(0x400921fb54442d18ULL))); in dis_FPU()
4177 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fd34413509f79ffULL))); in dis_FPU()
4184 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fe62e42fefa39efULL))); in dis_FPU()
4191 put_ST(0, IRExpr_Const(IRConst_F64i(0x0000000000000000ULL))); in dis_FPU()
Dguest_amd64_toIR.c4562 return IRExpr_Const(IRConst_F64i(0x7FF8000000000000ULL)); in mkQNaN64()
5282 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL))); in dis_FPU()
5289 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL))); in dis_FPU()
5296 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff71547652b82feULL))); in dis_FPU()
5303 put_ST(0, IRExpr_Const(IRConst_F64i(0x400921fb54442d18ULL))); in dis_FPU()
5310 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fd34413509f79ffULL))); in dis_FPU()
5317 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fe62e42fefa39efULL))); in dis_FPU()
5324 put_ST(0, IRExpr_Const(IRConst_F64i(0x0000000000000000ULL))); in dis_FPU()
Dir_defs.c1341 IRConst* IRConst_F64i ( ULong f64i ) in IRConst_F64i() function
1786 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()
Dguest_ppc_toIR.c7049 = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_fp_arith()
7153 = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_fp_arith()
9767 IRExpr* ieee_one = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_vxv_misc()
9822 IRExpr* ieee_one = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_vxv_misc()
10746 IRExpr* ieee_one = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_vxs_misc()
Dir_opt.c2635 return IRExpr_Const(IRConst_F64i(ae->u.Cf64i.f64i)); in availExpr_to_IRExpr()
Dguest_arm_toIR.c11209 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0)) : getDReg(dM)); in decode_CP10_CP11_instruction()
11676 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0)) in decode_CP10_CP11_instruction()
Dguest_s390_toIR.c215 return IRExpr_Const(IRConst_F64i(value)); in mkF64i()