Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.h98 Node* Uint32Mod(Node* const node);
H A Draw-machine-assembler.h482 Node* Uint32Mod(Node* a, Node* b) { in Uint32Mod() function in v8::internal::compiler::RawMachineAssembler
483 return AddNode(machine()->Uint32Mod(), a, b); in Uint32Mod()
H A Dsimplified-lowering.cc1694 // => unsigned Uint32Mod in VisitSpeculativeNumberModulus()
1696 if (lower<T>()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
1775 if (lower<T>()) DeferReplacement(node, lowering->Uint32Mod(node)); in VisitSpeculativeNumberModulus()
2582 // => unsigned Uint32Mod in VisitNode()
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()
H A Dgraph-assembler.h116 V(Uint32Mod) \
H A Dmachine-operator.h498 const Operator* Uint32Mod();
H A Dopcodes.h566 V(Uint32Mod) \
H A Drepresentation-change.cc1380 return machine()->Uint32Mod(); in Uint32OperatorFor()
H A Dmachine-operator.cc280 V(Uint32Mod, Operator::kNoProperties, 2, 1, 1) \
H A Dwasm-compiler.cc2723 return gasm_->Uint32Mod(left, right); in BuildI32RemU()
2887 Node* rem = graph()->NewNode(mcgraph()->machine()->Uint32Mod(), left, right, in BuildI32AsmjsRemU()
H A Deffect-control-linearizer.cc2242 // The {rhs} is not a power of two, do a generic Uint32Mod. in BuildUint32Mod()
2243 __ Goto(&done, __ Uint32Mod(lhs, rhs)); in BuildUint32Mod()
2325 Node* res = __ Uint32Mod(__ Int32Sub(zero, lhs), rhs); in LowerCheckedInt32Mod()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc360 V(Uint32Mod) \
1433 V(Word32, Uint32Mod, kS390_ModU32, \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1506 V(Uint32Mod, kArm64Umod32) \

Completed in 59 milliseconds