Lines Matching refs:Int32BinopMatcher

448   Int32BinopMatcher m(node);  in VisitWord32And()
457 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And()
477 VisitLogical<Int32BinopMatcher>( in VisitWord32And()
542 Int32BinopMatcher m(node); in VisitWord32Or()
543 VisitLogical<Int32BinopMatcher>( in VisitWord32Or()
561 Int32BinopMatcher m(node); in VisitWord32Xor()
565 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord32Xor()
585 Int32BinopMatcher m(node); in VisitWord32Shl()
588 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl()
656 Int32BinopMatcher m(node); in VisitWord32Shr()
659 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr()
723 Int32BinopMatcher m(node); in VisitWord32Sar()
726 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar()
956 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Add32, kInt16Imm); in VisitInt32Add()
968 Int32BinopMatcher m(node); in VisitInt32Sub()
972 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Sub, kInt16Imm_Negate); in VisitInt32Sub()
997 Int32BinopMatcher m(node); in EmitInt32MulWithOverflow()
1427 return VisitBinop<Int32BinopMatcher>(this, node, kPPC_AddWithOverflow32, in VisitInt32AddWithOverflow()
1431 VisitBinop<Int32BinopMatcher>(this, node, kPPC_AddWithOverflow32, kInt16Imm, in VisitInt32AddWithOverflow()
1439 return VisitBinop<Int32BinopMatcher>(this, node, kPPC_SubWithOverflow32, in VisitInt32SubWithOverflow()
1443 VisitBinop<Int32BinopMatcher>(this, node, kPPC_SubWithOverflow32, in VisitInt32SubWithOverflow()
1563 Int32BinopMatcher m(value); in VisitWordCompareZero()
1638 return VisitBinop<Int32BinopMatcher>( in VisitWordCompareZero()
1642 return VisitBinop<Int32BinopMatcher>( in VisitWordCompareZero()