Home
last modified time | relevance | path

Searched refs:kAllowScale (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h417 kAllowScale = 1u << 1, enumerator
418 kAllowAll = kAllowInputSwap | kAllowScale
443 Initialize(node, AddressOption::kAllowScale | in BaseWithIndexAndDisplacementMatcher()
657 if (!(options & AddressOption::kAllowScale) && scale != 0) { in Initialize()