Home
last modified time | relevance | path

Searched refs:Int64Mod (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h516 Node* Int64Mod(Node* a, Node* b) { in Int64Mod() function
517 return AddNode(machine()->Int64Mod(), a, b); in Int64Mod()
Dmachine-operator.h509 const Operator* Int64Mod(); in NON_EXPORTED_BASE()
Dopcodes.h586 V(Int64Mod) \
Dgraph-assembler.h114 V(Int64Mod) \
Dmachine-operator.cc298 V(Int64Mod, Operator::kNoProperties, 2, 1, 1) \
Dcode-assembler.h274 V(Int64Mod, Int64T, Int64T, Int64T) \
Dwasm-compiler.cc2927 Node* rem = graph()->NewNode(mcgraph()->machine()->Int64Mod(), left, right, in BuildI64RemS()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1488 V(Word64, Int64Mod, kS390_Mod64, \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc1505 V(Int64Mod, kArm64Imod) \