Searched refs:NEON3SameUBit (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 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, [all …]
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 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, [all …]
|