Home
last modified time | relevance | path

Searched refs:UNIT_OPTS (Results 1 – 5 of 5) sorted by last modified time

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu.h92 #define UNIT_OPTS (UNIT_EIS | UNIT_CIS) /* set of optional features */ macro
H A Dhp3000_cpu.c3764 uptr->flags = uptr->flags & ~UNIT_OPTS /* then set the typical features */ in set_model()
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_cpu.c3733 cpu_unit.flags = cpu_unit.flags & ~UNIT_OPTS | /* set typical features */ in cpu_set_model()
3734 cpu_features[new_index].typ & UNIT_OPTS; /* mask pseudo-opts */ in cpu_set_model()
H A Dhp2100_cpu.h148 #define UNIT_OPTS (UNIT_EAU | UNIT_FP | UNIT_IOP | \ macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu.c747 #define UNIT_OPTS (UNIT_EIS) /* the standard equipment feature set */ macro
3764 uptr->flags = uptr->flags & ~UNIT_OPTS /* then set the typical features */ in set_model()