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

  /external/chromium_org/v8/src/compiler/
machine-operator.h 128 const Operator* Float64Sub();
opcodes.h 217 V(Float64Sub) \
raw-machine-assembler.h 317 Node* Float64Sub(Node* a, Node* b) {
318 return NewNode(machine()->Float64Sub(), a, b);
machine-operator.cc 111 V(Float64Sub, Operator::kNoProperties, 2, 1) \
representation-change.h 285 return machine()->Float64Sub();
machine-operator-unittest.cc 214 PURE(Float64Sub, 2, 1), PURE(Float64Mul, 2, 1),
  /external/chromium_org/v8/test/cctest/compiler/
test-run-machops.cc     [all...]
test-machine-operator-reducer.cc 716 R.binop = R.machine.Float64Sub();
test-simplified-lowering.cc     [all...]
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 154 {&RawMachineAssembler::Float64Sub, "Float64Sub", kArm64Float64Sub,
    [all...]

Completed in 1834 milliseconds