Home
last modified time | relevance | path

Searched refs:UNIT_FFP (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_cpu.c1042 #define UNIT_FFP TO_UNIT_OPTION (Option_FFP) macro
1184 UNIT_DMA | UNIT_FP | UNIT_IOP | UNIT_FFP,
1190 UNIT_IOP | UNIT_FFP | UNIT_DS,
1196 UNIT_IOP | UNIT_FFP | UNIT_DBI | UNIT_DS | UNIT_EMA_VMA,
1201 UNIT_FFP | UNIT_DBI | UNIT_DMS,
1403 …{ UNIT_FFP, UNIT_FFP, "FFP", "FFP", &set_option, NULL, NULL …
1404 …{ UNIT_FFP, 0, "no FFP", NULL, NULL, NULL, NULL …
3883 if ((option == UNIT_FP) || (option == UNIT_FFP)) /* then the IOP option */ in set_option()
3886 uptr->flags &= ~(UNIT_FP | UNIT_FFP); /* mutually exclusive */ in set_option()
3888 if (option == UNIT_FFP) /* the FFP option */ in set_option()
[all …]
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_cpu.c1053 #define UNIT_FFP TO_UNIT_OPTION (Option_FFP) macro
1198 UNIT_DMA | UNIT_FP | UNIT_IOP | UNIT_FFP,
1205 UNIT_IOP | UNIT_FFP | UNIT_DS,
1212 UNIT_IOP | UNIT_FFP | UNIT_DBI | UNIT_DS | UNIT_EMA_VMA,
1217 UNIT_FP | UNIT_FFP | UNIT_DBI | UNIT_DMS,
1441 …{ UNIT_FFP, UNIT_FFP, "FFP", "FFP", &set_option, NULL, NULL…
1442 …{ UNIT_FFP, 0, "no FFP", NULL, NULL, NULL, NULL…
4195 if ((option == UNIT_FP) || (option == UNIT_FFP)) /* then the IOP option */ in set_option()
4198 uptr->flags &= ~(UNIT_FP | UNIT_FFP); /* mutually exclusive */ in set_option()
4200 if (option == UNIT_FFP) /* the FFP option */ in set_option()
[all …]
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_cpu.h138 #define UNIT_FFP (1 << UNIT_V_FFP) macro
149 UNIT_DMS | UNIT_FFP | UNIT_DBI | \
H A Dhp2100_cpu.c651 UNIT_DMA | UNIT_FP | UNIT_IOP | UNIT_FFP,
658 UNIT_IOP | UNIT_FFP | UNIT_DS,
662 UNIT_IOP | UNIT_FFP | UNIT_DBI | UNIT_DS | UNIT_EMA_VMA,
665 UNIT_FFP | UNIT_DBI | UNIT_DMS,
769 { UNIT_FFP, UNIT_FFP, "FFP", "FFP", &cpu_set_opt, NULL, NULL },
770 { UNIT_FFP, 0, "no FFP", NULL, NULL, NULL, NULL },
771 { MTAB_XTD | MTAB_VDV, UNIT_FFP, NULL, "NOFFP", &cpu_clr_opt, NULL, NULL },
3841 if ((option == UNIT_FP) || (option == UNIT_FFP)) /* 2100 IOP and FP/FFP options */ in cpu_set_opt()
3844 uptr->flags = uptr->flags & ~(UNIT_FP | UNIT_FFP); in cpu_set_opt()
3846 if (option == UNIT_FFP) /* 2100 FFP option requires FP */ in cpu_set_opt()
[all …]
H A Dhp2100_cpu1.c405 if (((cpu_unit.flags & UNIT_FFP) == 0) && /* FFP absent? */ in cpu_uig_0()
467 if (cpu_unit.flags & UNIT_FFP) /* FFP option installed? */ in cpu_uig_0()