• Home
  • Raw
  • Download

Lines Matching refs:NEON3SameUBit

1721   NEON3SameUBit =  0x20000000,  enumerator
1727 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800,
1730 NEON_CMHI = NEON3SameFixed | NEON3SameUBit | NEON_CMGT,
1731 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE,
1747 NEON_UABD = NEON3SameFixed | NEON3SameUBit | NEON_SABD,
1748 NEON_UABA = NEON3SameFixed | NEON3SameUBit | NEON_SABA,
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,
1906 NEON_UABAL = NEON_SABAL | NEON3SameUBit,
1908 NEON_UABDL = NEON_SABDL | NEON3SameUBit,
1910 NEON_UADDL = NEON_SADDL | NEON3SameUBit,
1912 NEON_UADDW = NEON_SADDW | NEON3SameUBit,
1914 NEON_UMLAL = NEON_SMLAL | NEON3SameUBit,
1916 NEON_UMLSL = NEON_SMLSL | NEON3SameUBit,
1918 NEON_UMULL = NEON_SMULL | NEON3SameUBit,
1920 NEON_USUBL = NEON_SSUBL | NEON3SameUBit,
1922 NEON_USUBW = NEON_SSUBW | NEON3SameUBit,