Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.h77 Node* Uint32Div(Node* const node);
Dmachine-operator-reducer.h58 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc121 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
846 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div()
908 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
Dgraph-assembler.h82 V(Uint32Div)
Dmachine-operator.h277 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h332 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
333 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
Dsimplified-lowering.cc1836 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
1910 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
3729 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering
3738 return graph()->NewNode(machine()->Uint32Div(), lhs, rhs, graph()->start()); in Uint32Div()
3743 Node* div = graph()->NewNode(machine()->Uint32Div(), lhs, rhs, d.if_false); in Uint32Div()
Dopcodes.h486 V(Uint32Div) \
Drepresentation-change.cc942 return machine()->Uint32Div(); in Uint32OperatorFor()
Dmachine-operator.cc110 V(Uint32Div, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2219 return graph()->NewNode(m->Uint32Div(), left, right, in BuildI32DivU()
2374 return graph()->NewNode(m->Uint32Div(), left, right, graph()->start()); in BuildI32AsmjsDivU()
2384 graph()->NewNode(mcgraph()->machine()->Uint32Div(), left, right, in BuildI32AsmjsDivU()
Deffect-control-linearizer.cc1751 Node* value = __ Uint32Div(lhs, rhs); in LowerCheckedUint32Div()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc355 V(Uint32Div) \
1459 V(Word32, Uint32Div, kS390_DivU32, \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1238 V(Uint32Div, kArm64Udiv32) \