History log of /src/sys/arch/mips/include/regdef.h |
Revision | | Date | Author | Comments |
1.14 |
| 26-Jul-2020 |
simonb | #define<tab> Nuke trailing whitespace.
|
1.13 |
| 07-Jun-2015 |
matt | assembly no longer include <machine/cpu.h>. Instead MIPS_CURLWP is gotten from regdef.h and everything else from assym.h. <mips/mips_param.h> no longer include <machine/cpu.h>
|
1.12 |
| 11-Dec-2005 |
christos | branches: 1.12.122; 1.12.142; merge ktrace-lwp.
|
1.11 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.10 |
| 04-Nov-2002 |
thorpej | branches: 1.10.6; Add SGI-compatible ta0-ta3 register names. These allow one to write asm code which can be built easily in old-ABI and new-ABI environemnts.
In old-ABI, they map to t4-t7, and in new-ABI, they map to a4-a7. This means that t0-t3,ta0-ta3,t8,t9 are available in both ABIs.
Because ta0-ta3 overlap with arg regs (albeit arg slots which are usually unused), they should be used only if t0-t3,t8,t9 isn't enough.
|
1.9 |
| 02-Nov-2002 |
thorpej | Define N32/N64 register usage.
|
1.8 |
| 05-Mar-2002 |
simonb | Include <machine/cdefs.h> to select 32/64bit APIs.
|
1.7 |
| 30-Mar-1999 |
soda | branches: 1.7.22; 1.7.26; - protect from multiple inclusion - incorporate changes to comments from asm.h
|
1.6 |
| 24-Mar-1999 |
drochner | regdef.h is back
|
1.5 |
| 13-Mar-1999 |
drochner | g/c regdef.h (went into asm.h)
|
1.4 |
| 26-Oct-1994 |
cgd | branches: 1.4.20; new RCS ID format.
|
1.3 |
| 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
1.2 |
| 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
1.1 |
| 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
1.4.20.1 |
| 15-Oct-1998 |
nisimura | - cpuregs.h was modifed a bit, then renamed with cpuarch.h. - mips_cpu.h has gone. - CPU's register mnemonics in regdef.h is now a part of asm.h.
|
1.7.26.2 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.7.26.1 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.7.22.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.10.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.10.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.10.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.12.142.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.12.122.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|