Home | History | Annotate | Download | only in priv

Lines Matching refs:U32

1101             case Ico_U32:  return toBool( c1->Ico.U32 == c2->Ico.U32 );
1186 && e->Iex.Const.con->Ico.U32 == 0);
1224 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0);
1237 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32
1418 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8;
1419 u32 <<= 24;
1420 u32 = (Int)u32 >> 24; /* signed shift */
1421 e2 = IRExpr_Const(IRConst_U32(u32));
1425 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1426 u32 <<= 16;
1427 u32 = (Int)u32 >> 16; /* signed shift */
1428 e2 = IRExpr_Const(IRConst_U32(u32));
1460 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1464 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1468 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1487 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1530 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32));
1540 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1570 (0xFFFFFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1580 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1597 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1598 Int s32 = (Int)(u32 & 0xFFFFFFFF);
1613 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1614 if (u32 != 0)
1615 e2 = IRExpr_Const(IRConst_U32(fold_Clz32(u32)));
1630 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1631 if (0 == u32) {
1716 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1717 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1743 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1744 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1770 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1771 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1792 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1793 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1809 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1810 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1820 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1821 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1830 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1831 * e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1841 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1842 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1859 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1876 s32 = (Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1900 /*unsigned*/ UInt u32;
1902 u32 = (UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1905 u32 >>=/*unsigned*/ shift;
1906 e2 = IRExpr_Const(IRConst_U32(u32));
1926 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1927 == e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))));
1947 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1948 != e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))));
1961 ((UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1962 <= (UInt)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1973 ((Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1974 <= (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1985 ((Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1986 < (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1997 ((UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1998 < (UInt)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
2009 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
2010 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
2028 ->Iex.Const.con->Ico.U32)) << 32)
2029 | ((ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))
4053 *i32 = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32);
4777 : (Addr64)(udst->Iex.Const.con->Ico.U32);
4821 : (Addr64)(st->Ist.Exit.dst->Ico.U32);
4868 udst->Iex.Const.con->Ico.U32 = (UInt)xxx_value;
4869 con->Ico.U32 = (UInt)yyy_value;