Home
last modified time | relevance | path

Searched refs:NEONCopyDupElementMask (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm64/
Dconstants-arm64.h1835 NEONCopyDupElementMask = NEONCopyMask | 0x20007800, enumerator
1836 NEONCopyDupGeneralMask = NEONCopyDupElementMask,
Ddisasm-arm64.cc1957 } else if (instr->Mask(NEONCopyDupElementMask) == NEON_DUP_ELEMENT) { in VisitNEONCopy()
Dsimulator-arm64.cc4359 } else if (instr->Mask(NEONCopyDupElementMask) == NEON_DUP_ELEMENT) { in VisitNEONCopy()
/external/vixl/src/aarch64/
Dconstants-aarch64.h2006 NEONCopyDupElementMask = NEONCopyMask | 0x20007800, enumerator
2007 NEONCopyDupGeneralMask = NEONCopyDupElementMask,
Ddisasm-aarch64.cc3190 } else if (instr->Mask(NEONCopyDupElementMask) == NEON_DUP_ELEMENT) { in VisitNEONCopy()
Dsimulator-aarch64.cc4958 } else if (instr->Mask(NEONCopyDupElementMask) == NEON_DUP_ELEMENT) { in VisitNEONCopy()