Searched refs:Uint64Mod (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 228 PURE(Uint64Mod, 2, 1, 1), // -- 415 EXPECT_EQ(machine.Uint64Mod(), machine.UintMod()); in TEST_F()
|
/external/v8/src/compiler/ |
D | machine-operator.h | 266 const Operator* Uint64Mod();
|
D | raw-machine-assembler.h | 340 Node* Uint64Mod(Node* a, Node* b) { in Uint64Mod() function 341 return AddNode(machine()->Uint64Mod(), a, b); in Uint64Mod()
|
D | opcodes.h | 334 V(Uint64Mod) \
|
D | machine-operator.cc | 111 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 1777 jsgraph()->machine()->Uint64Mod(), left, right, in BuildI64RemU()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 471 m.machine()->Uint64Mod(), m.machine()->Int64LessThan(), in TEST()
|