Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc227 PURE(Int64Mod, 2, 1, 1), // --
414 EXPECT_EQ(machine.Int64Mod(), machine.IntMod()); in TEST_F()
/external/v8/src/compiler/
Dmachine-operator.h260 const Operator* Int64Mod();
Draw-machine-assembler.h313 Node* Int64Mod(Node* a, Node* b) { in Int64Mod() function
314 return AddNode(machine()->Int64Mod(), a, b); in Int64Mod()
Dopcodes.h332 V(Int64Mod) \
Dmachine-operator.cc107 V(Int64Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc1751 Node* rem = graph()->NewNode(jsgraph()->machine()->Int64Mod(), left, right, in BuildI64RemS()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc470 m.machine()->Uint64Div(), m.machine()->Int64Mod(), in TEST()