Searched refs:IsContiguousMask64 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 432 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/ |
D | instruction-selector-s390.cc | 851 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()
|