Searched refs:NEON2RegMiscFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1338 NEON2RegMiscFixed = 0x0E200800, enumerator 1342 NEON_REV64 = NEON2RegMiscFixed | 0x00000000, 1343 NEON_REV32 = NEON2RegMiscFixed | 0x20000000, 1344 NEON_REV16 = NEON2RegMiscFixed | 0x00001000, 1345 NEON_SADDLP = NEON2RegMiscFixed | 0x00002000, 1347 NEON_SUQADD = NEON2RegMiscFixed | 0x00003000, 1349 NEON_CLS = NEON2RegMiscFixed | 0x00004000, 1350 NEON_CLZ = NEON2RegMiscFixed | 0x20004000, 1351 NEON_CNT = NEON2RegMiscFixed | 0x00005000, 1352 NEON_RBIT_NOT = NEON2RegMiscFixed | 0x20005000, [all …]
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1600 NEON2RegMiscFixed = 0x0E200800, enumerator 1604 NEON_REV64 = NEON2RegMiscFixed | 0x00000000, 1605 NEON_REV32 = NEON2RegMiscFixed | 0x20000000, 1606 NEON_REV16 = NEON2RegMiscFixed | 0x00001000, 1607 NEON_SADDLP = NEON2RegMiscFixed | 0x00002000, 1609 NEON_SUQADD = NEON2RegMiscFixed | 0x00003000, 1611 NEON_CLS = NEON2RegMiscFixed | 0x00004000, 1612 NEON_CLZ = NEON2RegMiscFixed | 0x20004000, 1613 NEON_CNT = NEON2RegMiscFixed | 0x00005000, 1614 NEON_RBIT_NOT = NEON2RegMiscFixed | 0x20005000, [all …]
|