Searched refs:Int64BinopMatcher (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 603 Int64BinopMatcher m(node); in VisitWord64And() 611 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 649 VisitBinop<Int64BinopMatcher>(this, node, kS390_And64, kUint32Imm); in VisitWord64And() 660 Int64BinopMatcher m(node); in VisitWord64Or() 661 VisitBinop<Int64BinopMatcher>(this, node, kS390_Or64, kUint32Imm); in VisitWord64Or() 678 Int64BinopMatcher m(node); in VisitWord64Xor() 682 VisitBinop<Int64BinopMatcher>(this, node, kS390_Xor64, kUint32Imm); in VisitWord64Xor() 713 Int64BinopMatcher m(node); in VisitWord64Shl() 716 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() 781 Int64BinopMatcher m(node); in VisitWord64Shr() [all …]
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 558 Int64BinopMatcher m(node); in VisitWord64And() 567 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 605 VisitLogical<Int64BinopMatcher>( in VisitWord64And() 622 Int64BinopMatcher m(node); in VisitWord64Or() 623 VisitLogical<Int64BinopMatcher>( in VisitWord64Or() 644 Int64BinopMatcher m(node); in VisitWord64Xor() 648 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord64Xor() 682 Int64BinopMatcher m(node); in VisitWord64Shl() 686 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() 753 Int64BinopMatcher m(node); in VisitWord64Shr() [all …]
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 193 Int64BinopMatcher m(node); in Initialize() 931 Int64BinopMatcher m(node); in VisitWord64And() 943 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 963 VisitLogical<Int64BinopMatcher>( in VisitWord64And() 978 Int64BinopMatcher m(node); in VisitWord64Or() 979 VisitLogical<Int64BinopMatcher>( in VisitWord64Or() 994 Int64BinopMatcher m(node); in VisitWord64Xor() 995 VisitLogical<Int64BinopMatcher>( in VisitWord64Xor() 1040 Int64BinopMatcher m(node); in VisitWord64Shl() 1128 Int64BinopMatcher m(node); in VisitWord64Shr() [all …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 165 Int64BinopMatcher m(node); in Initialize() 494 Int64BinopMatcher m(node); in VisitWord64And() 506 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 578 Int64BinopMatcher m(node); in VisitWord64Xor() 581 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Xor() 686 Int64BinopMatcher m(node); in VisitWord64Shl() 700 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() 726 Int64BinopMatcher m(node); in VisitWord64Shr() 729 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr() 853 Int64BinopMatcher m(node); in VisitInt64Add() [all …]
|
/external/v8/src/compiler/ |
D | node-matchers.h | 272 typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher; typedef 336 typedef ScaleMatcher<Int64BinopMatcher, IrOpcode::kInt64Mul, 408 typedef AddMatcher<Int64BinopMatcher, IrOpcode::kInt64Add, IrOpcode::kInt64Sub,
|
D | machine-operator-reducer.cc | 192 Int64BinopMatcher m(node); in Reduce() 197 Int64BinopMatcher msub(m.left().node()); in Reduce() 705 Int64BinopMatcher m(node); in ReduceInt64Add() 734 Int64BinopMatcher m(node); in ReduceInt64Sub() 1047 Int64BinopMatcher m(node); in ReduceWord64Shl() 1121 Int64BinopMatcher m(node); in ReduceWord64Sar()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 596 Int64BinopMatcher m(node); in VisitWord64Shift() 605 Int64BinopMatcher mright(right); in VisitWord64Shift() 663 Int64BinopMatcher m(node); in VisitWord64Shl() 689 Int64BinopMatcher m(node); in TryMatchLoadWord64AndShiftRight() 910 Int64BinopMatcher m(node); in VisitInt64Sub() 1350 Int64BinopMatcher m(value); in VisitTruncateInt64ToInt32() 1814 Int64BinopMatcher m(node); in VisitWord64Compare() 1902 Int64BinopMatcher m(value); in VisitWordCompareZero() 2134 Int64BinopMatcher m(node); in VisitWord64Equal()
|