HomeSort by relevance Sort by last modified time
    Searched full:int32subwithoverflow (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
raw-machine-assembler.h 219 Node* Int32SubWithOverflow(Node* a, Node* b) {
220 return NewNode(machine()->Int32SubWithOverflow(), a, b);
machine-operator.h 86 const Operator* Int32SubWithOverflow();
opcodes.h 187 V(Int32SubWithOverflow) \
machine-operator.cc 81 V(Int32SubWithOverflow, Operator::kNoProperties, 2, 2) \
machine-operator-reducer-unittest.cc 577 // Int32SubWithOverflow
583 graph()->NewNode(machine()->Int32SubWithOverflow(), p0, Int32Constant(0));
599 Node* add = graph()->NewNode(machine()->Int32SubWithOverflow(),
machine-operator-unittest.cc 199 PURE(Int32Sub, 2, 1), PURE(Int32SubWithOverflow, 2, 2),
  /external/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 124 {&RawMachineAssembler::Int32SubWithOverflow, "Int32SubWithOverflow",
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc     [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm-unittest.cc 56 {&RawMachineAssembler::Int32SubWithOverflow,
57 "Int32SubWithOverflow", kArmSub, kArmRsb}};
    [all...]

Completed in 127 milliseconds