Searched refs:NEON3SameFixed (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1444 NEON3SameFixed = 0x0E200400, enumerator 1448 NEON_ADD = NEON3SameFixed | 0x00008000, 1449 NEON_ADDP = NEON3SameFixed | 0x0000B800, 1450 NEON_SHADD = NEON3SameFixed | 0x00000000, 1451 NEON_SHSUB = NEON3SameFixed | 0x00002000, 1452 NEON_SRHADD = NEON3SameFixed | 0x00001000, 1453 NEON_CMEQ = NEON3SameFixed | NEON3SameUBit | 0x00008800, 1454 NEON_CMGE = NEON3SameFixed | 0x00003800, 1455 NEON_CMGT = NEON3SameFixed | 0x00003000, 1456 NEON_CMHI = NEON3SameFixed | NEON3SameUBit | NEON_CMGT, [all …]
|