Searched refs:put_ST (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | guest_x86_toIR.c | 3566 static void put_ST ( Int i, IRExpr* value ) function 3605 which has the same effect as put_ST(i,e) when cond is true and has 4010 put_ST(0, unop(Iop_F32toF64, 4198 put_ST(0, mkexpr(t1)); 4263 /* put_ST(0, IRExpr_Const(IRConst_F64(1.0))); */ 4264 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL))); 4270 /* put_ST(0, IRExpr_Const(IRConst_F64(3.32192809488736234781))); */ 4271 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL))); 4277 /* put_ST(0, IRExpr_Const(IRConst_F64(1.44269504088896340739))); */ 4278 put_ST( [all...] |
H A D | guest_amd64_toIR.c | 5155 static void put_ST ( Int i, IRExpr* value ) function 5194 which has the same effect as put_ST(i,e) when cond is true and has 5671 put_ST(0, unop(Iop_F32toF64, 5862 put_ST(0, mkexpr(t1)); 5909 /* put_ST(0, IRExpr_Const(IRConst_F64(1.0))); */ 5910 put_ST(0, IRExpr_Const(IRConst_F64i(0x3ff0000000000000ULL))); 5916 /* put_ST(0, IRExpr_Const(IRConst_F64(3.32192809488736234781))); */ 5917 put_ST(0, IRExpr_Const(IRConst_F64i(0x400a934f0979a371ULL))); 5923 /* put_ST(0, IRExpr_Const(IRConst_F64(1.44269504088896340739))); */ 5924 put_ST( [all...] |
Completed in 164 milliseconds