Home | History | Annotate | Download | only in priv

Lines Matching refs:Ico

1090             case Ico_U1:   return toBool( c1->Ico.U1  == c2->Ico.U1 );
1091 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 );
1092 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );
1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1094 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
1178 && e->Iex.Const.con->Ico.U32 == 0);
1186 && e->Iex.Const.con->Ico.U64 == 0);
1194 && e->Iex.Const.con->Ico.V128 == 0x0000);
1202 && e->Iex.Const.con->Ico.V256 == 0x00000000);
1210 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0);
1211 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0);
1212 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0);
1213 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0);
1214 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0);
1224 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0xFF);
1225 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0xFFFF);
1226 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32
1228 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64
1360 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1365 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1370 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1376 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1381 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1386 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1391 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1396 /* signed */ Int s32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8;
1403 /* signed */ Int s32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1411 0xFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U8));
1415 0xFFFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U16));
1419 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8));
1422 /* signed */ Short s16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8;
1430 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8));
1434 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U16));
1438 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1442 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1446 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1451 1 == (1 & e->Iex.Unop.arg->Iex.Const.con->Ico.U64)
1457 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.V128)));
1461 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U64)));
1465 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U32)));
1469 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U16))));
1473 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U8))));
1478 notBool(e->Iex.Unop.arg->Iex.Const.con->Ico.U1)));
1482 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1488 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1494 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1500 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1508 & e->Iex.Unop.arg->Iex.Const.con->Ico.U32));
1511 /* signed */ Long s64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1518 /* signed */ Long s64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1526 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1532 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16;
1542 (0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8)
1548 (0xFFFFFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U32)
1553 0ULL != e->Iex.Unop.arg->Iex.Const.con->Ico.U64
1558 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1566 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1575 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1583 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1591 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1597 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1608 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32;
1617 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
1626 UShort v128 = e->Iex.Unop.arg->Iex.Const.con->Ico.V128;
1635 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64;
1647 UInt v256 = e->Iex.Unop.arg->Iex.Const.con->Ico.V256;
1672 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8
1673 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U8))));
1677 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16
1678 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U16))));
1682 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1683 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1687 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1688 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1692 (e->Iex.Binop.arg1->Iex.Const.con->Ico.V128
1693 | e->Iex.Binop.arg2->Iex.Const.con->Ico.V128)));
1699 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8
1700 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U8))));
1704 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16
1705 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U16))));
1709 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1710 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1714 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1715 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1719 (e->Iex.Binop.arg1->Iex.Const.con->Ico.V128
1720 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.V128)));
1726 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8
1727 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U8))));
1731 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16
1732 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U16))));
1736 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1737 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1741 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1742 & e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1746 (e->Iex.Binop.arg1->Iex.Const.con->Ico.V128
1747 & e->Iex.Binop.arg2->Iex.Const.con->Ico.V128)));
1753 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8
1754 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U8))));
1758 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1759 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1763 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1764 + e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1770 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8
1771 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U8))));
1775 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1776 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1780 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1781 - e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1786 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1787 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1796 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1797 * e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)));
1801 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1802 * e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)));
1807 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1808 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1822 shift = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U8);
1825 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1830 shift = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U8);
1833 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1842 s32 = (Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1843 shift = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U8);
1854 s64 = (Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64);
1855 shift = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U8);
1868 u32 = (UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32);
1869 shift = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U8);
1880 u64 = (ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64);
1881 shift = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U8);
1892 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1893 == e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))));
1897 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1898 == e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))));
1906 ((0xFF & e->Iex.Binop.arg1->Iex.Const.con->Ico.U8)
1907 != (0xFF & e->Iex.Binop.arg2->Iex.Const.con->Ico.U8)))));
1913 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U32
1914 != e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))));
1920 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U64
1921 != e->Iex.Binop.arg2->Iex.Const.con->Ico.U64))));
1927 ((UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1928 <= (UInt)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1932 ((ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1933 <= (ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1939 ((Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1940 <= (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1944 ((Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1945 <= (Long)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1951 ((Int)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1952 < (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1956 ((Long)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1957 < (Long)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1963 ((UInt)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U32)
1964 < (UInt)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32)))));
1968 ((ULong)(e->Iex.Binop.arg1->Iex.Const.con->Ico.U64)
1969 < (ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)))));
1975 UInt u32a = e->Iex.Binop.arg1->Iex.Const.con->Ico.U32;
1976 UInt u32b = e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1994 ->Iex.Const.con->Ico.U32)) << 32)
1995 | ((ULong)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32))
2010 ULong argHi = e->Iex.Binop.arg1->Iex.Const.con->Ico.U64;
2011 ULong argLo = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
2035 UShort arg1 = e->Iex.Binop.arg1->Iex.Const.con->Ico.V128;
2036 UShort arg2 = e->Iex.Binop.arg2->Iex.Const.con->Ico.V128;
2296 e2 = e->Iex.ITE.cond->Iex.Const.con->Ico.U1
2545 if (fguard->Iex.Const.con->Ico.U1 == False) {
2548 vassert(fguard->Iex.Const.con->Ico.U1 == True);
2572 if (fguard->Iex.Const.con->Ico.U1 == False) {
2577 vassert(fguard->Iex.Const.con->Ico.U1 == True);
2666 if (fcond->Iex.Const.con->Ico.U1 == False) {
2670 vassert(fcond->Iex.Const.con->Ico.U1 == True);
2771 vassert(guard->Iex.Const.con->Ico.U1 == True);
2820 vassert(guard->Iex.Const.con->Ico.U1 == True);
3004 && e->Iex.Const.con->Ico.U1 == False );
3012 && e->Iex.Const.con->Ico.U1 == True );
3668 ae->u.Cf64i.f64i = e->Iex.Const.con->Ico.F64i;
3923 *i32 = (Int)(e->Iex.Binop.arg2->Iex.Const.con->Ico.U32);
4646 ? udst->Iex.Const.con->Ico.U64
4647 : (Addr64)(udst->Iex.Const.con->Ico.U32);
4690 ? st->Ist.Exit.dst->Ico.U64
4691 : (Addr64)(st->Ist.Exit.dst->Ico.U32);
4735 udst->Iex.Const.con->Ico.U64 = xxx_value;
4736 con->Ico.U64 = yyy_value;
4738 udst->Iex.Const.con->Ico.U32 = (UInt)xxx_value;
4739 con->Ico.U32 = (UInt)yyy_value;