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.h314 extern IRConst* IRConst_F64i ( ULong );
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c3459 return IRExpr_Const(IRConst_F64i(0x7FF8000000000000ULL)); in mkQNaN64()
4147 IRExpr_Const(IRConst_F64i(0x0ULL))), in dis_FPU()
4177 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL))); in dis_FPU()
4184 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL))); in dis_FPU()
4191 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff71547652b82feULL))); in dis_FPU()
4198 put_ST(0, IRExpr_Const(IRConst_F64i(0x400921fb54442d18ULL))); in dis_FPU()
4205 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fd34413509f79ffULL))); in dis_FPU()
4212 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fe62e42fefa39efULL))); in dis_FPU()
4219 put_ST(0, IRExpr_Const(IRConst_F64i(0x0000000000000000ULL))); in dis_FPU()
Dir_defs.c1435 IRConst* IRConst_F64i ( ULong f64i ) in IRConst_F64i() function
1904 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()
Dguest_ppc_toIR.c7282 = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_fp_arith()
7386 = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_fp_arith()
12918 IRExpr* ieee_one = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_vxv_misc()
12973 IRExpr* ieee_one = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_vxv_misc()
13899 IRExpr* ieee_one = IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL)); in dis_vxs_misc()
Dguest_amd64_toIR.c4694 return IRExpr_Const(IRConst_F64i(0x7FF8000000000000ULL)); in mkQNaN64()
5424 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL))); in dis_FPU()
5431 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL))); in dis_FPU()
5438 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff71547652b82feULL))); in dis_FPU()
5445 put_ST(0, IRExpr_Const(IRConst_F64i(0x400921fb54442d18ULL))); in dis_FPU()
5452 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fd34413509f79ffULL))); in dis_FPU()
5459 put_ST(0, IRExpr_Const(IRConst_F64i(0x3fe62e42fefa39efULL))); in dis_FPU()
5466 put_ST(0, IRExpr_Const(IRConst_F64i(0x0000000000000000ULL))); in dis_FPU()
Dir_opt.c3166 return IRExpr_Const(IRConst_F64i(ae->u.Cf64i.f64i)); in availExpr_to_IRExpr()
Dguest_arm_toIR.c11673 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0)) : getDReg(dM)); in decode_CP10_CP11_instruction()
12140 assign(argR, bZ ? IRExpr_Const(IRConst_F64i(0)) in decode_CP10_CP11_instruction()
Dguest_s390_toIR.c230 return IRExpr_Const(IRConst_F64i(value)); in mkF64i()