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

  /external/v8/src/compiler/
machine-operator.h 246 const Operator* Float32Mul();
opcodes.h 294 V(Float32Mul) \
raw-machine-assembler.h 348 Node* Float32Mul(Node* a, Node* b) {
349 return AddNode(machine()->Float32Mul(), a, b);
machine-operator.cc 168 V(Float32Mul, Operator::kCommutative, 2, 0, 1) \
wasm-compiler.cc 592 op = m->Float32Mul();
    [all...]
  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 246 PURE(Float32Mul, 2, 0, 1), // --
  /external/v8/test/unittests/compiler/arm/
instruction-selector-arm-unittest.cc 63 {&RawMachineAssembler::Float32Mul, "Float32Mul",
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc     [all...]

Completed in 138 milliseconds