Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dstack.c1116 if (count_exp) in backtrace_command_1()
1682 up_silently_base (char *count_exp) in up_silently_base() argument
1686 if (count_exp) in up_silently_base()
1694 if (count1 != 0 && count_exp == 0) in up_silently_base()
1702 up_silently_base (count_exp); in up_silently_command()
1708 up_silently_base (count_exp); in up_command()
1716 down_silently_base (char *count_exp) in down_silently_base() argument
1720 if (count_exp) in down_silently_base()
1728 if (count1 != 0 && count_exp == 0) in down_silently_base()
1745 down_silently_base (count_exp); in down_silently_command()
[all …]
/openbsd/gnu/gcc/gcc/config/crx/
H A Dcrx.c1170 crx_expand_movmem (rtx dstbase, rtx srcbase, rtx count_exp, rtx align_exp) in crx_expand_movmem() argument
1185 if (GET_CODE (count_exp) == CONST_INT) in crx_expand_movmem()
1187 count = INTVAL (count_exp); in crx_expand_movmem()
/openbsd/gnu/usr.bin/binutils/gas/
H A Dread.c4089 expressionS count_exp; in float_cons() local
4092 expression (&count_exp); in float_cons()
4094 if (count_exp.X_op != O_constant in float_cons()
4095 || count_exp.X_add_number <= 0) in float_cons()
4098 count = count_exp.X_add_number; in float_cons()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c4330 expressionS count_exp; in float_cons() local
4333 expression (&count_exp); in float_cons()
4335 if (count_exp.X_op != O_constant in float_cons()
4336 || count_exp.X_add_number <= 0) in float_cons()
4339 count = count_exp.X_add_number; in float_cons()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c10483 ix86_expand_movstr (dst, src, count_exp, align_exp) in ix86_expand_movstr() argument
10484 rtx dst, src, count_exp, align_exp; in ix86_expand_movstr()
10501 if (GET_CODE (count_exp) == CONST_INT)
10502 count = INTVAL (count_exp);
10507 if (!TARGET_64BIT || GET_MODE (count_exp) == SImode
10508 || x86_64_zero_extended_value (count_exp))
10710 ix86_expand_clrstr (src, count_exp, align_exp) in ix86_expand_clrstr() argument
10711 rtx src, count_exp, align_exp; in ix86_expand_clrstr()
10725 if (GET_CODE (count_exp) == CONST_INT)
10726 count = INTVAL (count_exp);
[all …]
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c12696 if (GET_CODE (count_exp) == CONST_INT) in ix86_expand_movmem()
12698 count = INTVAL (count_exp); in ix86_expand_movmem()
12707 || GET_MODE (count_exp) == SImode in ix86_expand_movmem()
12739 countreg = ix86_zero_extend_to_Pmode (count_exp); in ix86_expand_movmem()
12851 countreg = copy_to_mode_reg (counter_mode, count_exp); in ix86_expand_movmem()
12985 ix86_expand_clrmem (rtx dst, rtx count_exp, rtx align_exp) in ix86_expand_clrmem() argument
13003 if (GET_CODE (count_exp) == CONST_INT) in ix86_expand_clrmem()
13005 count = INTVAL (count_exp); in ix86_expand_clrmem()
13013 || GET_MODE (count_exp) == SImode in ix86_expand_clrmem()
13037 countreg = ix86_zero_extend_to_Pmode (count_exp); in ix86_expand_clrmem()
[all …]
/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2615 bfin_expand_movmem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in bfin_expand_movmem() argument
2623 if (GET_CODE (count_exp) == CONST_INT) in bfin_expand_movmem()
2625 count = INTVAL (count_exp); in bfin_expand_movmem()