Home
last modified time | relevance | path

Searched refs:Int64LessThan (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc229 PURE(Int64LessThan, 2, 0, 1), // --
416 EXPECT_EQ(machine.Int64LessThan(), machine.IntLessThan()); in TEST_F()
Dint64-lowering-unittest.cc472 TestComparison(machine()->Int64LessThan(), IsInt32LessThan, IsUint32LessThan); in TEST_F()
/external/v8/src/compiler/
Draw-machine-assembler.h317 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
318 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
329 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
Dmachine-operator.h261 const Operator* Int64LessThan();
Dopcodes.h275 V(Int64LessThan) \
Dmachine-operator.cc108 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc499 op = m->Int64LessThan(); in Binop()
511 op = m->Int64LessThan(); in Binop()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc800 return graph()->NewNode(machine()->Int64LessThan(), node, in Use()
Dtest-run-machops.cc471 m.machine()->Uint64Mod(), m.machine()->Int64LessThan(), in TEST()