Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1833 NEONCopyInsElementMask = NEONCopyMask | 0x40000000, enumerator
Ddisasm-arm64.cc1929 if (instr->Mask(NEONCopyInsElementMask) == NEON_INS_ELEMENT) { in VisitNEONCopy()
Dsimulator-arm64.cc4340 if (instr->Mask(NEONCopyInsElementMask) == NEON_INS_ELEMENT) { in VisitNEONCopy()
/external/vixl/src/aarch64/
Dconstants-aarch64.h2004 NEONCopyInsElementMask = NEONCopyMask | 0x40000000, enumerator
Ddisasm-aarch64.cc3162 if (instr->Mask(NEONCopyInsElementMask) == NEON_INS_ELEMENT) { in VisitNEONCopy()
Dsimulator-aarch64.cc4941 if (instr->Mask(NEONCopyInsElementMask) == NEON_INS_ELEMENT) { in VisitNEONCopy()