This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] builtin_strcmp (standard names cmpstrsi, cmpstrnsi)


On Thu, Jul 07, 2005 at 11:32:01PM +0200, Adrian Straetling wrote:
>       * builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp):
>         s/cmpstrsi/cmpstrnsi
> 	(expand_builtin_strcmp): Rewrite to support both 'cmpstrsi' and
> 	'cmpstrnsi'.
>       * optabs.c: (prepare_cmp_insn): Add availability of 'cmpstrn'.
> 	(init_optabs): Initialize cmpstrn_optab.
>       * optabs.h: (enum insn_code cmpstrn_optab): Declare.
>       * genopinit.c: (optabs[]): Add 'cmpstrn' to initialisation.
>       * expr.c: (enum insn_code cmpstrn_optab): Declare.
>       * config/i386/i386.md: s/cmpstr/cmpstrn
>       * config/c4x/c4x.md: s/cmpstr/cmpstrn
>       * doc/md.texi: Update documentation.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]