Home
last modified time | relevance | path

Searched refs:Uint64Mod (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h543 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 Dgraph-assembler.h118 V(Uint64Mod)
H A Dmachine-operator.h515 const Operator* Uint64Mod();
H A Dopcodes.h588 V(Uint64Mod)
H A Dmachine-operator.cc302 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
H A Dwasm-compiler.cc2949 return gasm_->Uint64Mod(left, right); in BuildI64RemU()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1490 V(Word64, Uint64Mod, kS390_ModU64, \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1507 V(Uint64Mod, kArm64Umod) \

Completed in 43 milliseconds