Lines Matching refs:NEON3SameFixed
1718 NEON3SameFixed = 0x0E200400, enumerator
1722 NEON_ADD = NEON3SameFixed | 0x00008000,
1723 NEON_ADDP = NEON3SameFixed | 0x0000B800,
1724 NEON_SHADD = NEON3SameFixed | 0x00000000,
1725 NEON_SHSUB = NEON3SameFixed | 0x00002000,
1726 NEON_SRHADD = NEON3SameFixed | 0x00001000,
1727 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800,
1728 NEON_CMGE = NEON3SameFixed | 0x00003800,
1729 NEON_CMGT = NEON3SameFixed | 0x00003000,
1730 NEON_CMHI = NEON3SameFixed | NEON3SameUBit | NEON_CMGT,
1731 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE,
1732 NEON_CMTST = NEON3SameFixed | 0x00008800,
1733 NEON_MLA = NEON3SameFixed | 0x00009000,
1734 NEON_MLS = NEON3SameFixed | 0x20009000,
1735 NEON_MUL = NEON3SameFixed | 0x00009800,
1736 NEON_PMUL = NEON3SameFixed | 0x20009800,
1737 NEON_SRSHL = NEON3SameFixed | 0x00005000,
1738 NEON_SQSHL = NEON3SameFixed | 0x00004800,
1739 NEON_SQRSHL = NEON3SameFixed | 0x00005800,
1740 NEON_SSHL = NEON3SameFixed | 0x00004000,
1741 NEON_SMAX = NEON3SameFixed | 0x00006000,
1742 NEON_SMAXP = NEON3SameFixed | 0x0000A000,
1743 NEON_SMIN = NEON3SameFixed | 0x00006800,
1744 NEON_SMINP = NEON3SameFixed | 0x0000A800,
1745 NEON_SABD = NEON3SameFixed | 0x00007000,
1746 NEON_SABA = NEON3SameFixed | 0x00007800,
1747 NEON_UABD = NEON3SameFixed | NEON3SameUBit | NEON_SABD,
1748 NEON_UABA = NEON3SameFixed | NEON3SameUBit | NEON_SABA,
1749 NEON_SQADD = NEON3SameFixed | 0x00000800,
1750 NEON_SQSUB = NEON3SameFixed | 0x00002800,
1751 NEON_SUB = NEON3SameFixed | NEON3SameUBit | 0x00008000,
1752 NEON_UHADD = NEON3SameFixed | NEON3SameUBit | NEON_SHADD,
1753 NEON_UHSUB = NEON3SameFixed | NEON3SameUBit | NEON_SHSUB,
1754 NEON_URHADD = NEON3SameFixed | NEON3SameUBit | NEON_SRHADD,
1755 NEON_UMAX = NEON3SameFixed | NEON3SameUBit | NEON_SMAX,
1756 NEON_UMAXP = NEON3SameFixed | NEON3SameUBit | NEON_SMAXP,
1757 NEON_UMIN = NEON3SameFixed | NEON3SameUBit | NEON_SMIN,
1758 NEON_UMINP = NEON3SameFixed | NEON3SameUBit | NEON_SMINP,
1759 NEON_URSHL = NEON3SameFixed | NEON3SameUBit | NEON_SRSHL,
1760 NEON_UQADD = NEON3SameFixed | NEON3SameUBit | NEON_SQADD,
1761 NEON_UQRSHL = NEON3SameFixed | NEON3SameUBit | NEON_SQRSHL,
1762 NEON_UQSHL = NEON3SameFixed | NEON3SameUBit | NEON_SQSHL,
1763 NEON_UQSUB = NEON3SameFixed | NEON3SameUBit | NEON_SQSUB,
1764 NEON_USHL = NEON3SameFixed | NEON3SameUBit | NEON_SSHL,
1765 NEON_SQDMULH = NEON3SameFixed | 0x0000B000,
1766 NEON_SQRDMULH = NEON3SameFixed | 0x2000B000,
1769 NEON3SameFPFixed = NEON3SameFixed | 0x0000C000,
1772 NEON_FADD = NEON3SameFixed | 0x0000D000,
1773 NEON_FSUB = NEON3SameFixed | 0x0080D000,
1774 NEON_FMUL = NEON3SameFixed | 0x2000D800,
1775 NEON_FDIV = NEON3SameFixed | 0x2000F800,
1776 NEON_FMAX = NEON3SameFixed | 0x0000F000,
1777 NEON_FMAXNM = NEON3SameFixed | 0x0000C000,
1778 NEON_FMAXP = NEON3SameFixed | 0x2000F000,
1779 NEON_FMAXNMP = NEON3SameFixed | 0x2000C000,
1780 NEON_FMIN = NEON3SameFixed | 0x0080F000,
1781 NEON_FMINNM = NEON3SameFixed | 0x0080C000,
1782 NEON_FMINP = NEON3SameFixed | 0x2080F000,
1783 NEON_FMINNMP = NEON3SameFixed | 0x2080C000,
1784 NEON_FMLA = NEON3SameFixed | 0x0000C800,
1785 NEON_FMLS = NEON3SameFixed | 0x0080C800,
1786 NEON_FMULX = NEON3SameFixed | 0x0000D800,
1787 NEON_FRECPS = NEON3SameFixed | 0x0000F800,
1788 NEON_FRSQRTS = NEON3SameFixed | 0x0080F800,
1789 NEON_FABD = NEON3SameFixed | 0x2080D000,
1790 NEON_FADDP = NEON3SameFixed | 0x2000D000,
1791 NEON_FCMEQ = NEON3SameFixed | 0x0000E000,
1792 NEON_FCMGE = NEON3SameFixed | 0x2000E000,
1793 NEON_FCMGT = NEON3SameFixed | 0x2080E000,
1794 NEON_FACGE = NEON3SameFixed | 0x2000E800,
1795 NEON_FACGT = NEON3SameFixed | 0x2080E800,
1798 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800,