Searched refs:Ico_U32 (Results 1 – 14 of 14) sorted by relevance
305 && e->Iex.Const.con->tag == Ico_U32 in isU32()
115 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()1424 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32 in iselIntExpr_AMode_wrk()1463 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AMode_wrk()1511 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RMI_wrk()1571 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI_wrk()3965 if (stmt->Ist.Exit.dst->tag != Ico_U32) in iselStmt()
900 && e1->Iex.Const.con->tag == Ico_U32 in sameIcoU32s()901 && e2->Iex.Const.con->tag == Ico_U32 in sameIcoU32s()3519 && (udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()3565 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()3603 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()3607 vassert(udst->Iex.Const.con->tag == Ico_U32 in maybe_loop_unroll_BB()
73 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break; in ppIRConst()1251 c->tag = Ico_U32; in IRConst_U32()1708 case Ico_U32: return IRConst_U32(c->Ico.U32); in deepCopyIRConst()2522 case Ico_U32: return Ity_I32; in typeOfIRConst()3417 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in eqIRConst()
1925 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_R_wrk()2078 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32 in iselWordExpr_AMode_wrk()2146 case Ico_U32: u = 0xFFFFFFFF & con->Ico.U32; break; in iselWordExpr_RH_wrk()2203 case Ico_U32: l = (Long)(Int) con->Ico.U32; break; in iselWordExpr_RI_wrk()4069 if (!mode64 && (tag != Ico_U32)) in iselStmt()
678 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AMode1_wrk()744 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AMode2_wrk()796 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { in iselIntExpr_AModeV_wrk()872 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI84_wrk()926 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_RI5_wrk()1724 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break; in iselIntExpr_R_wrk()5921 if (stmt->Ist.Exit.dst->tag != Ico_U32) in iselStmt()
282 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()1961 case Ico_U32: in iselIntExpr_RMI_wrk()2030 case Ico_U32: in iselIntExpr_RI_wrk()
771 && e->Iex.Const.con->tag == Ico_U32 in isU32()
1027 if (con->tag == Ico_U32 || con->tag == Ico_U64) { in ts_instrument_final_jump()1028 target = con->tag == Ico_U32 ? con->Ico.U32 : con->Ico.U64; in ts_instrument_final_jump()
262 Ico_U32, enumerator
791 CLG_ASSERT( con->tag == Ico_U32 ); in IRConst2Addr()
1143 tl_assert(dst->tag == Ico_U32); in cg_instrument()
876 && e->Iex.Const.con->tag == Ico_U32 in isZeroU32()4536 case Ico_U32: n = (ULong)con->Ico.U32; break; in isBogusAtom()
4097 if (e->tag == Iex_Const && e->Iex.Const.con->tag == Ico_U32) { in schemeEw_Atom()