Home
last modified time | relevance | path

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

12

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dmachine-operator-unittest.cc215 PURE(Int64LessThan, 2, 0, 1), // --
392 EXPECT_EQ(machine.Int64LessThan(), machine.IntLessThan()); in TEST_F()
H A Dint64-lowering-unittest.cc789 TestComparison(machine()->Int64LessThan(), IsInt32LessThan, IsUint32LessThan); in TEST_F()
H A Dnode-test-utils.cc2268 IS_BINOP_MATCHER(Int64LessThan)
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Draw-machine-assembler.h379 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
380 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
391 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
H A Dmachine-operator.h294 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
H A Dopcodes.h446 V(Int64LessThan) \
H A Drepresentation-change.cc918 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
H A Dmachine-operator.cc128 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Draw-machine-assembler.h472 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
473 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
484 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
H A Dmachine-operator.h361 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
H A Dopcodes.h510 V(Int64LessThan) \
H A Drepresentation-change.cc1251 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
H A Dmachine-operator.cc194 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
H A Dsimplified-lowering.cc2534 lowering->DoMax(node, lowering->machine()->Int64LessThan(), in VisitNode()
2592 lowering->DoMin(node, lowering->machine()->Int64LessThan(), in VisitNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Draw-machine-assembler.h481 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
482 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
493 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
H A Dmachine-operator.h423 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
H A Dopcodes.h523 V(Int64LessThan) \
H A Drepresentation-change.cc1311 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
H A Dmachine-operator.cc249 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
H A Dsimplified-lowering.cc2556 lowering->DoMax(node, lowering->machine()->Int64LessThan(), in VisitNode()
2614 lowering->DoMin(node, lowering->machine()->Int64LessThan(), in VisitNode()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Draw-machine-assembler.h520 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function
521 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan()
532 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
H A Dmachine-operator.h510 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
H A Dopcodes.h527 V(Int64LessThan) \
H A Drepresentation-change.cc1326 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
H A Dmachine-operator.cc299 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \

12