Searched refs:Uint32Mod (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | simplified-lowering.h | 98 Node* Uint32Mod(Node* const node);
|
D | raw-machine-assembler.h | 482 Node* Uint32Mod(Node* a, Node* b) { in Uint32Mod() function 483 return AddNode(machine()->Uint32Mod(), a, b); in Uint32Mod()
|
D | simplified-lowering.cc | 1696 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()
|
D | machine-operator.h | 498 const Operator* Uint32Mod(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 566 V(Uint32Mod) \
|
D | graph-assembler.h | 116 V(Uint32Mod) \
|
D | representation-change.cc | 1380 return machine()->Uint32Mod(); in Uint32OperatorFor()
|
D | machine-operator.cc | 280 V(Uint32Mod, Operator::kNoProperties, 2, 1, 1) \
|
D | effect-control-linearizer.cc | 2243 __ Goto(&done, __ Uint32Mod(lhs, rhs)); in BuildUint32Mod() 2325 Node* res = __ Uint32Mod(__ Int32Sub(zero, lhs), rhs); in LowerCheckedInt32Mod()
|
D | wasm-compiler.cc | 2723 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/ |
D | instruction-selector-s390.cc | 360 V(Uint32Mod) \ 1433 V(Word32, Uint32Mod, kS390_ModU32, \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 1506 V(Uint32Mod, kArm64Umod32) \
|