Home
last modified time | relevance | path

Searched refs:Ico_U1 (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/VEX/priv/
Dir_opt.c1098 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()
1221 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()
2360 vassert(e->Iex.ITE.cond->Iex.Const.con->tag == Ico_U1); in fold_Expr()
2609 vassert(fguard->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2636 vassert(fguard->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2730 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2835 vassert(guard->Iex.Const.con->tag == Ico_U1); in cprop_BB()
2884 vassert(guard->Iex.Const.con->tag == Ico_U1); in cprop_BB()
3070 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()
3078 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
Dhost_s390_isel.c452 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()
474 case Ico_U1: value = con->Ico.U1; return ((Long)(value << 63) >> 63); in get_const_value_as_ulong()
596 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1925 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_isel_int_expr_RMI()
3308 vassert(cond->Iex.Const.con->tag == Ico_U1); in s390_isel_cc()
Dir_defs.c76 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst()
1678 c->tag = Ico_U1; in IRConst_U1()
2249 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()
3511 case Ico_U1: return Ity_I1; in typeOfIRConst()
3799 case Ico_U1: in saneIRConst()
4609 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
Dhost_tilegx_isel.c278 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
333 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_amd64_isel.c541 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
638 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
2225 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_arm64_isel.c607 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
713 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_mips_isel.c489 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
592 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_x86_isel.c646 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1804 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_arm_isel.c489 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
625 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1146 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_ppc_isel.c841 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
998 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
/external/valgrind/VEX/pub/
Dlibvex_ir.h269 Ico_U1=0x1300, enumerator
/external/valgrind/memcheck/
Dmc_translate.c6117 case Ico_U1: return False; in isBogusAtom()