Home
last modified time | relevance | path

Searched refs:NEON3SameLogicalFixed (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dconstants-aarch64.h2050 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800, enumerator
2054 NEON_AND = NEON3SameLogicalFixed | 0x00000000,
2055 NEON_ORR = NEON3SameLogicalFixed | 0x00A00000,
2056 NEON_ORN = NEON3SameLogicalFixed | 0x00C00000,
2057 NEON_EOR = NEON3SameLogicalFixed | 0x20000000,
2058 NEON_BIC = NEON3SameLogicalFixed | 0x00400000,
2059 NEON_BIF = NEON3SameLogicalFixed | 0x20C00000,
2060 NEON_BIT = NEON3SameLogicalFixed | 0x20800000,
2061 NEON_BSL = NEON3SameLogicalFixed | 0x20400000,
Ddisasm-aarch64.cc2701 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()
Dsimulator-aarch64.cc5064 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()