Lines Matching refs:NEON3SameFixed
1420 NEON3SameFixed = 0x0E200400, enumerator
1424 NEON_ADD = NEON3SameFixed | 0x00008000,
1425 NEON_ADDP = NEON3SameFixed | 0x0000B800,
1426 NEON_SHADD = NEON3SameFixed | 0x00000000,
1427 NEON_SHSUB = NEON3SameFixed | 0x00002000,
1428 NEON_SRHADD = NEON3SameFixed | 0x00001000,
1429 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800,
1430 NEON_CMGE = NEON3SameFixed | 0x00003800,
1431 NEON_CMGT = NEON3SameFixed | 0x00003000,
1432 NEON_CMHI = NEON3SameFixed | NEON3SameUBit | NEON_CMGT,
1433 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE,
1434 NEON_CMTST = NEON3SameFixed | 0x00008800,
1435 NEON_MLA = NEON3SameFixed | 0x00009000,
1436 NEON_MLS = NEON3SameFixed | 0x20009000,
1437 NEON_MUL = NEON3SameFixed | 0x00009800,
1438 NEON_PMUL = NEON3SameFixed | 0x20009800,
1439 NEON_SRSHL = NEON3SameFixed | 0x00005000,
1440 NEON_SQSHL = NEON3SameFixed | 0x00004800,
1441 NEON_SQRSHL = NEON3SameFixed | 0x00005800,
1442 NEON_SSHL = NEON3SameFixed | 0x00004000,
1443 NEON_SMAX = NEON3SameFixed | 0x00006000,
1444 NEON_SMAXP = NEON3SameFixed | 0x0000A000,
1445 NEON_SMIN = NEON3SameFixed | 0x00006800,
1446 NEON_SMINP = NEON3SameFixed | 0x0000A800,
1447 NEON_SABD = NEON3SameFixed | 0x00007000,
1448 NEON_SABA = NEON3SameFixed | 0x00007800,
1449 NEON_UABD = NEON3SameFixed | NEON3SameUBit | NEON_SABD,
1450 NEON_UABA = NEON3SameFixed | NEON3SameUBit | NEON_SABA,
1451 NEON_SQADD = NEON3SameFixed | 0x00000800,
1452 NEON_SQSUB = NEON3SameFixed | 0x00002800,
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,
1467 NEON_SQDMULH = NEON3SameFixed | 0x0000B000,
1468 NEON_SQRDMULH = NEON3SameFixed | 0x2000B000,
1471 NEON3SameFPFixed = NEON3SameFixed | 0x0000C000,
1474 NEON_FADD = NEON3SameFixed | 0x0000D000,
1475 NEON_FSUB = NEON3SameFixed | 0x0080D000,
1476 NEON_FMUL = NEON3SameFixed | 0x2000D800,
1477 NEON_FDIV = NEON3SameFixed | 0x2000F800,
1478 NEON_FMAX = NEON3SameFixed | 0x0000F000,
1479 NEON_FMAXNM = NEON3SameFixed | 0x0000C000,
1480 NEON_FMAXP = NEON3SameFixed | 0x2000F000,
1481 NEON_FMAXNMP = NEON3SameFixed | 0x2000C000,
1482 NEON_FMIN = NEON3SameFixed | 0x0080F000,
1483 NEON_FMINNM = NEON3SameFixed | 0x0080C000,
1484 NEON_FMINP = NEON3SameFixed | 0x2080F000,
1485 NEON_FMINNMP = NEON3SameFixed | 0x2080C000,
1486 NEON_FMLA = NEON3SameFixed | 0x0000C800,
1487 NEON_FMLS = NEON3SameFixed | 0x0080C800,
1488 NEON_FMULX = NEON3SameFixed | 0x0000D800,
1489 NEON_FRECPS = NEON3SameFixed | 0x0000F800,
1490 NEON_FRSQRTS = NEON3SameFixed | 0x0080F800,
1491 NEON_FABD = NEON3SameFixed | 0x2080D000,
1492 NEON_FADDP = NEON3SameFixed | 0x2000D000,
1493 NEON_FCMEQ = NEON3SameFixed | 0x0000E000,
1494 NEON_FCMGE = NEON3SameFixed | 0x2000E000,
1495 NEON_FCMGT = NEON3SameFixed | 0x2080E000,
1496 NEON_FACGE = NEON3SameFixed | 0x2000E800,
1497 NEON_FACGT = NEON3SameFixed | 0x2080E800,
1500 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800,