HomeSort by relevance Sort by last modified time
    Searched defs:Int32Sub (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.cc 78 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) {
79 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs);
100 quotient = Int32Sub(quotient, dividend);
121 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient),
213 NodeProperties::ChangeOp(node, machine()->Int32Sub());
522 NodeProperties::ChangeOp(node, machine()->Int32Sub());
531 NodeProperties::ChangeOp(node, machine()->Int32Sub());
576 NodeProperties::ChangeOp(node, machine()->Int32Sub());
598 NodeProperties::ChangeOp(node, machine()->Int32Sub());
656 1, Int32Sub(zero, Word32And(Int32Sub(zero, dividend), mask)))
    [all...]
raw-machine-assembler.h 246 Node* Int32Sub(Node* a, Node* b) {
247 return AddNode(machine()->Int32Sub(), a, b);
293 Node* Int32Neg(Node* a) { return Int32Sub(Int32Constant(0), a); }

Completed in 467 milliseconds