Searched refs:Ico_U64 (Results 1 – 13 of 13) sorted by relevance
275 && 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()
3520 || 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()
1923 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()
74 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()
122 && 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()
868 && e->Iex.Const.con->tag == Ico_U64 in isU64()
1812 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
263 Ico_U64, enumerator
1027 if (con->tag == Ico_U32 || con->tag == Ico_U64) { in ts_instrument_final_jump()
795 CLG_ASSERT( con->tag == Ico_U64 ); in IRConst2Addr()
1147 tl_assert(dst->tag == Ico_U64); in cg_instrument()
884 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()4537 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
4109 if (e->tag == Iex_Const && e->Iex.Const.con->tag == Ico_U64) { in schemeEw_Atom()