[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] About UShr in codegen/cg_optable.c
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] About UShr in codegen/cg_optable.c |
Date: |
Sat, 29 Mar 2003 07:16:58 +1000 |
User-agent: |
KMail/1.4.3 |
On Saturday 29 March 2003 03:07 am, Gopal V wrote:
> Hi,
> I can't find the UShr_Op in the optables. I have used the SHR
> table itself for this right now. Since C# does not have a USHR and
> neither does C . So how ?
Just add an extra table, with similar rules to Shr_Op. While C# doesn't have
UShr, IL does and the code generator should take care of it if you create an
ILNode_UShr node in the Java parser for ">>>".
Cheers,
Rhys.