Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WebAssembly/
Di64.ll182 ; CHECK-LABEL: popcnt64:
187 define i64 @popcnt64(i64 %x) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Di64.ll212 ; CHECK-LABEL: popcnt64:
218 define i64 @popcnt64(i64 %x) {
/external/v8/src/compiler/
Dwasm-compiler.cc786 OptionalOperator popcnt64 = m->Word64Popcnt(); in Unop() local
787 if (popcnt64.IsSupported()) { in Unop()
788 op = popcnt64.op(); in Unop()
790 op = popcnt64.placeholder(); in Unop()