Home
last modified time | relevance | path

Searched refs:I_M_OP (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/LGP/
H A Dlgp_defs.h67 #define I_M_OP 0xF /* opcode */ macro
69 #define I_OP (I_M_OP << I_V_OP)
70 #define I_GETOP(x) (((x) >> I_V_OP) & I_M_OP)
/dports/emulators/simh/simh-3.9.0_5/GRI/
H A Dgri_defs.h85 #define I_M_OP 017 /* operator */ macro
87 #define I_GETOP(x) (((x) >> I_V_OP) & I_M_OP)
/dports/emulators/simh/simh-3.9.0_5/H316/
H A Dh316_defs.h87 #define I_M_OP 077 /* opcode */ macro
89 #define I_GETOP(x) (((x) >> I_V_OP) & I_M_OP)
/dports/emulators/simh/simh-3.9.0_5/SDS/
H A Dsds_defs.h119 #define I_M_OP 077 macro
120 #define I_GETOP(x) (((x) >> I_V_OP) & I_M_OP)
H A Dsds_sys.c397 inst = inst & ~(I_M_OP << I_V_OP); /* clear opcode */ in fprint_reg()
/dports/emulators/simh/simh-3.9.0_5/PDP18B/
H A Dpdp18b_defs.h173 #define I_M_OP 017 macro