Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h275 const Operator* Int64Mod(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h349 Node* Int64Mod(Node* a, Node* b) { in Int64Mod() function
350 return AddNode(machine()->Int64Mod(), a, b); in Int64Mod()
Dopcodes.h399 V(Int64Mod) \
Dmachine-operator.cc118 V(Int64Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2019 Node* rem = graph()->NewNode(jsgraph()->machine()->Int64Mod(), left, right, in BuildI64RemS()