Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:PUSH

2713 #  define PUSH(_arg)                               \
2759 PUSH(ix);
2762 PUSH(ctxs->cfa_expr_ix);
2787 /* push: literal 0 .. 31 */
2790 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2796 /* push: reg + sleb128 */
2805 PUSH(ix);
2811 /* push: reg */
2815 PUSH(ix);
2822 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2825 PUSH( ML_(CfiExpr_Binop)( dst, op, ix2, ix ) );
2831 /* push: 32-bit signed immediate */
2834 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2840 /* push: 8-bit signed immediate */
2843 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2875 PUSH( ML_(CfiExpr_Binop)( dst, op, ix2, ix ) );
2882 PUSH( ML_(CfiExpr_Deref)( dst, ix ) );
2909 # undef PUSH
3232 j = dwarfexpr_to_dag ( ctx, expr, len, True/*push CFA at start*/,
3263 j = dwarfexpr_to_dag ( ctx, expr, len, True/*push CFA at start*/,
3287 j = dwarfexpr_to_dag ( ctx, expr, len, True/*push CFA at start*/,