siz 695 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ siz 696 src/simh/sim_defs.h #nm, &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) siz 734 src/simh/sim_defs.h # define REGDATA(nm,loc,rdx,wd,off,dep,desc,flds,fl,qptr,siz) \ siz 735 src/simh/sim_defs.h "nm", &(loc), (rdx), (wd), (off), (dep), (desc), (flds), (fl), (qptr), (siz) siz 770 src/simh/sim_defs.h # define STRDATA(nm,loc,rdx,wd,off,dep,siz,fl) \ siz 771 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),NULL,NULL,((fl) | REG_STRUCT),0,(siz)) siz 775 src/simh/sim_defs.h # define STRDATAD(nm,loc,rdx,wd,off,dep,siz,fl,desc) \ siz 776 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),NULL,((fl) | REG_STRUCT),0,(siz)) siz 780 src/simh/sim_defs.h # define STRDATADF(nm,loc,rdx,wd,off,dep,siz,fl,desc,flds) \ siz 781 src/simh/sim_defs.h REGDATA(nm,(loc),(rdx),(wd),(off),(dep),(desc),(flds),((fl) | REG_STRUCT),0,(siz))