Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc228 PURE(Uint64Mod, 2, 1, 1), // --
415 EXPECT_EQ(machine.Uint64Mod(), machine.UintMod()); in TEST_F()
/external/v8/src/compiler/
Dmachine-operator.h266 const Operator* Uint64Mod();
Draw-machine-assembler.h340 Node* Uint64Mod(Node* a, Node* b) { in Uint64Mod() function
341 return AddNode(machine()->Uint64Mod(), a, b); in Uint64Mod()
Dopcodes.h334 V(Uint64Mod) \
Dmachine-operator.cc111 V(Uint64Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc1777 jsgraph()->machine()->Uint64Mod(), left, right, in BuildI64RemU()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc471 m.machine()->Uint64Mod(), m.machine()->Int64LessThan(), in TEST()