Home
last modified time | relevance | path

Searched refs:BaseWithIndexAndDisplacement32Matcher (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/unittests/compiler/
Dnode-matchers-unittest.cc126 BaseWithIndexAndDisplacement32Matcher match0(d15); in TEST_F()
132 BaseWithIndexAndDisplacement32Matcher match1(graph()->NewNode(a_op, b0, b1)); in TEST_F()
136 BaseWithIndexAndDisplacement32Matcher match2(graph()->NewNode(a_op, b0, d15)); in TEST_F()
140 BaseWithIndexAndDisplacement32Matcher match3(graph()->NewNode(a_op, d15, b0)); in TEST_F()
144 BaseWithIndexAndDisplacement32Matcher match4(graph()->NewNode(a_op, b0, m1)); in TEST_F()
149 BaseWithIndexAndDisplacement32Matcher match5(graph()->NewNode(a_op, m1, b0)); in TEST_F()
154 BaseWithIndexAndDisplacement32Matcher match6(graph()->NewNode(a_op, d15, m1)); in TEST_F()
159 BaseWithIndexAndDisplacement32Matcher match7(graph()->NewNode(a_op, m1, d15)); in TEST_F()
163 BaseWithIndexAndDisplacement32Matcher match8(graph()->NewNode(a_op, b0, s0)); in TEST_F()
168 BaseWithIndexAndDisplacement32Matcher match9(graph()->NewNode(a_op, s0, b0)); in TEST_F()
[all …]
/external/v8/src/compiler/
Dnode-matchers.h561 BaseWithIndexAndDisplacement32Matcher; typedef
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc110 BaseWithIndexAndDisplacement32Matcher m(node, true); in GetEffectiveAddressMemoryOperand()
604 BaseWithIndexAndDisplacement32Matcher m(node); in VisitInt32Add()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc114 BaseWithIndexAndDisplacement32Matcher m(node, true); in GetEffectiveAddressMemoryOperand()
562 BaseWithIndexAndDisplacement32Matcher m(node); in VisitInt32Add()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc641 BaseWithIndexAndDisplacement32Matcher m(node); in VisitInt32Add()