* cpu.h: Regenerate.
* cpux.h: Regenerate.
This commit is contained in:
parent
b2ebff7bcf
commit
e0eaa63837
3 changed files with 27 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
1999-01-06 Doug Evans <devans@casey.cygnus.com>
|
||||||
|
|
||||||
|
* cpu.h: Regenerate.
|
||||||
|
start-sanitize-m32rx
|
||||||
|
* cpux.h: Regenerate.
|
||||||
|
end-sanitize-m32rx
|
||||||
|
|
||||||
1999-01-05 Doug Evans <devans@casey.cygnus.com>
|
1999-01-05 Doug Evans <devans@casey.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (MAIN_INCLUDE_DEPS): Delete.
|
* Makefile.in (MAIN_INCLUDE_DEPS): Delete.
|
||||||
|
|
|
@ -46,11 +46,19 @@ typedef struct {
|
||||||
#define SET_H_GR(a1, x) (CPU (h_gr)[a1] = (x))
|
#define SET_H_GR(a1, x) (CPU (h_gr)[a1] = (x))
|
||||||
/* control registers */
|
/* control registers */
|
||||||
USI h_cr[16];
|
USI h_cr[16];
|
||||||
|
/* GET_H_CR macro user-written */
|
||||||
|
/* SET_H_CR macro user-written */
|
||||||
/* accumulator */
|
/* accumulator */
|
||||||
DI h_accum;
|
DI h_accum;
|
||||||
|
/* GET_H_ACCUM macro user-written */
|
||||||
|
/* SET_H_ACCUM macro user-written */
|
||||||
/* start-sanitize-m32rx */
|
/* start-sanitize-m32rx */
|
||||||
/* accumulators */
|
/* accumulators */
|
||||||
DI h_accums[2];
|
DI h_accums[2];
|
||||||
|
/* end-sanitize-m32rx */
|
||||||
|
/* start-sanitize-m32rx */
|
||||||
|
/* GET_H_ACCUMS macro user-written */
|
||||||
|
/* SET_H_ACCUMS macro user-written */
|
||||||
/* end-sanitize-m32rx */
|
/* end-sanitize-m32rx */
|
||||||
/* condition bit */
|
/* condition bit */
|
||||||
BI h_cond;
|
BI h_cond;
|
||||||
|
@ -58,6 +66,8 @@ typedef struct {
|
||||||
#define SET_H_COND(x) (CPU (h_cond) = (x))
|
#define SET_H_COND(x) (CPU (h_cond) = (x))
|
||||||
/* psw part of psw */
|
/* psw part of psw */
|
||||||
UQI h_psw;
|
UQI h_psw;
|
||||||
|
/* GET_H_PSW macro user-written */
|
||||||
|
/* SET_H_PSW macro user-written */
|
||||||
/* backup psw */
|
/* backup psw */
|
||||||
UQI h_bpsw;
|
UQI h_bpsw;
|
||||||
#define GET_H_BPSW() CPU (h_bpsw)
|
#define GET_H_BPSW() CPU (h_bpsw)
|
||||||
|
|
|
@ -46,11 +46,19 @@ typedef struct {
|
||||||
#define SET_H_GR(a1, x) (CPU (h_gr)[a1] = (x))
|
#define SET_H_GR(a1, x) (CPU (h_gr)[a1] = (x))
|
||||||
/* control registers */
|
/* control registers */
|
||||||
USI h_cr[16];
|
USI h_cr[16];
|
||||||
|
/* GET_H_CR macro user-written */
|
||||||
|
/* SET_H_CR macro user-written */
|
||||||
/* accumulator */
|
/* accumulator */
|
||||||
DI h_accum;
|
DI h_accum;
|
||||||
|
/* GET_H_ACCUM macro user-written */
|
||||||
|
/* SET_H_ACCUM macro user-written */
|
||||||
/* start-sanitize-m32rx */
|
/* start-sanitize-m32rx */
|
||||||
/* accumulators */
|
/* accumulators */
|
||||||
DI h_accums[2];
|
DI h_accums[2];
|
||||||
|
/* end-sanitize-m32rx */
|
||||||
|
/* start-sanitize-m32rx */
|
||||||
|
/* GET_H_ACCUMS macro user-written */
|
||||||
|
/* SET_H_ACCUMS macro user-written */
|
||||||
/* end-sanitize-m32rx */
|
/* end-sanitize-m32rx */
|
||||||
/* condition bit */
|
/* condition bit */
|
||||||
BI h_cond;
|
BI h_cond;
|
||||||
|
@ -58,6 +66,8 @@ typedef struct {
|
||||||
#define SET_H_COND(x) (CPU (h_cond) = (x))
|
#define SET_H_COND(x) (CPU (h_cond) = (x))
|
||||||
/* psw part of psw */
|
/* psw part of psw */
|
||||||
UQI h_psw;
|
UQI h_psw;
|
||||||
|
/* GET_H_PSW macro user-written */
|
||||||
|
/* SET_H_PSW macro user-written */
|
||||||
/* backup psw */
|
/* backup psw */
|
||||||
UQI h_bpsw;
|
UQI h_bpsw;
|
||||||
#define GET_H_BPSW() CPU (h_bpsw)
|
#define GET_H_BPSW() CPU (h_bpsw)
|
||||||
|
|
Loading…
Reference in a new issue