Home
last modified time | relevance | path

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

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