tag               418 src/dps8/doAppendCycleIndirectWordFetch.h   word6 tag = GET_TAG (IWB_IRODD);
tag               419 src/dps8/doAppendCycleIndirectWordFetch.h   if ((GET_TM (tag) == TM_IR || GET_TM (tag) == TM_RI) && (cpu.TPR.CA & 1) == 0) {
tag               374 src/dps8/dps8.h # define IS_NONE(tag) (!(tag))
tag               376 src/dps8/dps8.h # define IS_DD(tag) ((_TM(tag) != 040U) && \
tag               377 src/dps8/dps8.h     ((_TD(tag) == 003U) || (_TD(tag) == 007U)))
tag               379 src/dps8/dps8.h # define IS_CSS(tag) ((_TM(tag) == 040U) && \
tag               380 src/dps8/dps8.h     ((_TD(tag) == 050U) || (_TD(tag) == 052U) || \
tag               381 src/dps8/dps8.h     (_TD(tag) == 045U)))
tag               382 src/dps8/dps8.h # define IS_DDCSS(tag) (IS_DD(tag) || IS_CSS(tag))
tag               384 src/dps8/dps8.h # define IS_DCSS(tag) (((_TM(tag) != 040U) && (_TD(tag) == 007U)) || IS_CSS(tag))
tag               321 src/dps8/dps8_addrmods.c void updateIWB (word18 addr, word6 tag)
tag               334 src/dps8/dps8_addrmods.c     putbits36_6  (wb, 30, tag);
tag                21 src/dps8/dps8_addrmods.h void updateIWB (word18 addr, word6 tag);
tag              1959 src/dps8/dps8_append.c     word6 tag = GET_TAG (IWB_IRODD);
tag              1960 src/dps8/dps8_append.c     if ((GET_TM (tag) == TM_IR || GET_TM (tag) == TM_RI) &&
tag              3920 src/dps8/dps8_cpu.c     p->tag      = GET_TAG (inst);  // instruction tag
tag              3930 src/dps8/dps8_cpu.c         p->tag = 0;
tag               686 src/dps8/dps8_cpu.h     word6  tag;             // instruction tag
tag               451 src/dps8/dps8_hw_consts.h # define _TD(tag)        ((tag) & 017U)
tag               452 src/dps8/dps8_hw_consts.h # define _TM(tag)        ((tag) & 060U)
tag               501 src/dps8/dps8_hw_consts.h # define GET_TB(tag)     ((tag) & 040U)
tag               502 src/dps8/dps8_hw_consts.h # define GET_CF(tag)     ((tag) & 007U)
tag               504 src/dps8/dps8_hw_consts.h # define _TB(tag)        GET_TB((tag))
tag               505 src/dps8/dps8_hw_consts.h # define _CF(tag)        GET_CF((tag))
tag              1030 src/dps8/dps8_ins.c void addToTheMatrix (uint32 opcode, bool opcodeX, bool a, word6 tag)
tag              1036 src/dps8/dps8_ins.c     int _tag     = tag & 077;
tag              1049 src/dps8/dps8_ins.c     for (int tag = 0; tag < 64; tag ++)
tag              1050 src/dps8/dps8_ins.c     if ((count = theMatrix[opcode][opcodeX][a][tag]))
tag              1064 src/dps8/dps8_ins.c         if (extMods[tag].mod)
tag              1067 src/dps8/dps8_ins.c             strcat (result, extMods[tag].mod);
tag              1071 src/dps8/dps8_ins.c                         count, opcode, opcodeX, a, tag);
tag              1215 src/dps8/dps8_ins.c                   GET_TM (cpu.currentInstruction.tag) >> 4,
tag              1216 src/dps8/dps8_ins.c                   GET_TD (cpu.currentInstruction.tag) & 017);
tag              1232 src/dps8/dps8_ins.c                   GET_TM (cpu.currentInstruction.tag) >> 4,
tag              1233 src/dps8/dps8_ins.c                   GET_TD (cpu.currentInstruction.tag) & 017);
tag              1254 src/dps8/dps8_ins.c                   GET_TM (cpu.currentInstruction.tag) >> 4,
tag              1255 src/dps8/dps8_ins.c                   GET_TD (cpu.currentInstruction.tag) & 017);
tag              1273 src/dps8/dps8_ins.c                   GET_TM (cpu.currentInstruction.tag) >> 4,
tag              1274 src/dps8/dps8_ins.c                   GET_TD (cpu.currentInstruction.tag) & 017);
tag              1386 src/dps8/dps8_ins.c   const word6 tag         = ci->tag;      // instruction tag
tag              1395 src/dps8/dps8_ins.c     const word6  tag = ci->tag;          // instruction tag
tag              1397 src/dps8/dps8_ins.c     addToTheMatrix (opcode, opcodeX, b29, tag);
tag              1497 src/dps8/dps8_ins.c       switch (GET_TM (tag)) {
tag              1509 src/dps8/dps8_ins.c       word6 Td = GET_TD (tag);
tag              1555 src/dps8/dps8_ins.c     if (_nocss[tag])
tag              1560 src/dps8/dps8_ins.c     if (_noddcss[tag])
tag              1565 src/dps8/dps8_ins.c     if (_nodlcss[tag])
tag              1570 src/dps8/dps8_ins.c     if (_nodudl[tag])
tag              1574 src/dps8/dps8_ins.c     if (_onlyaqxn[tag])
tag              1678 src/dps8/dps8_ins.c       sim_printf ("[%d] %5ld.%03ld %s\r\n", dbgevt, delta.tv_sec, delta.tv_nsec/1000000, dbgevents[dbgevt].tag);
tag              1792 src/dps8/dps8_ins.c         word6 Td = GET_TD (tag);
tag              3757 src/dps8/dps8_ins.c              ((i->tag & 040) ? 0777000000000u : 0) |
tag              3758 src/dps8/dps8_ins.c              ((i->tag & 020) ? 0000777000000u : 0) |
tag              3759 src/dps8/dps8_ins.c              ((i->tag & 010) ? 0000000777000u : 0) |
tag              3760 src/dps8/dps8_ins.c              ((i->tag & 004) ? 0000000000777u : 0);
tag              3775 src/dps8/dps8_ins.c              ((i->tag & 040) ? 0777000000000u : 0) |
tag              3776 src/dps8/dps8_ins.c              ((i->tag & 020) ? 0000777000000u : 0) |
tag              3777 src/dps8/dps8_ins.c              ((i->tag & 010) ? 0000000777000u : 0) |
tag              3778 src/dps8/dps8_ins.c              ((i->tag & 004) ? 0000000000777u : 0);
tag              3815 src/dps8/dps8_ins.c              ((i->tag & 040) ? 0770000000000u : 0) |
tag              3816 src/dps8/dps8_ins.c              ((i->tag & 020) ? 0007700000000u : 0) |
tag              3817 src/dps8/dps8_ins.c              ((i->tag & 010) ? 0000077000000u : 0) |
tag              3818 src/dps8/dps8_ins.c              ((i->tag & 004) ? 0000000770000u : 0) |
tag              3819 src/dps8/dps8_ins.c              ((i->tag & 002) ? 0000000007700u : 0) |
tag              3820 src/dps8/dps8_ins.c              ((i->tag & 001) ? 0000000000077u : 0);
tag              3835 src/dps8/dps8_ins.c              ((i->tag & 040) ? 0770000000000u : 0) |
tag              3836 src/dps8/dps8_ins.c              ((i->tag & 020) ? 0007700000000u : 0) |
tag              3837 src/dps8/dps8_ins.c              ((i->tag & 010) ? 0000077000000u : 0) |
tag              3838 src/dps8/dps8_ins.c              ((i->tag & 004) ? 0000000770000u : 0) |
tag              3839 src/dps8/dps8_ins.c              ((i->tag & 002) ? 0000000007700u : 0) |
tag              3840 src/dps8/dps8_ins.c              ((i->tag & 001) ? 0000000000077u : 0);
tag              6932 src/dps8/dps8_ins.c             cpu.cu.delta = i->tag;
tag              6950 src/dps8/dps8_ins.c             cpu.cu.delta = i->tag;
tag              6966 src/dps8/dps8_ins.c             cpu.cu.delta = i->tag;
tag              7091 src/dps8/dps8_ins.c           switch (i->tag)
tag              7343 src/dps8/dps8_ins.c             uint tag = (i->tag) & MASK6;
tag              7344 src/dps8/dps8_ins.c             switch (tag)
tag                26 src/dps8/dps8_ins.h void addToTheMatrix (uint32 opcode, bool opcodeX, bool a, word6 tag);
tag              3767 src/dps8/dps8_sys.c         strncpy (dbgevents[n_dbgevents].tag, buf, dbgevent_tagsize - 1);
tag              3768 src/dps8/dps8_sys.c         dbgevents[n_dbgevents].tag[dbgevent_tagsize - 1] = 0;
tag              3771 src/dps8/dps8_sys.c                 dbgevents[n_dbgevents].t0, arg, dbgevents[n_dbgevents].tag);
tag              3795 src/dps8/dps8_sys.c                  dbgevents[i].offset,dbgevents[i].tag);
tag                59 src/dps8/dps8_sys.h     char tag[dbgevent_tagsize];
tag                99 src/dps8/dps8_utils.c     word6  tag      = GET_TAG(instruction);
tag               128 src/dps8/dps8_utils.c             if(n == tag)
tag               150 src/dps8/dps8_utils.c char *get_mod_string(char * msg, word6 tag)
tag               154 src/dps8/dps8_utils.c     if (tag >= 0100) //-V536
tag               156 src/dps8/dps8_utils.c         sprintf(msg, "getModReg(tag out-of-range %o)", tag);
tag               160 src/dps8/dps8_utils.c                 if(n == tag)
tag              1448 src/dps8/dps8_utils.c int cfg_parse (const char * tag, const char * cptr, config_list_t * clist, config_state_t * state, int64_t * result)
tag              1491 src/dps8/dps8_utils.c         sim_printf ("error: %s: can't parse name\n", tag);
tag              1505 src/dps8/dps8_utils.c         sim_printf ("error: %s: don't know name <%s>\n", tag, name);
tag              1520 src/dps8/dps8_utils.c         sim_printf ("error: %s: can't parse value\n", tag);
tag              1546 src/dps8/dps8_utils.c         sim_printf ("error: %s: can't parse value\n", tag);
tag              1552 src/dps8/dps8_utils.c          sim_printf ("error: %s: missing value\n", tag);
tag              1559 src/dps8/dps8_utils.c         sim_printf ("error: %s: can't parse value\n", tag);
tag              1566 src/dps8/dps8_utils.c         sim_printf ("error: %s: value out of range\n", tag);
tag                43 src/dps8/dps8_utils.h int cfg_parse (const char * tag, const char * cptr, config_list_t * clist, config_state_t * state, int64_t * result);
tag                49 src/dps8/dps8_utils.h char *get_mod_string(char * msg, word6 tag);