Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c409 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselWordExpr_AMode_wrk()
1062 case Ico_U64: in iselWordExpr_R_wrk()
1155 case Ico_U64: in iselWordExpr_RH_wrk()
1225 if(e->Iex.Const.con->tag == Ico_U64 in iselWordExpr_RH6u_wrk()
Dhost_arm64_isel.c343 vassert(con->tag == Ico_U64); in isZeroU64()
872 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64) { in iselIntExpr_AMode_wrk()
890 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64) { in iselIntExpr_AMode_wrk()
947 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break; in iselIntExpr_RIA_wrk()
1211 vassert(e->Iex.Const.con->tag == Ico_U64); in iselIntExpr_RIL_wrk()
2024 case Ico_U64: u = e->Iex.Const.con->Ico.U64; break; in iselIntExpr_R_wrk()
3864 if (stmt->Ist.Exit.dst->tag != Ico_U64) in iselStmt()
3925 vassert(cdst->tag == Ico_U64); in iselNext()
Dhost_s390_isel.c314 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) { in s390_isel_amode_wrk()
456 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_expr_is_const_zero()
478 case Ico_U64: return con->Ico.U64; in get_const_value_as_ulong()
1846 case Ico_U64: value = con->Ico.U64; break; in s390_isel_int_expr_wrk()
1929 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; in s390_isel_int_expr_RMI()
3881 if (tag != Ico_U64) in s390_isel_stmt()
3982 vassert(cdst->tag == Ico_U64); in iselNext()
Dir_opt.c1102 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2()
1195 && e->Iex.Const.con->tag == Ico_U64
1225 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0); in isZeroU()
1239 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 in isOnesU()
4768 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()
4771 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
4813 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4815 xxx_value = con->tag == Ico_U64 in maybe_loop_unroll_BB()
4851 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4856 || udst->Iex.Const.con->tag == Ico_U64); in maybe_loop_unroll_BB()
[all …]
Dhost_amd64_isel.c297 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
380 vassert(e->Iex.Const.con->tag == Ico_U64); in iselIntExpr_single_instruction()
1973 && simm32->Iex.Const.con->tag == Ico_U64 in iselIntExpr_AMode_wrk()
2003 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselIntExpr_AMode_wrk()
2055 case Ico_U64: in iselIntExpr_RMI_wrk()
2124 case Ico_U64: in iselIntExpr_RI_wrk()
2376 vassert(con->Iex.Const.con->tag == Ico_U64); in iselCondCode_wrk()
4739 if (stmt->Ist.Exit.dst->tag != Ico_U64) in iselStmt()
4818 vassert(cdst->tag == Ico_U64); in iselNext()
Dhost_mips_isel.c724 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselWordExpr_AMode_wrk()
1816 case Ico_U64: in iselWordExpr_R_wrk()
1918 case Ico_U64: in iselWordExpr_RH_wrk()
2316 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
3981 if (mode64 && dst->tag != Ico_U64) in iselStmt()
4072 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32)); in iselNext()
Dguest_arm64_helpers.c708 && e->Iex.Const.con->tag == Ico_U64 in isU64()
Dir_defs.c80 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break; in ppIRConst()
1704 c->tag = Ico_U64; in IRConst_U64()
2249 case Ico_U64: return IRConst_U64(c->Ico.U64); in deepCopyIRConst()
3511 case Ico_U64: return Ity_I64; in typeOfIRConst()
4607 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in eqIRConst()
Dhost_ppc_isel.c2425 case Ico_U64: if (!mode64) goto irreducible; in iselWordExpr_R_wrk()
2550 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64 in iselWordExpr_AMode_wrk()
2646 case Ico_U64: vassert(env->mode64); in iselWordExpr_RH_wrk()
2704 case Ico_U64: vassert(env->mode64); in iselWordExpr_RI_wrk()
3199 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
5945 if (mode64 && dst->tag != Ico_U64) in iselStmt()
6036 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32)); in iselNext()
Dguest_s390_helpers.c1818 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.c1938 vassert(e->Iex.Const.con->tag == Ico_U64); in iselInt64Expr_wrk()
/external/valgrind/VEX/pub/
Dlibvex_ir.h273 Ico_U64, enumerator
/external/valgrind/cachegrind/
Dcg_main.c1270 tl_assert(dst->tag == Ico_U64); in cg_instrument()
/external/valgrind/callgrind/
Dmain.c847 CLG_ASSERT( con->tag == Ico_U64 ); in IRConst2Addr()
/external/valgrind/VEX/useful/
Dtest_main.c2558 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()
/external/valgrind/memcheck/
Dmc_translate.c1089 && e->Iex.Const.con->tag == Ico_U64 in isZeroU64()
6116 case Ico_U64: n = (ULong)con->Ico.U64; break; in isBogusAtom()