Searched refs:BaseWithIndexAndDisplacement32Matcher (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-matchers-unittest.cc | 126 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/ |
D | node-matchers.h | 561 BaseWithIndexAndDisplacement32Matcher; typedef
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 110 BaseWithIndexAndDisplacement32Matcher m(node, true); in GetEffectiveAddressMemoryOperand() 604 BaseWithIndexAndDisplacement32Matcher m(node); in VisitInt32Add()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 114 BaseWithIndexAndDisplacement32Matcher m(node, true); in GetEffectiveAddressMemoryOperand() 562 BaseWithIndexAndDisplacement32Matcher m(node); in VisitInt32Add()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 641 BaseWithIndexAndDisplacement32Matcher m(node); in VisitInt32Add()
|