Searched defs:Int32Sub (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc93 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) { function in class:v8::internal::compiler::MachineOperatorReducer
94 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs);
115 quotient = Int32Sub(quotient, dividend);
136 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient),
225 NodeProperties::ChangeOp(node, machine()->Int32Sub());
715 NodeProperties::ChangeOp(node, machine()->Int32Sub());
724 NodeProperties::ChangeOp(node, machine()->Int32Sub());
796 NodeProperties::ChangeOp(node, machine()->Int32Sub());
818 NodeProperties::ChangeOp(node, machine()->Int32Sub());
878 Int32Sub(zer
[all...]
H A Draw-machine-assembler.h279 Node* Int32Sub(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
280 return AddNode(machine()->Int32Sub(), a, b);
329 Node* Int32Neg(Node* a) { return Int32Sub(Int32Constant(0), a); }

Completed in 106 milliseconds