Searched refs:Uint64LessThan (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 323 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function 324 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan() 333 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
|
D | machine-operator.h | 264 const Operator* Uint64LessThan();
|
D | opcodes.h | 277 V(Uint64LessThan) \
|
D | machine-operator.cc | 112 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 505 op = m->Uint64LessThan(); in Binop() 519 op = m->Uint64LessThan(); in Binop()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 231 PURE(Uint64LessThan, 2, 0, 1), // --
|
D | int64-lowering-unittest.cc | 481 TestComparison(machine()->Uint64LessThan(), IsUint32LessThan, in TEST_F()
|
/external/v8/test/unittests/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 1212 Node* const n = m.Uint64LessThan(sl, sp); in TEST_F()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 472 m.machine()->Int64LessThanOrEqual(), m.machine()->Uint64LessThan(), in TEST()
|