Subject: SGI MIPSpro N32 assembler macros
To: None <port-mips@NetBSD.org>
From: Masao Uebayashi <uebayasi@gmail.com>
List: port-mips
Date: 11/13/2007 15:03:19
According to "MIPSpro N32 ABI Handbook", they have macros which
support writing portable (== ABI-neutral) assembler code, like REG_L
and SETUP_GP.  src/sys/arch/mips/include/asm.h has some definitions
but it's very incomplete.

The question is, do we want the complete set of macros of SGI MIPSpro?
 If so, where can I find the (complete) reference?

Masao