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

  /external/v8/src/compiler/
graph-assembler.h 63 V(Int32SubWithOverflow) \
machine-operator.h 252 const Operator* Int32SubWithOverflow();
raw-machine-assembler.h 282 Node* Int32SubWithOverflow(Node* a, Node* b) {
283 return AddNode(machine()->Int32SubWithOverflow(), a, b);
opcodes.h 394 V(Int32SubWithOverflow) \
machine-operator.cc 366 V(Int32SubWithOverflow, Operator::kNoProperties) \
    [all...]
machine-operator-reducer.cc 246 NodeProperties::ChangeOp(node, machine()->Int32SubWithOverflow());
    [all...]
effect-control-linearizer.cc     [all...]

Completed in 282 milliseconds