Searched refs:IsContiguousMask64 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 554 static inline bool IsContiguousMask64(uint64_t value, int* mb, int* me) { in IsContiguousMask64() function 606 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) { in VisitWord64And() 721 IsContiguousMask64(mleft.right().Value() << sh, &mb, &me)) { in VisitWord64Shl() 788 IsContiguousMask64((uint64_t)(mleft.right().Value()) >> sh, &mb, &me)) { in VisitWord64Shr()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 503 static inline bool IsContiguousMask64(uint64_t value, int* mb, int* me) { in IsContiguousMask64() function 561 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) { in VisitWord64And() 691 IsContiguousMask64(mleft.right().Value() << sh, &mb, &me)) { in VisitWord64Shl() 761 IsContiguousMask64((uint64_t)(mleft.right().Value()) >> sh, &mb, &me)) { in VisitWord64Shr()
|