Searched refs:NEONCopyMask (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1832 NEONCopyMask = 0x3FE08400, enumerator 1833 NEONCopyInsElementMask = NEONCopyMask | 0x40000000, 1834 NEONCopyInsGeneralMask = NEONCopyMask | 0x40007800, 1835 NEONCopyDupElementMask = NEONCopyMask | 0x20007800, 1837 NEONCopyUmovMask = NEONCopyMask | 0x20007800, 1838 NEONCopySmovMask = NEONCopyMask | 0x20007800,
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 2003 NEONCopyMask = 0x3FE08400, enumerator 2004 NEONCopyInsElementMask = NEONCopyMask | 0x40000000, 2005 NEONCopyInsGeneralMask = NEONCopyMask | 0x40007800, 2006 NEONCopyDupElementMask = NEONCopyMask | 0x20007800, 2008 NEONCopyUmovMask = NEONCopyMask | 0x20007800, 2009 NEONCopySmovMask = NEONCopyMask | 0x20007800,
|