Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_arm64_isel.c374 vassert(con->tag == Ico_U64); in isZeroU64()
903 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64) { in iselIntExpr_AMode_wrk()
921 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64) { in iselIntExpr_AMode_wrk()
1108 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break; in iselIntExpr_RIA_wrk()
1372 vassert(e->Iex.Const.con->tag == Ico_U64); in iselIntExpr_RIL_wrk()
2341 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break; in iselIntExpr_R_wrk()
6818 if (stmt->Ist.Exit.dst->tag != Ico_U64) in iselStmt()
6898 vassert(cdst->tag == Ico_U64); in iselNext()
Dhost_s390_isel.c306 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) { in s390_isel_amode_wrk()
418 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_expr_is_const_zero()
440 case Ico_U64: return con->Ico.U64; in get_const_value_as_ulong()
1843 case Ico_U64: value = con->Ico.U64; break; in s390_isel_int_expr_wrk()
1926 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_isel_int_expr_RMI()
3906 if (tag != Ico_U64) in s390_isel_stmt()
4007 vassert(cdst->tag == Ico_U64); in iselNext()
Dir_opt.c1094 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2()
1185 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
1214 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0); in isZeroU()
1228 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 in isOnesU()
4642 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()
4645 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
4687 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4689 xxx_value = con->tag == Ico_U64 in maybe_loop_unroll_BB()
4725 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4730 || udst->Iex.Const.con->tag == Ico_U64); in maybe_loop_unroll_BB()
[all …]
Dhost_amd64_isel.c298 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
381 vassert(e->Iex.Const.con->tag == Ico_U64); in iselIntExpr_single_instruction()
1974 && simm32->Iex.Const.con->tag == Ico_U64 in iselIntExpr_AMode_wrk()
2004 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselIntExpr_AMode_wrk()
2056 case Ico_U64: in iselIntExpr_RMI_wrk()
2125 case Ico_U64: in iselIntExpr_RI_wrk()
2377 vassert(con->Iex.Const.con->tag == Ico_U64); in iselCondCode_wrk()
4694 if (stmt->Ist.Exit.dst->tag != Ico_U64) in iselStmt()
4773 vassert(cdst->tag == Ico_U64); in iselNext()
Dhost_mips_isel.c723 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselWordExpr_AMode_wrk()
1811 case Ico_U64: in iselWordExpr_R_wrk()
1913 case Ico_U64: in iselWordExpr_RH_wrk()
2307 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
3957 if (mode64 && dst->tag != Ico_U64) in iselStmt()
4047 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32)); in iselNext()
Dguest_arm64_helpers.c693 && e->Iex.Const.con->tag == Ico_U64 in isU64()
Dir_defs.c79 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break; in ppIRConst()
1615 c->tag = Ico_U64; in IRConst_U64()
2156 case Ico_U64: return IRConst_U64(c->Ico.U64); in deepCopyIRConst()
3365 case Ico_U64: return Ity_I64; in typeOfIRConst()
4456 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in eqIRConst()
Dhost_ppc_isel.c2344 case Ico_U64: if (!mode64) goto irreducible; in iselWordExpr_R_wrk()
2467 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselWordExpr_AMode_wrk()
2559 case Ico_U64: vassert(env->mode64); in iselWordExpr_RH_wrk()
2616 case Ico_U64: vassert(env->mode64); in iselWordExpr_RI_wrk()
3101 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
5720 if (mode64 && dst->tag != Ico_U64) in iselStmt()
5808 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32)); in iselNext()
Dguest_s390_helpers.c1816 return expr->tag == Iex_Const && expr->Iex.Const.con->tag == Ico_U64; in isC64()
Dhost_x86_isel.c2099 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
2259 vassert(e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
Dguest_amd64_helpers.c947 && e->Iex.Const.con->tag == Ico_U64 in isU64()
Dhost_arm_isel.c1927 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h272 Ico_U64, enumerator
/external/valgrind/main/cachegrind/
Dcg_main.c1279 tl_assert(dst->tag == Ico_U64); in cg_instrument()
/external/valgrind/main/callgrind/
Dmain.c846 CLG_ASSERT( con->tag == Ico_U64 ); in IRConst2Addr()
/external/valgrind/main/VEX/
Dtest_main.c2538 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
/external/valgrind/main/memcheck/
Dmc_translate.c1020 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
5835 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()