Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h280 const Operator* Uint64Mod(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h376 Node* Uint64Mod(Node* a, Node* b) { in Uint64Mod() function
377 return AddNode(machine()->Uint64Mod(), a, b); in Uint64Mod()
Dopcodes.h420 V(Uint64Mod)
Dmachine-operator.cc123 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2174 jsgraph()->machine()->Uint64Mod(), left, right, in BuildI64RemU()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1300 V(Uint64Mod, kArm64Umod) \