Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h323 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()
Dmachine-operator.h264 const Operator* Uint64LessThan();
Dopcodes.h277 V(Uint64LessThan) \
Dmachine-operator.cc112 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc505 op = m->Uint64LessThan(); in Binop()
519 op = m->Uint64LessThan(); in Binop()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc231 PURE(Uint64LessThan, 2, 0, 1), // --
Dint64-lowering-unittest.cc481 TestComparison(machine()->Uint64LessThan(), IsUint32LessThan, in TEST_F()
/external/v8/test/unittests/compiler/x64/
Dinstruction-selector-x64-unittest.cc1212 Node* const n = m.Uint64LessThan(sl, sp); in TEST_F()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc472 m.machine()->Int64LessThanOrEqual(), m.machine()->Uint64LessThan(), in TEST()