Home
last modified time | relevance | path

Searched refs:Ico_U32 (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/main/VEX/priv/
Dir_opt.c1047 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2()
1131 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()
1139 && e->Iex.Const.con->tag == Ico_U32 in isOnesU32()
1159 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0); in isZeroU()
1172 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 in isOnesU()
4225 && (udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()
4271 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4309 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4313 vassert(udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()
Dhost_x86_isel.c116 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()
1443 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32 in iselIntExpr_AMode_wrk()
1482 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AMode_wrk()
1530 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk()
1590 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI_wrk()
1867 vassert(con->Iex.Const.con->tag == Ico_U32); in iselCondCode_wrk()
4062 if (stmt->Ist.Exit.dst->tag != Ico_U32) in iselStmt()
4145 vassert(cdst->tag == Ico_U32); in iselNext()
Dhost_s390_isel.c414 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_expr_is_const_zero()
539 rounding_expr->Iex.Const.con->tag == Ico_U32) { in decode_rounding_mode()
1370 case Ico_U32: value = con->Ico.U32; break; in s390_isel_int_expr_wrk()
1472 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break; in s390_isel_int_expr_RMI()
Dhost_mips_isel.c585 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32 in iselWordExpr_AMode_wrk()
1454 case Ico_U32: in iselWordExpr_R_wrk()
1547 case Ico_U32: in iselWordExpr_RH_wrk()
2980 if (!mode64 && dst->tag != Ico_U32) in iselStmt()
3070 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32)); in iselNext()
Dir_defs.c78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break; in ppIRConst()
1403 c->tag = Ico_U32; in IRConst_U32()
1899 case Ico_U32: return IRConst_U32(c->Ico.U32); in deepCopyIRConst()
2927 case Ico_U32: return Ity_I32; in typeOfIRConst()
3872 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in eqIRConst()
Dguest_arm_helpers.c549 && e->Iex.Const.con->tag == Ico_U32 in isU32()
Dhost_arm_isel.c690 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AMode1_wrk()
756 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AMode2_wrk()
808 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AModeV_wrk()
884 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI84_wrk()
938 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI5_wrk()
1756 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_R_wrk()
6007 if (stmt->Ist.Exit.dst->tag != Ico_U32) in iselStmt()
6085 vassert(cdst->tag == Ico_U32); in iselNext()
Dhost_ppc_isel.c2124 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk()
2277 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32 in iselWordExpr_AMode_wrk()
2345 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break; in iselWordExpr_RH_wrk()
2402 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_RI_wrk()
5038 if (!mode64 && dst->tag != Ico_U32) in iselStmt()
5128 vassert(cdst->tag == (env->mode64 ? Ico_U64 :Ico_U32)); in iselNext()
Dhost_amd64_isel.c296 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()
1902 case Ico_U32: in iselIntExpr_RMI_wrk()
1971 case Ico_U32: in iselIntExpr_RI_wrk()
Dguest_x86_helpers.c771 && e->Iex.Const.con->tag == Ico_U32 in isU32()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h267 Ico_U32, enumerator
/external/valgrind/main/cachegrind/
Dcg_main.c1149 tl_assert(dst->tag == Ico_U32); in cg_instrument()
/external/valgrind/main/callgrind/
Dmain.c798 CLG_ASSERT( con->tag == Ico_U32 ); in IRConst2Addr()
/external/valgrind/main/VEX/
Dtest_main.c2514 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom()
/external/valgrind/main/memcheck/
Dmc_translate.c973 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()
5177 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom()