Home
last modified time | relevance | path

Searched refs:SIM_SW_REG (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_sys.c2344 if ((sw & (SIM_SW_REG | ALL_SWITCHES)) == SIM_SW_REG) /* if we are formatting a register without … in fprint_sym()
2398 …else if (sw & SIM_SW_REG) { /* otherwise if a register value is being form… in fprint_sym()
2534 if ((sw & (SIM_SW_REG | ALL_SWITCHES)) == SIM_SW_REG) /* if we are parsing a register without ove… in parse_sym()
/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_defs.h190 #define SIM_SW_REG (1u << 28) /* register value */ macro
H A Dscp.c3031 (fprint_sym (ofile, rdx, &val, NULL, sim_switches | SIM_SW_REG) > 0)) in ex_reg()
3125 (parse_sym (cptr, rdx, NULL, &val, sim_switches | SIM_SW_REG) > SCPE_OK)) { in dep_reg()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_defs.h217 #define SIM_SW_REG (1u << 28) /* register value */ macro
H A Dscp.c3260 NULL, sim_switches | SIM_SW_REG) > 0)) in ex_reg()
3365 &val, sim_switches | SIM_SW_REG) > SCPE_OK)) { in dep_reg()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_defs.h217 #define SIM_SW_REG (1u << 28) /* register value */ macro
H A Dscp.c3260 NULL, sim_switches | SIM_SW_REG) > 0)) in ex_reg()
3365 &val, sim_switches | SIM_SW_REG) > SCPE_OK)) { in dep_reg()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_defs.h208 #define SIM_SW_REG (1u << 28) /* register value */ macro
H A Dscp.c3178 NULL, sim_switches | SIM_SW_REG) > 0)) in ex_reg()
3273 &val, sim_switches | SIM_SW_REG) > SCPE_OK)) { in dep_reg()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_sys.c1344 if ((sw & (SIM_SW_REG | ALL_SWITCHES)) == SIM_SW_REG) /* if we are formatting a register without … in fprint_sym()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_sys.c1327 if (sw & SIM_SW_REG /* if we are printing a register */ in fprint_sym()
1347 if (sw & SIM_SW_REG) { /* if a register value is being formatted */ in fprint_sym()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_defs.h185 # define SIM_SW_REG (1u << 28) /* register value */ macro
H A Dscp.c6478 NULL, sim_switches | SIM_SW_REG) > 0)) {
6578 &val, sim_switches | SIM_SW_REG) > SCPE_OK)) {
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_sys.c2346 if (sw & SIM_SW_REG /* if we are printing a register */ in fprint_sym()
2378 …else if (sw & SIM_SW_REG) { /* otherwise if a register value is being form… in fprint_sym()