Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.h98 Node* Uint32Mod(Node* const node);
Draw-machine-assembler.h482 Node* Uint32Mod(Node* a, Node* b) { in Uint32Mod() function
483 return AddNode(machine()->Uint32Mod(), a, b); in Uint32Mod()
Dsimplified-lowering.cc1696 if (lower<T>()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
1775 if (lower<T>()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
2584 if (lower<T>()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitNode()
4835 Node* SimplifiedLowering::Uint32Mod(Node* const node) { in Uint32Mod() function in v8::internal::compiler::SimplifiedLowering
4845 return graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, graph()->start()); in Uint32Mod()
4882 Node* true1 = graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, if_true1); in Uint32Mod()
Dmachine-operator.h498 const Operator* Uint32Mod(); in NON_EXPORTED_BASE()
Dopcodes.h566 V(Uint32Mod) \
Dgraph-assembler.h116 V(Uint32Mod) \
Drepresentation-change.cc1380 return machine()->Uint32Mod(); in Uint32OperatorFor()
Dmachine-operator.cc280 V(Uint32Mod, Operator::kNoProperties, 2, 1, 1) \
Deffect-control-linearizer.cc2243 __ Goto(&done, __ Uint32Mod(lhs, rhs)); in BuildUint32Mod()
2325 Node* res = __ Uint32Mod(__ Int32Sub(zero, lhs), rhs); in LowerCheckedInt32Mod()
Dwasm-compiler.cc2723 return gasm_->Uint32Mod(left, right); in BuildI32RemU()
2887 Node* rem = graph()->NewNode(mcgraph()->machine()->Uint32Mod(), left, right, in BuildI32AsmjsRemU()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc360 V(Uint32Mod) \
1433 V(Word32, Uint32Mod, kS390_ModU32, \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc1506 V(Uint32Mod, kArm64Umod32) \