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
1459 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1463 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1467 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1486 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1529 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32));
1539 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1569 (0xFFFFFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1579 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1596 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1612 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1629 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1715 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1716 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1742 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1743 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1769 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1770 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1791 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1792 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1808 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1809 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1819 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1820 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1829 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1830 * e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1840 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1841 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1858 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1875 s32 = (Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1901 u32 = (UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1925 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1926 == e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))));
1946 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1947 != e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))));
1960 ((UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1961 <= (UInt)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1972 ((Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1973 <= (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1984 ((Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1985 < (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1996 ((UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1997 < (UInt)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
2008 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
2009 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
2027 ->Iex.Const.con->Ico.U32)) << 32)
2028 | ((ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))
4049 *i32 = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32);
4773 : (Addr64)(udst->Iex.Const.con->Ico.U32);
4817 : (Addr64)(st->Ist.Exit.dst->Ico.U32);
4864 udst->Iex.Const.con->Ico.U32 = (UInt)xxx_value;
4865 con->Ico.U32 = (UInt)yyy_value;