Home
last modified time | relevance | path

Searched refs:Uint32Div (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dsimplified-lowering.h72 Node* Uint32Div(Node* const node);
Dmachine-operator-reducer.h57 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
Dgraph-assembler.h68 V(Uint32Div)
Dmachine-operator-reducer.cc121 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
849 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div()
911 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
Dmachine-operator.h260 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h306 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
307 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
Dsimplified-lowering.cc1744 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
1815 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
3303 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering
3312 return graph()->NewNode(machine()->Uint32Div(), lhs, rhs, graph()->start()); in Uint32Div()
3317 Node* div = graph()->NewNode(machine()->Uint32Div(), lhs, rhs, d.if_false); in Uint32Div()
Dopcodes.h400 V(Uint32Div) \
Drepresentation-change.cc858 return machine()->Uint32Div(); in Uint32OperatorFor()
Dmachine-operator.cc100 V(Uint32Div, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc1922 m->Uint32Div(), left, right, in BuildI32DivU()
2078 return graph()->NewNode(m->Uint32Div(), left, right, graph()->start()); in BuildI32AsmjsDivU()
2088 graph()->NewNode(jsgraph()->machine()->Uint32Div(), left, right, in BuildI32AsmjsDivU()
Deffect-control-linearizer.cc1417 Node* value = __ Uint32Div(lhs, rhs); in LowerCheckedUint32Div()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1295 V(Uint32Div, kArm64Udiv32) \