Home | History | Annotate | Download | only in priv

Lines Matching defs:u64

1048             case Ico_U64:  return toBool( c1->Ico.U64 == c2->Ico.U64 );
1148 && e->Iex.Const.con->Ico.U64 == 0);
1160 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0);
1174 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64
1376 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U64)
1386 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U64)));
1407 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1413 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1419 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1425 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1478 0ULL != e->Iex.Unop.arg->Iex.Const.con->Ico.U64
1491 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1508 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1509 Long s64 = (Long)u64;
1522 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1523 if (u64 != 0ULL)
1524 e2 = IRExpr_Const(IRConst_U64(fold_Clz64(u64)));
1560 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1561 if (0 == u64) {
1612 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1613 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1639 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1640 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1666 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1667 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1688 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1689 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1705 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1706 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1726 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1727 * e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1758 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1779 s64 = (Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64);
1803 /*unsigned*/ ULong u64;
1805 u64 = (ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64);
1808 u64 >>=/*unsigned*/ shift;
1809 e2 = IRExpr_Const(IRConst_U64(u64));
1822 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1823 == e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))));
1839 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1840 != e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))));
1851 ((ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1852 <= (ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1863 ((Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1864 <= (Long)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1875 ((Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1876 < (Long)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1887 ((ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1888 < (ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1929 ULong argHi = e->Iex.Binop.arg1->Iex.Const.con->Ico.U64;
1930 ULong argLo = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
4230 ? udst->Iex.Const.con->Ico.U64
4274 ? st->Ist.Exit.dst->Ico.U64
4319 udst->Iex.Const.con->Ico.U64 = xxx_value;
4320 con->Ico.U64 = yyy_value;