Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1524 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800, enumerator
1528 NEON_AND = NEON3SameLogicalFixed | 0x00000000,
1529 NEON_ORR = NEON3SameLogicalFixed | 0x00A00000,
1530 NEON_ORN = NEON3SameLogicalFixed | 0x00C00000,
1531 NEON_EOR = NEON3SameLogicalFixed | 0x20000000,
1532 NEON_BIC = NEON3SameLogicalFixed | 0x00400000,
1533 NEON_BIF = NEON3SameLogicalFixed | 0x20C00000,
1534 NEON_BIT = NEON3SameLogicalFixed | 0x20800000,
1535 NEON_BSL = NEON3SameLogicalFixed | 0x20400000
Ddisasm-aarch64.cc2165 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()
Dsimulator-aarch64.cc3256 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()