Home
last modified time | relevance | path

Searched refs:Ico_U64 (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_amd64_isel.c275 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
389 vassert(e->Iex.Const.con->tag == Ico_U64); in iselIntExpr_single_instruction()
1874 && simm32->Iex.Const.con->tag == Ico_U64 in iselIntExpr_AMode_wrk()
1904 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselIntExpr_AMode_wrk()
1956 case Ico_U64: in iselIntExpr_RMI_wrk()
2025 case Ico_U64: in iselIntExpr_RI_wrk()
4073 if (stmt->Ist.Exit.dst->tag != Ico_U64) in iselStmt()
Dir_opt.c3520 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()
3523 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
3565 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
3567 xxx_value = con->tag == Ico_U64 in maybe_loop_unroll_BB()
3603 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
3608 || udst->Iex.Const.con->tag == Ico_U64); in maybe_loop_unroll_BB()
3612 if (con->tag == Ico_U64) { in maybe_loop_unroll_BB()
Dhost_ppc_isel.c1923 case Ico_U64: if (!mode64) goto irreducible; in iselWordExpr_R_wrk()
2052 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselWordExpr_AMode_wrk()
2144 case Ico_U64: vassert(env->mode64); in iselWordExpr_RH_wrk()
2201 case Ico_U64: vassert(env->mode64); in iselWordExpr_RI_wrk()
2616 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
4071 if (mode64 && (tag != Ico_U64)) in iselStmt()
Dir_defs.c74 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break; in ppIRConst()
1258 c->tag = Ico_U64; in IRConst_U64()
1709 case Ico_U64: return IRConst_U64(c->Ico.U64); in deepCopyIRConst()
2523 case Ico_U64: return Ity_I64; in typeOfIRConst()
3418 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in eqIRConst()
Dhost_x86_isel.c122 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
1924 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
2127 vassert(e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
Dguest_amd64_helpers.c868 && e->Iex.Const.con->tag == Ico_U64 in isU64()
Dhost_arm_isel.c1812 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h263 Ico_U64, enumerator
/external/valgrind/tsan/
Dts_valgrind.cc1027 if (con->tag == Ico_U32 || con->tag == Ico_U64) { in ts_instrument_final_jump()
/external/valgrind/main/callgrind/
Dmain.c795 CLG_ASSERT( con->tag == Ico_U64 ); in IRConst2Addr()
/external/valgrind/main/cachegrind/
Dcg_main.c1147 tl_assert(dst->tag == Ico_U64); in cg_instrument()
/external/valgrind/main/memcheck/
Dmc_translate.c884 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
4537 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
/external/valgrind/main/exp-ptrcheck/
Dh_main.c4109 if (e->tag == Iex_Const && e->Iex.Const.con->tag == Ico_U64) { in schemeEw_Atom()