Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h274 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.h418 V(Int64Mod) \
Dmachine-operator.cc119 V(Int64Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2148 Node* rem = graph()->NewNode(jsgraph()->machine()->Int64Mod(), left, right, in BuildI64RemS()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1298 V(Int64Mod, kArm64Imod) \