Searched refs:Int64LessThan (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 229 PURE(Int64LessThan, 2, 0, 1), // -- 416 EXPECT_EQ(machine.Int64LessThan(), machine.IntLessThan()); in TEST_F()
|
D | int64-lowering-unittest.cc | 472 TestComparison(machine()->Int64LessThan(), IsInt32LessThan, IsUint32LessThan); in TEST_F()
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 317 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()
|
D | machine-operator.h | 261 const Operator* Int64LessThan();
|
D | opcodes.h | 275 V(Int64LessThan) \
|
D | machine-operator.cc | 108 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 499 op = m->Int64LessThan(); in Binop() 511 op = m->Int64LessThan(); in Binop()
|
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 800 return graph()->NewNode(machine()->Int64LessThan(), node, in Use()
|
D | test-run-machops.cc | 471 m.machine()->Uint64Mod(), m.machine()->Int64LessThan(), in TEST()
|