Searched refs:Uint64Mod (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 297 const Operator* Uint64Mod(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 402 Node* Uint64Mod(Node* a, Node* b) { in Uint64Mod() function 403 return AddNode(machine()->Uint64Mod(), a, b); in Uint64Mod()
|
D | opcodes.h | 506 V(Uint64Mod)
|
D | machine-operator.cc | 133 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2464 return graph()->NewNode(mcgraph()->machine()->Uint64Mod(), left, right, in BuildI64RemU()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1518 V(Word64, Uint64Mod, kS390_ModU64, \
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1243 V(Uint64Mod, kArm64Umod) \
|