Searched refs:Int64BinopMatcher (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 487 Int64BinopMatcher m(node); in VisitWord64And() 496 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 534 VisitLogical<Int64BinopMatcher>( in VisitWord64And() 551 Int64BinopMatcher m(node); in VisitWord64Or() 552 VisitLogical<Int64BinopMatcher>( in VisitWord64Or() 573 Int64BinopMatcher m(node); in VisitWord64Xor() 577 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord64Xor() 611 Int64BinopMatcher m(node); in VisitWord64Shl() 615 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() 682 Int64BinopMatcher m(node); in VisitWord64Shr() [all …]
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 218 Int64BinopMatcher m(node); in Initialize() 895 Int64BinopMatcher m(node); in VisitWord64And() 908 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 928 VisitLogical<Int64BinopMatcher>( in VisitWord64And() 943 Int64BinopMatcher m(node); in VisitWord64Or() 944 VisitLogical<Int64BinopMatcher>( in VisitWord64Or() 959 Int64BinopMatcher m(node); in VisitWord64Xor() 960 VisitLogical<Int64BinopMatcher>( in VisitWord64Xor() 1005 Int64BinopMatcher m(node); in VisitWord64Shl() 1094 Int64BinopMatcher m(node); in VisitWord64Shr() [all …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 199 Int64BinopMatcher m(node); in Initialize() 555 Int64BinopMatcher m(node); in VisitWord64And() 567 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 643 Int64BinopMatcher m(node); in VisitWord64Xor() 646 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Xor() 751 Int64BinopMatcher m(node); in VisitWord64Shl() 765 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() 791 Int64BinopMatcher m(node); in VisitWord64Shr() 794 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr() 918 Int64BinopMatcher m(node); in VisitInt64Add() [all …]
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 563 Int64BinopMatcher m(node); in VisitWord64Shift() 572 Int64BinopMatcher mright(right); in VisitWord64Shift() 652 Int64BinopMatcher m(node); in VisitWord64Shl() 678 Int64BinopMatcher m(node); in TryMatchLoadWord64AndShiftRight() 891 Int64BinopMatcher m(node); in VisitInt64Sub() 1342 Int64BinopMatcher m(value); in VisitTruncateInt64ToInt32() 1732 StackCheckMatcher<Int64BinopMatcher, IrOpcode::kUint64LessThan> m( in VisitWord64Compare() 1742 WasmStackCheckMatcher<Int64BinopMatcher, IrOpcode::kUint64LessThan> wasm_m( in VisitWord64Compare() 1784 #define TRY_VISIT_WORD64_SHIFT TryVisitWordShift<Int64BinopMatcher, 64> in VisitCompareZero() 1917 Int64BinopMatcher m(value); in VisitWordCompareZero() [all …]
|
/external/v8/src/compiler/ |
D | node-matchers.h | 279 typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher; typedef 343 typedef ScaleMatcher<Int64BinopMatcher, IrOpcode::kInt64Mul, 414 typedef AddMatcher<Int64BinopMatcher, IrOpcode::kInt64Add, IrOpcode::kInt64Sub,
|
D | machine-operator-reducer.cc | 193 Int64BinopMatcher m(node); in Reduce() 198 Int64BinopMatcher msub(m.left().node()); in Reduce() 731 Int64BinopMatcher m(node); in ReduceInt64Add() 760 Int64BinopMatcher m(node); in ReduceInt64Sub() 1069 Int64BinopMatcher m(node); in ReduceWord64Shl() 1143 Int64BinopMatcher m(node); in ReduceWord64Sar()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 866 Int64BinopMatcher m(node); in VisitWord64And() 874 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And() 917 Int64BinopMatcher m(node); in VisitWord64Shl() 920 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl() 959 Int64BinopMatcher m(node); in VisitWord64Shr() 961 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr() 1502 return TryMatchNegFromSub<Int64BinopMatcher, kS390_Neg64>(this, node); \ 1509 return TryMatchShiftFromMul<Int64BinopMatcher, kS390_ShiftLeft64>(this, \ 1833 Int64BinopMatcher m(value); in VisitWordCompareZero() 2083 Int64BinopMatcher m(node); in VisitWord64Equal()
|