Searched refs:Uint64Mod (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 543 Node* Uint64Mod(Node* a, Node* b) { in Uint64Mod() function in v8::internal::compiler::RawMachineAssembler 544 return AddNode(machine()->Uint64Mod(), a, b); in Uint64Mod()
|
H A D | graph-assembler.h | 118 V(Uint64Mod)
|
H A D | machine-operator.h | 515 const Operator* Uint64Mod();
|
H A D | opcodes.h | 588 V(Uint64Mod)
|
H A D | machine-operator.cc | 302 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
|
H A D | wasm-compiler.cc | 2949 return gasm_->Uint64Mod(left, right); in BuildI64RemU()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1490 V(Word64, Uint64Mod, kS390_ModU64, \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1507 V(Uint64Mod, kArm64Umod) \
|
Completed in 43 milliseconds