Home
last modified time | relevance | path

Searched refs:Uint32Mod (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Dsimplified-lowering.h78 Node* Uint32Mod(Node* const node);
Dsimplified-lowering.cc1384 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
1434 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
1452 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
1940 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitNode()
1960 if (lower()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitNode()
3747 Node* SimplifiedLowering::Uint32Mod(Node* const node) { in Uint32Mod() function in v8::internal::compiler::SimplifiedLowering
3757 return graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, graph()->start()); in Uint32Mod()
3794 Node* true1 = graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, if_true1); in Uint32Mod()
Dgraph-assembler.h81 V(Uint32Mod) \
Dmachine-operator.h280 const Operator* Uint32Mod(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h341 Node* Uint32Mod(Node* a, Node* b) { in Uint32Mod() function
342 return AddNode(machine()->Uint32Mod(), a, b); in Uint32Mod()
Dopcodes.h487 V(Uint32Mod) \
Drepresentation-change.cc945 return machine()->Uint32Mod(); in Uint32OperatorFor()
Dmachine-operator.cc113 V(Uint32Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2226 return graph()->NewNode(m->Uint32Mod(), left, right, in BuildI32RemU()
2397 Node* rem = graph()->NewNode(mcgraph()->machine()->Uint32Mod(), left, right, in BuildI32AsmjsRemU()
Deffect-control-linearizer.cc1647 __ Goto(&done, __ Uint32Mod(lhs, rhs)); in BuildUint32Mod()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc357 V(Uint32Mod) \
1463 V(Word32, Uint32Mod, kS390_ModU32, \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1242 V(Uint32Mod, kArm64Umod32) \