Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc1325 OptionalOperator popcnt64 = m->Word64Popcnt(); in Unop() local
1326 if (popcnt64.IsSupported()) { in Unop()
1327 op = popcnt64.op(); in Unop()
1329 op = popcnt64.placeholder(); in Unop()