This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13559] GCC generates more code that doesn't conform to the SPARC 64-bit psABI
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2004 22:25:25 -0000
- Subject: [Bug target/13559] GCC generates more code that doesn't conform to the SPARC 64-bit psABI
- References: <20040103213359.13559.kettenis@gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-03 22:25 -------
>From the mainline's rtl:
(insn 24 23 25 (set (reg:SF 32 %f0)
(reg:SF 107 [ <result> ])) -1 (nil)
(nil))
(insn 25 24 26 (set (reg:SI 24 %i0)
(reg:SI 108 [ <result>+4 ])) -1 (nil)
(nil))
(insn 26 25 30 (set (reg:SI 25 %i1)
(reg:SI 109 [ <result>+8 ])) -1 (nil)
(nil))
basically means that %f0 = xfi.f
%i0 = xfi.i
%i1 = xfi.j
I do not know if there is what you want or something different (and it is 32 bit version of
%i0/%i1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13559