HomeSort by relevance Sort by last modified time
    Searched refs:Word32Clz (Results 1 - 13 of 13) sorted by null

  /external/v8/src/builtins/
builtins-math.cc 272 Node* value = Word32Clz(x_value);
  /external/v8/src/compiler/
code-assembler.h 165 V(Word32Clz) \
machine-operator.h 221 const Operator* Word32Clz();
int64-lowering.cc 729 graph()->NewNode(machine()->Word32Clz(),
732 graph()->NewNode(machine()->Word32Clz(), GetReplacementHigh(input)));
    [all...]
raw-machine-assembler.h 233 Node* Word32Clz(Node* a) { return AddNode(machine()->Word32Clz(), a); }
opcodes.h 378 V(Word32Clz) \
machine-operator.cc 130 V(Word32Clz, Operator::kNoProperties, 1, 0, 1) \
    [all...]
representation-change.cc     [all...]
wasm-compiler.cc 860 op = m->Word32Clz();
868 Node* result = graph()->NewNode(m->Word32Clz(), reversed);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 835 V(Word32Clz, kIA32Lzcnt) \
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]

Completed in 385 milliseconds