Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:Binop

2492          cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL );
2493 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR );
2497 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR );
2907 bop = Cbinop_Sub; opname = "minus"; goto binop;
2909 bop = Cbinop_Add; opname = "plus"; goto binop;
2911 bop = Cbinop_And; opname = "and"; goto binop;
2913 bop = Cbinop_Mul; opname = "mul"; goto binop;
2915 bop = Cbinop_Shl; opname = "shl"; goto binop;
2917 bop = Cbinop_Shr; opname = "shr"; goto binop;
2919 bop = Cbinop_Eq; opname = "eq"; goto binop;
2921 bop = Cbinop_Ge; opname = "ge"; goto binop;
2923 bop = Cbinop_Gt; opname = "gt"; goto binop;
2925 bop = Cbinop_Le; opname = "le"; goto binop;
2927 bop = Cbinop_Lt; opname = "lt"; goto binop;
2929 bop = Cbinop_Ne; opname = "ne"; goto binop;
2930 binop: