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, rs6000 (alpha?) long const --verbose


On Sat, Dec 29, 2001 at 11:42:37PM -0600, Tom Rix wrote:
> (insn 37 35 39 (set (reg:DI 0 r0)            <<< this is the problem >>>
> 
>         (plus:DI (reg:DI 0 r0)
>             (const_int -131072 [0xfffffffffffe0000]))) -1 (insn_list 35
> (nil))
>     (nil))

Actually, the real problem is that addis must be used
with some register other than r0.  So the temp register
chosen should be other than r0.


r~


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