[SPARC] Minor tweak

2018-07-13 Thread Eric Botcazou
Tested on SPARC/Solaris, applied on the mainline. 2018-07-13 Eric Botcazou * config/sparc/sparc-protos.h (sparc_compute_frame_size): Delete. * config/sparc/sparc.c (sparc_compute_frame_size): Make static. -- Eric BotcazouIndex: config/sparc/sparc-protos.h ===

Re: [SPARC] Minor tweak to uses of bmasksi_vis

2013-05-28 Thread David Miller
From: Eric Botcazou Date: Tue, 28 May 2013 11:56:40 +0200 > This changes the 3 occurrences of bmasksi_vis to use %g0 as the destination > register instead of an otherwise unused pseudo-register. > > Tested on SPARC/Solaris, applied on the mainline. Thanks for improving this.

[SPARC] Minor tweak to uses of bmasksi_vis

2013-05-28 Thread Eric Botcazou
This changes the 3 occurrences of bmasksi_vis to use %g0 as the destination register instead of an otherwise unused pseudo-register. Tested on SPARC/Solaris, applied on the mainline. 2013-05-28 Eric Botcazou * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): Use %g0 as de