• Home
  • Raw
  • Download

Lines Matching refs:NEON3SameUBit

1423   NEON3SameUBit = 0x20000000,  enumerator
1429 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800,
1432 NEON_CMHI = NEON3SameFixed | NEON3SameUBit | NEON_CMGT,
1433 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE,
1449 NEON_UABD = NEON3SameFixed | NEON3SameUBit | NEON_SABD,
1450 NEON_UABA = NEON3SameFixed | NEON3SameUBit | NEON_SABA,
1453 NEON_SUB = NEON3SameFixed | NEON3SameUBit | 0x00008000,
1454 NEON_UHADD = NEON3SameFixed | NEON3SameUBit | NEON_SHADD,
1455 NEON_UHSUB = NEON3SameFixed | NEON3SameUBit | NEON_SHSUB,
1456 NEON_URHADD = NEON3SameFixed | NEON3SameUBit | NEON_SRHADD,
1457 NEON_UMAX = NEON3SameFixed | NEON3SameUBit | NEON_SMAX,
1458 NEON_UMAXP = NEON3SameFixed | NEON3SameUBit | NEON_SMAXP,
1459 NEON_UMIN = NEON3SameFixed | NEON3SameUBit | NEON_SMIN,
1460 NEON_UMINP = NEON3SameFixed | NEON3SameUBit | NEON_SMINP,
1461 NEON_URSHL = NEON3SameFixed | NEON3SameUBit | NEON_SRSHL,
1462 NEON_UQADD = NEON3SameFixed | NEON3SameUBit | NEON_SQADD,
1463 NEON_UQRSHL = NEON3SameFixed | NEON3SameUBit | NEON_SQRSHL,
1464 NEON_UQSHL = NEON3SameFixed | NEON3SameUBit | NEON_SQSHL,
1465 NEON_UQSUB = NEON3SameFixed | NEON3SameUBit | NEON_SQSUB,
1466 NEON_USHL = NEON3SameFixed | NEON3SameUBit | NEON_SSHL,
1553 NEON_UABAL = NEON_SABAL | NEON3SameUBit,
1555 NEON_UABDL = NEON_SABDL | NEON3SameUBit,
1557 NEON_UADDL = NEON_SADDL | NEON3SameUBit,
1559 NEON_UADDW = NEON_SADDW | NEON3SameUBit,
1561 NEON_UMLAL = NEON_SMLAL | NEON3SameUBit,
1563 NEON_UMLSL = NEON_SMLSL | NEON3SameUBit,
1565 NEON_UMULL = NEON_SMULL | NEON3SameUBit,
1567 NEON_USUBL = NEON_SSUBL | NEON3SameUBit,
1569 NEON_USUBW = NEON_SSUBW | NEON3SameUBit,