Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_defs.h168 #define INST_V_OPC 24 /* normal opcode */ macro
185 #define GET_OPC(x) (((uint32) (((x) >> INST_V_OPC) & INST_M_OPC)) | \