public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* need MIPS expert help
@ 2003-03-09  4:39 Sean McNeil
  2003-03-10  1:45 ` Steven J. Hill
  2003-03-11 16:49 ` Eric Christopher
  0 siblings, 2 replies; 3+ messages in thread
From: Sean McNeil @ 2003-03-09  4:39 UTC (permalink / raw)
  To: binutils

Hello all,

I need help in clarification of what an NEC MIPS vr5432 should be
defined as.  I had thought that it was a MIPS32 compliant part, but
binutils/gcc think that it can support a few instructions that it cannot
(as MIPS32):

mul	d,v,t
madd	s,t

I am thinking these are supported in MIPS32R2, not MIPS32 ISA.  These
might not be the only instructions that are giving me problems, but so
far are the two that I've encountered.

Is there a MIPS expert out there who can clarify this?  GCC uses a
definition ISA_HAS_MADD_MSUB that includes both MIPS32 and MIPS32R2 and
mips-opc.c defines both instructions above as part of I32, not I33.

Any and all help is appreciated.

Thanks,
Sean


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: need MIPS expert help
  2003-03-09  4:39 need MIPS expert help Sean McNeil
@ 2003-03-10  1:45 ` Steven J. Hill
  2003-03-11 16:49 ` Eric Christopher
  1 sibling, 0 replies; 3+ messages in thread
From: Steven J. Hill @ 2003-03-10  1:45 UTC (permalink / raw)
  To: Sean McNeil; +Cc: binutils

Sean McNeil wrote:
> 
> I need help in clarification of what an NEC MIPS vr5432 should be
> defined as.  I had thought that it was a MIPS32 compliant part, but
> binutils/gcc think that it can support a few instructions that it cannot
> (as MIPS32):
> 
The NEC VR5432 is NOT an MIPS32 compliant part. It was produced before
MIPS came out with the MIPS32 and MIPS64 cores. You should be using
the '-mcpu=r5000' and '-mips2' flags to gcc. Please read the kernel
sources next time. Cheers.

-Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: need MIPS expert help
  2003-03-09  4:39 need MIPS expert help Sean McNeil
  2003-03-10  1:45 ` Steven J. Hill
@ 2003-03-11 16:49 ` Eric Christopher
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Christopher @ 2003-03-11 16:49 UTC (permalink / raw)
  To: Sean McNeil; +Cc: binutils

On Sat, 2003-03-08 at 20:39, Sean McNeil wrote:
> Hello all,
> 
> I need help in clarification of what an NEC MIPS vr5432 should be
> defined as.  I had thought that it was a MIPS32 compliant part, but

It is a mips4 part following the old published ISAs, not MIPS32(tm) or
MIPS32r2.

-eric

-- 
o/~ Cry havoc... o/~

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-11 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-09  4:39 need MIPS expert help Sean McNeil
2003-03-10  1:45 ` Steven J. Hill
2003-03-11 16:49 ` Eric Christopher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).