Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_defs.c70 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst()
1228 c->tag = Ico_U1; in IRConst_U1()
1705 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()
2519 case Ico_U1: return Ity_I1; in typeOfIRConst()
2755 case Ico_U1: in saneIRConst()
3414 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
Dhost_amd64_isel.c520 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
595 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
2126 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dir_opt.c1912 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()
2143 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()
2151 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
Dhost_ppc_isel.c722 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
831 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
Dhost_x86_isel.c559 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
1662 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
Dhost_arm_isel.c450 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
561 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h259 Ico_U1=0x13000, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c4533 case Ico_U1: return False; in isBogusAtom()