Searched refs:IsContiguousMask32 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc462 static inline bool IsContiguousMask32(uint32_t value, int* mb, int* me) { function in namespace:v8::internal::compiler
494 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) {
636 IsContiguousMask32(mleft.right().Value() << sh, &mb, &me)) {
707 IsContiguousMask32((uint32_t)(mleft.right().Value()) >> sh, &mb, &me)) {
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc449 static inline bool IsContiguousMask32(uint32_t value, int* mb, int* me) { function in namespace:v8::internal::compiler
478 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) {
611 IsContiguousMask32(mleft.right().Value() << sh, &mb, &me)) {
678 IsContiguousMask32((uint32_t)(mleft.right().Value()) >> sh, &mb, &me)) {

Completed in 91 milliseconds