Searched refs:NEON2RegMiscFixed (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1848 NEON2RegMiscFixed = 0x0E200800, enumerator 1852 NEON_REV64 = NEON2RegMiscFixed | 0x00000000, 1853 NEON_REV32 = NEON2RegMiscFixed | 0x20000000, 1854 NEON_REV16 = NEON2RegMiscFixed | 0x00001000, 1855 NEON_SADDLP = NEON2RegMiscFixed | 0x00002000, 1857 NEON_SUQADD = NEON2RegMiscFixed | 0x00003000, 1859 NEON_CLS = NEON2RegMiscFixed | 0x00004000, 1860 NEON_CLZ = NEON2RegMiscFixed | 0x20004000, 1861 NEON_CNT = NEON2RegMiscFixed | 0x00005000, 1862 NEON_RBIT_NOT = NEON2RegMiscFixed | 0x20005000, [all …]
|