include ctype.h, and some special-purpose regs for 29050
This commit is contained in:
parent
5b4249d76c
commit
d6f72574a2
1 changed files with 15 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
to convert it to new machines' assemblers as desired. There was too
|
to convert it to new machines' assemblers as desired. There was too
|
||||||
much bloody rewriting required before. There still probably is. */
|
much bloody rewriting required before. There still probably is. */
|
||||||
|
|
||||||
|
#include "ctype.h"
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
|
|
||||||
#include "opcode/a29k.h"
|
#include "opcode/a29k.h"
|
||||||
|
@ -237,6 +238,20 @@ define_some_regs ()
|
||||||
insert_sreg ("mmu", SREG + 13);
|
insert_sreg ("mmu", SREG + 13);
|
||||||
insert_sreg ("lru", SREG + 14);
|
insert_sreg ("lru", SREG + 14);
|
||||||
|
|
||||||
|
/* Additional protected special-purpose registers for the 29050 */
|
||||||
|
insert_sreg ("rsn", SREG + 15);
|
||||||
|
insert_sreg ("rma0", SREG + 16);
|
||||||
|
insert_sreg ("rmc0", SREG + 17);
|
||||||
|
insert_sreg ("rma1", SREG + 18);
|
||||||
|
insert_sreg ("rmc1", SREG + 19);
|
||||||
|
insert_sreg ("spc0", SREG + 20);
|
||||||
|
insert_sreg ("spc1", SREG + 21);
|
||||||
|
insert_sreg ("spc2", SREG + 22);
|
||||||
|
insert_sreg ("iba0", SREG + 23);
|
||||||
|
insert_sreg ("ibc0", SREG + 24);
|
||||||
|
insert_sreg ("iba1", SREG + 25);
|
||||||
|
insert_sreg ("ibc1", SREG + 26);
|
||||||
|
|
||||||
/* Unprotected special-purpose register names */
|
/* Unprotected special-purpose register names */
|
||||||
insert_sreg ("ipc", SREG + 128);
|
insert_sreg ("ipc", SREG + 128);
|
||||||
insert_sreg ("ipa", SREG + 129);
|
insert_sreg ("ipa", SREG + 129);
|
||||||
|
|
Loading…
Reference in a new issue