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.cc229 PURE(Int64Mod, 2, 1, 1), // --
414 EXPECT_EQ(machine.Int64Mod(), machine.IntMod()); in TEST_F()
/external/v8/src/compiler/
Dmachine-operator.h200 const Operator* Int64Mod();
Dopcodes.h267 V(Int64Mod) \
Draw-machine-assembler.h298 Node* Int64Mod(Node* a, Node* b) { in Int64Mod() function
299 return AddNode(machine()->Int64Mod(), a, b); in Int64Mod()
Dmachine-operator.cc137 V(Int64Mod, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc519 Node* rem = graph()->NewNode(m->Int64Mod(), left, right, d.if_false); in Binop()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc399 m.machine()->Uint64Div(), m.machine()->Int64Mod(), in TEST()