Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WebAssembly/
Di64.ll162 ; CHECK-LABEL: ctz64:
167 define i64 @ctz64(i64 %x) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Di64.ll190 ; CHECK-LABEL: ctz64:
196 define i64 @ctz64(i64 %x) {
/external/v8/src/compiler/
Dwasm-compiler.cc770 OptionalOperator ctz64 = m->Word64Ctz(); in Unop() local
771 if (ctz64.IsSupported()) { in Unop()
772 op = ctz64.op(); in Unop()
775 op = ctz64.placeholder(); in Unop()