Home
last modified time | relevance | path

Searched refs:cnt_arg (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c1845 char *cnt_arg, *new_arg; local
1846 cnt_arg = *cnt_argp;
1849 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6);
1850 sprintf (new_arg, "31-(%s)", cnt_arg);
1852 free (cnt_arg);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c2098 char *cnt_arg, *new_arg; in xg_reverse_shift_count() local
2099 cnt_arg = *cnt_argp; in xg_reverse_shift_count()
2102 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6); in xg_reverse_shift_count()
2103 sprintf (new_arg, "31-(%s)", cnt_arg); in xg_reverse_shift_count()
2105 free (cnt_arg); in xg_reverse_shift_count()