Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:Binop

2416          cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL );
2417 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR );
2421 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR );
2778 op = Cop_Sub; opname = "minus"; goto binop;
2780 op = Cop_Add; opname = "plus"; goto binop;
2782 op = Cop_And; opname = "and"; goto binop;
2784 op = Cop_Mul; opname = "mul"; goto binop;
2786 op = Cop_Shl; opname = "shl"; goto binop;
2788 op = Cop_Shr; opname = "shr"; goto binop;
2790 op = Cop_Eq; opname = "eq"; goto binop;
2792 op = Cop_Ge; opname = "ge"; goto binop;
2794 op = Cop_Gt; opname = "gt"; goto binop;
2796 op = Cop_Le; opname = "le"; goto binop;
2798 op = Cop_Lt; opname = "lt"; goto binop;
2800 op = Cop_Ne; opname = "ne"; goto binop;
2801 binop: