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