Home
last modified time | relevance | path

Searched refs:IsContiguousMask64 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc432 static inline bool IsContiguousMask64(uint64_t value, int* mb, int* me) { in IsContiguousMask64() function
490 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) { in VisitWord64And()
620 IsContiguousMask64(mleft.right().Value() << sh, &mb, &me)) { in VisitWord64Shl()
690 IsContiguousMask64((uint64_t)(mleft.right().Value()) >> sh, &mb, &me)) { in VisitWord64Shr()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc851 static inline bool IsContiguousMask64(uint64_t value, int* mb, int* me) { in IsContiguousMask64() function
869 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) { in VisitWord64And()
925 IsContiguousMask64(mleft.right().Value() << sh, &mb, &me)) { in VisitWord64Shl()
966 IsContiguousMask64((uint64_t)(mleft.right().Value()) >> sh, &mb, &me)) { in VisitWord64Shr()