This is the mail archive of the gcc@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: divmod , division+modulo problem in rtl


>>>>> "Pierre" == Pierre Mallard <pierremallard@yahoo.fr> writes:

Pierre> Hi,
Pierre> I need someone's help to output a single operation for
Pierre> an operation such as a (div a b)+(mod a b) in c
Pierre> language only...

See if this patch will help
http://gcc.gnu.org/ml/gcc-patches/2002-07/msg01207.html

Pierre> 2)And if u got any idea how a Signed Qi division can
Pierre> be handle by a Qi signed division ... let me just show
It can't, in C at least.

~velco


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