Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_opt.c1090 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()
1210 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()
2295 vassert(e->Iex.ITE.cond->Iex.Const.con->tag == Ico_U1); in fold_Expr()
2544 vassert(fguard->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2571 vassert(fguard->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2665 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2770 vassert(guard->Iex.Const.con->tag == Ico_U1); in cprop_BB()
2819 vassert(guard->Iex.Const.con->tag == Ico_U1); in cprop_BB()
3003 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()
3011 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
Dhost_s390_isel.c414 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()
436 case Ico_U1: value = con->Ico.U1; return (ULong) ((value << 63) >> 63); in get_const_value_as_ulong()
584 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1922 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_isel_int_expr_RMI()
3267 vassert(cond->Iex.Const.con->tag == Ico_U1); in s390_isel_cc()
Dir_defs.c75 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst()
1585 c->tag = Ico_U1; in IRConst_U1()
2152 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()
3361 case Ico_U1: return Ity_I1; in typeOfIRConst()
3644 case Ico_U1: in saneIRConst()
4452 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
Dhost_arm64_isel.c638 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
744 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_amd64_isel.c542 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
639 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
2226 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_mips_isel.c488 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
591 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.c497 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
633 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1154 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_ppc_isel.c813 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
968 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h268 Ico_U1=0x1300, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c5831 case Ico_U1: return False; in isBogusAtom()