Searched refs:Uint32Mod (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.h | 78 Node* Uint32Mod(Node* const node);
|
D | simplified-lowering.cc | 1384 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()
|
D | graph-assembler.h | 81 V(Uint32Mod) \
|
D | machine-operator.h | 280 const Operator* Uint32Mod(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 341 Node* Uint32Mod(Node* a, Node* b) { in Uint32Mod() function 342 return AddNode(machine()->Uint32Mod(), a, b); in Uint32Mod()
|
D | opcodes.h | 487 V(Uint32Mod) \
|
D | representation-change.cc | 945 return machine()->Uint32Mod(); in Uint32OperatorFor()
|
D | machine-operator.cc | 113 V(Uint32Mod, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2226 return graph()->NewNode(m->Uint32Mod(), left, right, in BuildI32RemU() 2397 Node* rem = graph()->NewNode(mcgraph()->machine()->Uint32Mod(), left, right, in BuildI32AsmjsRemU()
|
D | effect-control-linearizer.cc | 1647 __ Goto(&done, __ Uint32Mod(lhs, rhs)); in BuildUint32Mod()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 357 V(Uint32Mod) \ 1463 V(Word32, Uint32Mod, kS390_ModU32, \
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1242 V(Uint32Mod, kArm64Umod32) \
|