Searched refs:IsContiguousMask32 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 542 static inline bool IsContiguousMask32(uint32_t value, int* mb, int* me) { in IsContiguousMask32() function 571 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) { in VisitWord32And() 696 IsContiguousMask32(mleft.right().Value() << sh, &mb, &me)) { in VisitWord32Shl() 763 IsContiguousMask32((uint32_t)(mleft.right().Value()) >> sh, &mb, &me)) { in VisitWord32Shr()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 490 static inline bool IsContiguousMask32(uint32_t value, int* mb, int* me) { in IsContiguousMask32() function 522 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) { in VisitWord32And() 664 IsContiguousMask32(mleft.right().Value() << sh, &mb, &me)) { in VisitWord32Shl() 735 IsContiguousMask32((uint32_t)(mleft.right().Value()) >> sh, &mb, &me)) { in VisitWord32Shr()
|