RE: [Patch, microblaze]: Correct the const high double immediate value

2020-11-11 Thread Nagaraju Mekala
Hi Eager, > -Original Message- > From: Michael Eager > Sent: Wednesday, November 11, 2020 9:06 AM > To: Nagaraju Mekala ; Michael Eager > ; gcc-patches@gcc.gnu.org > Cc: Sadanand Mutyala > Subject: Re: [Patch, microblaze]: Correct the const high double immediate &g

Re: [Patch, microblaze]: Correct the const high double immediate value

2020-11-10 Thread Michael Eager
On 11/8/20 9:43 PM, Nagaraju Mekala wrote: diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c index a0f81b7..d9341ec 100644 --- a/gcc/config/microblaze/microblaze.c +++ b/gcc/config/microblaze/microblaze.c @@ -2440,15 +2440,18 @@ print_operand (FILE * file, rtx

[Patch, microblaze]: Correct the const high double immediate value

2020-11-08 Thread Nagaraju Mekala
Hello All, This patch will load the DI mode immediate values from REAL_VALUE_FROM_CONST_DOUBLE and REAL_VALUE_TO_TARGET_DOUBLE functions, as CONST_DOUBLE_HIGH was returning the sign extension value even for the unsigned long long constants also gcc/ChangeLog: * config/microblaze/microblaz