siz 697 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ siz 698 src/simh/sim_defs.h #nm, &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) siz 736 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ siz 737 src/simh/sim_defs.h "nm", &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) siz 772 src/simh/sim_defs.h # define STRDATA(nm,loc,rdx,wd,off,dep,siz,fl) \ siz 773 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_STRUCT),0,(siz)) siz 777 src/simh/sim_defs.h # define STRDATAD(nm,loc,rdx,wd,off,dep,siz,fl,desc) \ siz 778 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_STRUCT),0,(siz)) siz 782 src/simh/sim_defs.h # define STRDATADF(nm,loc,rdx,wd,off,dep,siz,fl,desc,flds) \ siz 783 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_STRUCT),0,(siz))