Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1500 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800, enumerator
1504 NEON_AND = NEON3SameLogicalFixed | 0x00000000,
1505 NEON_ORR = NEON3SameLogicalFixed | 0x00A00000,
1506 NEON_ORN = NEON3SameLogicalFixed | 0x00C00000,
1507 NEON_EOR = NEON3SameLogicalFixed | 0x20000000,
1508 NEON_BIC = NEON3SameLogicalFixed | 0x00400000,
1509 NEON_BIF = NEON3SameLogicalFixed | 0x20C00000,
1510 NEON_BIT = NEON3SameLogicalFixed | 0x20800000,
1511 NEON_BSL = NEON3SameLogicalFixed | 0x20400000
Ddisasm-arm64.cc1302 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()
Dsimulator-arm64.cc3720 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1798 NEON3SameLogicalFixed = NEON3SameFixed | 0x00001800, enumerator
1802 NEON_AND = NEON3SameLogicalFixed | 0x00000000,
1803 NEON_ORR = NEON3SameLogicalFixed | 0x00A00000,
1804 NEON_ORN = NEON3SameLogicalFixed | 0x00C00000,
1805 NEON_EOR = NEON3SameLogicalFixed | 0x20000000,
1806 NEON_BIC = NEON3SameLogicalFixed | 0x00400000,
1807 NEON_BIF = NEON3SameLogicalFixed | 0x20C00000,
1808 NEON_BIT = NEON3SameLogicalFixed | 0x20800000,
1809 NEON_BSL = NEON3SameLogicalFixed | 0x20400000
Ddisasm-aarch64.cc2536 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()
Dsimulator-aarch64.cc4160 if (instr->Mask(NEON3SameLogicalFMask) == NEON3SameLogicalFixed) { in VisitNEON3Same()