Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c2169 char *cnt_arg, *new_arg; in xg_reverse_shift_count() local
2170 cnt_arg = *cnt_argp; in xg_reverse_shift_count()
2173 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6); in xg_reverse_shift_count()
2174 sprintf (new_arg, "31-(%s)", cnt_arg); in xg_reverse_shift_count()
2176 free (cnt_arg); in xg_reverse_shift_count()