This is the mail archive of the gcc-bugs@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]

[Bug target/13559] GCC generates more code that doesn't conform to the SPARC 64-bit psABI


------- 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


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