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 77 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) {
78 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs);
99 quotient = Int32Sub(quotient, dividend);
120 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient),
218 NodeProperties::ChangeOp(node, machine()->Int32Sub());
466 NodeProperties::ChangeOp(node, machine()->Int32Sub());
475 NodeProperties::ChangeOp(node, machine()->Int32Sub());
520 NodeProperties::ChangeOp(node, machine()->Int32Sub());
542 NodeProperties::ChangeOp(node, machine()->Int32Sub());
600 1, Int32Sub(zero, Word32And(Int32Sub(zero, dividend), mask)))
    [all...]
raw-machine-assembler.h 235 Node* Int32Sub(Node* a, Node* b) {
236 return AddNode(machine()->Int32Sub(), a, b);
278 Node* Int32Neg(Node* a) { return Int32Sub(Int32Constant(0), a); }

Completed in 62 milliseconds