Home | History | Annotate | Download | only in priv

Lines Matching refs:U64

1102             case Ico_U64:  return toBool( c1->Ico.U64 == c2->Ico.U64 );
1196 && e->Iex.Const.con->Ico.U64 == 0);
1225 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0);
1239 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64
1473 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U64)
1483 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U64)));
1504 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1510 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1516 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1522 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1533 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1534 u64 <<= 48;
1535 u64 = (Long)u64 >> 48; /* signed shift */
1536 e2 = IRExpr_Const(IRConst_U64(u64));
1540 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1541 u64 <<= 32;
1542 u64 = (Long)u64 >> 32; /* signed shift */
1543 e2 = IRExpr_Const(IRConst_U64(u64));
1575 0ULL != e->Iex.Unop.arg->Iex.Const.con->Ico.U64
1588 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1605 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1606 Long s64 = (Long)u64;
1619 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1620 if (u64 != 0ULL)
1621 e2 = IRExpr_Const(IRConst_U64(fold_Clz64(u64)));
1657 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1658 if (0 == u64) {
1721 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1722 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1748 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1749 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1775 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1776 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1797 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1798 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1814 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1815 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1835 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1836 * e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1867 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1888 s64 = (Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64);
1912 /*unsigned*/ ULong u64;
1914 u64 = (ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64);
1917 u64 >>=/*unsigned*/ shift;
1918 e2 = IRExpr_Const(IRConst_U64(u64));
1931 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1932 == e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))));
1954 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1955 != e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))));
1966 ((ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1967 <= (ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1978 ((Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1979 <= (Long)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1990 ((Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1991 < (Long)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
2002 ((ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
2003 < (ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
2044 ULong argHi = e->Iex.Binop.arg1->Iex.Const.con->Ico.U64;
2045 ULong argLo = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
4776 ? udst->Iex.Const.con->Ico.U64
4820 ? st->Ist.Exit.dst->Ico.U64
4865 udst->Iex.Const.con->Ico.U64 = xxx_value;
4866 con->Ico.U64 = yyy_value;