Searched refs:Uint64Mod (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 281 const Operator* Uint64Mod(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 376 Node* Uint64Mod(Node* a, Node* b) { in Uint64Mod() function 377 return AddNode(machine()->Uint64Mod(), a, b); in Uint64Mod()
|
D | opcodes.h | 401 V(Uint64Mod)
|
D | machine-operator.cc | 122 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2045 jsgraph()->machine()->Uint64Mod(), left, right, in BuildI64RemU()
|