Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_s390_isel.c411 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()
507 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1469 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_isel_int_expr_RMI()
2011 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()
1380 c->tag = Ico_U1; in IRConst_U1()
1896 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()
2924 case Ico_U1: return Ity_I1; in typeOfIRConst()
3170 case Ico_U1: in saneIRConst()
3869 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
Dir_opt.c1044 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()
1156 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()
2465 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2699 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()
2707 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
Dhost_amd64_isel.c494 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
569 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
2067 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_mips_isel.c409 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
492 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_x86_isel.c577 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1681 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_ppc_isel.c772 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
881 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_arm_isel.c462 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
573 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h264 Ico_U1=0x13000, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c5174 case Ico_U1: return False; in isBogusAtom()