Home
last modified time | relevance | path

Searched refs:F64i (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/none/tests/x86/
Dcse_fail.stdout.exp2 F64i cse:
/external/valgrind/main/VEX/priv/
Dir_defs.c87 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break; in ppIRConst()
1644 c->Ico.F64i = f64i; in IRConst_F64i()
2160 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()
4460 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i ); in eqIRConst()
Dhost_arm64_isel.c5995 addInstr(env, ARM64Instr_Imm64(src, con->Ico.F64i)); in iselDblExpr_wrk()
Dhost_s390_isel.c2290 case Ico_F64i: value = con->Ico.F64i; break; in s390_isel_float_expr_wrk()
Dhost_x86_isel.c3025 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
Dhost_amd64_isel.c2775 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
Dir_opt.c3668 ae->u.Cf64i.f64i = e->Iex.Const.con->Ico.F64i; in irExpr_to_AvailExpr()
Dhost_ppc_isel.c3850 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
Dhost_arm_isel.c5385 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) { in iselDblExpr_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h302 ULong F64i; member