Home
last modified time | relevance | path

Searched refs:count_exp (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5762 counter_mode (rtx count_exp) in counter_mode() argument
5764 if (GET_MODE (count_exp) != VOIDmode) in counter_mode()
5765 return GET_MODE (count_exp); in counter_mode()
5766 if (!CONST_INT_P (count_exp)) in counter_mode()
5768 if (TARGET_64BIT && (INTVAL (count_exp) & ~0xffffffff)) in counter_mode()
7196 ix86_expand_set_or_cpymem (rtx dst, rtx src, rtx count_exp, rtx val_exp, in ix86_expand_set_or_cpymem() argument
7241 if (CONST_INT_P (count_exp)) in ix86_expand_set_or_cpymem()
7244 = INTVAL (count_exp); in ix86_expand_set_or_cpymem()
7290 count_exp = copy_to_mode_reg (GET_MODE (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7364 if (CONST_INT_P (count_exp) && desired_align > align) in ix86_expand_set_or_cpymem()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6917 counter_mode (rtx count_exp) in counter_mode() argument
6919 if (GET_MODE (count_exp) != VOIDmode) in counter_mode()
6920 return GET_MODE (count_exp); in counter_mode()
6921 if (!CONST_INT_P (count_exp)) in counter_mode()
6923 if (TARGET_64BIT && (INTVAL (count_exp) & ~0xffffffff)) in counter_mode()
8354 ix86_expand_set_or_cpymem (rtx dst, rtx src, rtx count_exp, rtx val_exp, in ix86_expand_set_or_cpymem() argument
8399 if (CONST_INT_P (count_exp)) in ix86_expand_set_or_cpymem()
8402 = INTVAL (count_exp); in ix86_expand_set_or_cpymem()
8448 count_exp = copy_to_mode_reg (GET_MODE (count_exp), count_exp); in ix86_expand_set_or_cpymem()
8524 if (CONST_INT_P (count_exp) && desired_align > align) in ix86_expand_set_or_cpymem()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.c4977 expressionS count_exp; in float_cons() local
4980 expression (&count_exp); in float_cons()
4982 if (count_exp.X_op != O_constant in float_cons()
4983 || count_exp.X_add_number <= 0) in float_cons()
4986 count = count_exp.X_add_number; in float_cons()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.c4939 expressionS count_exp; in float_cons() local
4942 expression (&count_exp); in float_cons()
4944 if (count_exp.X_op != O_constant in float_cons()
4945 || count_exp.X_add_number <= 0) in float_cons()
4948 count = count_exp.X_add_number; in float_cons()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1673 c6x_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp, in c6x_expand_cpymem() argument
1696 if (CONST_INT_P (count_exp)) in c6x_expand_cpymem()
1697 count = INTVAL (count_exp); in c6x_expand_cpymem()
1718 dstreg, Pmode, srcreg, Pmode, count_exp, SImode); in c6x_expand_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1675 c6x_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp, in c6x_expand_cpymem() argument
1698 if (CONST_INT_P (count_exp)) in c6x_expand_cpymem()
1699 count = INTVAL (count_exp); in c6x_expand_cpymem()
1720 dstreg, Pmode, srcreg, Pmode, count_exp, SImode); in c6x_expand_cpymem()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c3212 bfin_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in bfin_expand_cpymem() argument
3220 if (GET_CODE (count_exp) == CONST_INT) in bfin_expand_cpymem()
3222 count = INTVAL (count_exp); in bfin_expand_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.cc3213 bfin_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in bfin_expand_cpymem() argument
3221 if (GET_CODE (count_exp) == CONST_INT) in bfin_expand_cpymem()
3223 count = INTVAL (count_exp); in bfin_expand_cpymem()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20173615 (backtrace_command_1): Make "count_exp" const.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20173615 (backtrace_command_1): Make "count_exp" const.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201439050 * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
42033 on count_exp to get mode.
H A DChangeLog-200934310 time even when count_exp was constant forced into register. For
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git106494 …#14 0x000055555f526c6d in backtrace_command_1 (fp_opts=..., bt_opts=..., count_exp=0x0, from_tty=0…