Searched refs:count_exp (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstack.c1998 const char *count_exp, int from_tty)
2009 if (count_exp)
2011 count = parse_and_eval_long (count_exp);
2070 if (count_exp != NULL && count < 0)
2673 up_silently_base (const char *count_exp)
2678 if (count_exp)
2679 count = parse_and_eval_long (count_exp);
2682 if (count != 0 && count_exp == NULL)
2688 up_silently_command (const char *count_exp, int from_tty)
2690 up_silently_base (count_exp);
1994 backtrace_command_1(const frame_print_options &fp_opts, const backtrace_cmd_options &bt_opts, const char *count_exp, int from_tty) argument
2670 up_silently_base(const char *count_exp) argument
2685 up_silently_command(const char *count_exp, int from_tty) argument
2691 up_command(const char *count_exp, int from_tty) argument
2701 down_silently_base(const char *count_exp) argument
2724 down_silently_command(const char *count_exp, int from_tty) argument
2730 down_command(const char *count_exp, int from_tty) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstack.c1997 const char *count_exp, int from_tty)
2008 if (count_exp)
2010 count = parse_and_eval_long (count_exp);
2069 if (count_exp != NULL && count < 0)
2655 up_silently_base (const char *count_exp)
2660 if (count_exp)
2661 count = parse_and_eval_long (count_exp);
2664 if (count != 0 && count_exp == NULL)
2670 up_silently_command (const char *count_exp, int from_tty)
2672 up_silently_base (count_exp);
1993 backtrace_command_1(const frame_print_options &fp_opts, const backtrace_cmd_options &bt_opts, const char *count_exp, int from_tty) argument
2652 up_silently_base(const char *count_exp) argument
2667 up_silently_command(const char *count_exp, int from_tty) argument
2673 up_command(const char *count_exp, int from_tty) argument
2683 down_silently_base(const char *count_exp) argument
2706 down_silently_command(const char *count_exp, int from_tty) argument
2712 down_command(const char *count_exp, int from_tty) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5762 counter_mode (rtx count_exp) argument
5764 if (GET_MODE (count_exp) != VOIDmode)
5765 return GET_MODE (count_exp);
5766 if (!CONST_INT_P (count_exp))
5768 if (TARGET_64BIT && (INTVAL (count_exp) & ~0xffffffff))
7196 ix86_expand_set_or_cpymem (rtx dst, rtx src, rtx count_exp, rtx val_exp, argument
7241 if (CONST_INT_P (count_exp))
7244 = INTVAL (count_exp);
7290 count_exp = copy_to_mode_reg (GET_MODE (count_exp), count_ex
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6900 counter_mode (rtx count_exp) argument
6902 if (GET_MODE (count_exp) != VOIDmode)
6903 return GET_MODE (count_exp);
6904 if (!CONST_INT_P (count_exp))
6906 if (TARGET_64BIT && (INTVAL (count_exp) & ~0xffffffff))
8337 ix86_expand_set_or_cpymem (rtx dst, rtx src, rtx count_exp, rtx val_exp, argument
8382 if (CONST_INT_P (count_exp))
8385 = INTVAL (count_exp);
8431 count_exp = copy_to_mode_reg (GET_MODE (count_exp), count_ex
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dread.c4947 expressionS count_exp;
4950 expression (&count_exp);
4952 if (count_exp.X_op != O_constant
4953 || count_exp.X_add_number <= 0)
4956 count = count_exp.X_add_number;
4939 expressionS count_exp; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dread.c4953 expressionS count_exp;
4956 expression (&count_exp);
4958 if (count_exp.X_op != O_constant
4959 || count_exp.X_add_number <= 0)
4962 count = count_exp.X_add_number;
4945 expressionS count_exp; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dread.c4947 expressionS count_exp;
4950 expression (&count_exp);
4952 if (count_exp.X_op != O_constant
4953 || count_exp.X_add_number <= 0)
4956 count = count_exp.X_add_number;
4939 expressionS count_exp; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1683 c6x_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp,
1706 if (CONST_INT_P (count_exp))
1707 count = INTVAL (count_exp);
1728 dstreg, Pmode, srcreg, Pmode, count_exp, SImode);
1673 c6x_expand_cpymem(rtx dst, rtx src, rtx count_exp, rtx align_exp, rtx expected_align_exp ATTRIBUTE_UNUSED, rtx expected_size_exp ATTRIBUTE_UNUSED) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1685 c6x_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp,
1708 if (CONST_INT_P (count_exp))
1709 count = INTVAL (count_exp);
1730 dstreg, Pmode, srcreg, Pmode, count_exp, SImode);
1675 c6x_expand_cpymem(rtx dst, rtx src, rtx count_exp, rtx align_exp, rtx expected_align_exp ATTRIBUTE_UNUSED, rtx expected_size_exp ATTRIBUTE_UNUSED) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c3224 bfin_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp)
3232 if (GET_CODE (count_exp) == CONST_INT)
3234 count = INTVAL (count_exp);
3212 bfin_expand_cpymem(rtx dst, rtx src, rtx count_exp, rtx align_exp) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.cc3225 bfin_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp)
3233 if (GET_CODE (count_exp) == CONST_INT)
3235 count = INTVAL (count_exp);
3213 bfin_expand_cpymem(rtx dst, rtx src, rtx count_exp, rtx align_exp) argument

Completed in 503 milliseconds