tag 417 src/dps8/doAppendCycleIndirectWordFetch.h word6 tag = GET_TAG (IWB_IRODD); tag 418 src/dps8/doAppendCycleIndirectWordFetch.h if ((GET_TM (tag) == TM_IR || GET_TM (tag) == TM_RI) && (cpu.TPR.CA & 1) == 0) { tag 383 src/dps8/dps8.h # define IS_NONE(tag) (!(tag)) tag 385 src/dps8/dps8.h # define IS_DD(tag) ((_TM(tag) != 040U) && \ tag 386 src/dps8/dps8.h ((_TD(tag) == 003U) || (_TD(tag) == 007U))) tag 388 src/dps8/dps8.h # define IS_CSS(tag) ((_TM(tag) == 040U) && \ tag 389 src/dps8/dps8.h ((_TD(tag) == 050U) || (_TD(tag) == 052U) || \ tag 390 src/dps8/dps8.h (_TD(tag) == 045U))) tag 391 src/dps8/dps8.h # define IS_DDCSS(tag) (IS_DD(tag) || IS_CSS(tag)) tag 393 src/dps8/dps8.h # define IS_DCSS(tag) (((_TM(tag) != 040U) && (_TD(tag) == 007U)) || IS_CSS(tag)) tag 318 src/dps8/dps8_addrmods.c void updateIWB (cpu_state_t * cpup, word18 addr, word6 tag) tag 331 src/dps8/dps8_addrmods.c putbits36_6 (wb, 30, tag); tag 18 src/dps8/dps8_addrmods.h void updateIWB (cpu_state_t * cpup, word18 addr, word6 tag); tag 1954 src/dps8/dps8_append.c word6 tag = GET_TAG (IWB_IRODD); tag 1955 src/dps8/dps8_append.c if ((GET_TM (tag) == TM_IR || GET_TM (tag) == TM_RI) && tag 3883 src/dps8/dps8_cpu.c p->tag = GET_TAG (inst); // instruction tag tag 3893 src/dps8/dps8_cpu.c p->tag = 0; tag 677 src/dps8/dps8_cpu.h word6 tag; // instruction tag tag 448 src/dps8/dps8_hw_consts.h # define _TD(tag) ((tag) & 017U) tag 449 src/dps8/dps8_hw_consts.h # define _TM(tag) ((tag) & 060U) tag 498 src/dps8/dps8_hw_consts.h # define GET_TB(tag) ((tag) & 040U) tag 499 src/dps8/dps8_hw_consts.h # define GET_CF(tag) ((tag) & 007U) tag 501 src/dps8/dps8_hw_consts.h # define _TB(tag) GET_TB((tag)) tag 502 src/dps8/dps8_hw_consts.h # define _CF(tag) GET_CF((tag)) tag 1086 src/dps8/dps8_ins.c void addToTheMatrix (uint32 opcode, bool opcodeX, bool a, word6 tag) tag 1092 src/dps8/dps8_ins.c int _tag = tag & 077; tag 1105 src/dps8/dps8_ins.c for (int tag = 0; tag < 64; tag ++) tag 1106 src/dps8/dps8_ins.c if ((count = theMatrix[opcode][opcodeX][a][tag])) tag 1120 src/dps8/dps8_ins.c if (extMods[tag].mod) tag 1123 src/dps8/dps8_ins.c strcat (result, extMods[tag].mod); tag 1127 src/dps8/dps8_ins.c count, opcode, opcodeX, a, tag); tag 1272 src/dps8/dps8_ins.c GET_TM (cpu.currentInstruction.tag) >> 4, tag 1273 src/dps8/dps8_ins.c GET_TD (cpu.currentInstruction.tag) & 017); tag 1289 src/dps8/dps8_ins.c GET_TM (cpu.currentInstruction.tag) >> 4, tag 1290 src/dps8/dps8_ins.c GET_TD (cpu.currentInstruction.tag) & 017); tag 1311 src/dps8/dps8_ins.c GET_TM (cpu.currentInstruction.tag) >> 4, tag 1312 src/dps8/dps8_ins.c GET_TD (cpu.currentInstruction.tag) & 017); tag 1330 src/dps8/dps8_ins.c GET_TM (cpu.currentInstruction.tag) >> 4, tag 1331 src/dps8/dps8_ins.c GET_TD (cpu.currentInstruction.tag) & 017); tag 1443 src/dps8/dps8_ins.c const word6 tag = ci->tag; // instruction tag tag 1452 src/dps8/dps8_ins.c const word6 tag = ci->tag; // instruction tag tag 1454 src/dps8/dps8_ins.c addToTheMatrix (opcode, opcodeX, b29, tag); tag 1559 src/dps8/dps8_ins.c switch (GET_TM (tag)) { tag 1571 src/dps8/dps8_ins.c word6 Td = GET_TD (tag); tag 1619 src/dps8/dps8_ins.c if (_nocss[tag]) tag 1624 src/dps8/dps8_ins.c if (_noddcss[tag]) tag 1629 src/dps8/dps8_ins.c if (_nodlcss[tag]) tag 1634 src/dps8/dps8_ins.c if (_nodudl[tag]) tag 1638 src/dps8/dps8_ins.c if (_onlyaqxn[tag]) tag 1750 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 1868 src/dps8/dps8_ins.c word6 Td = GET_TD (tag); tag 3903 src/dps8/dps8_ins.c ((i->tag & 040) ? 0777000000000u : 0) | tag 3904 src/dps8/dps8_ins.c ((i->tag & 020) ? 0000777000000u : 0) | tag 3905 src/dps8/dps8_ins.c ((i->tag & 010) ? 0000000777000u : 0) | tag 3906 src/dps8/dps8_ins.c ((i->tag & 004) ? 0000000000777u : 0); tag 3921 src/dps8/dps8_ins.c ((i->tag & 040) ? 0777000000000u : 0) | tag 3922 src/dps8/dps8_ins.c ((i->tag & 020) ? 0000777000000u : 0) | tag 3923 src/dps8/dps8_ins.c ((i->tag & 010) ? 0000000777000u : 0) | tag 3924 src/dps8/dps8_ins.c ((i->tag & 004) ? 0000000000777u : 0); tag 3961 src/dps8/dps8_ins.c ((i->tag & 040) ? 0770000000000u : 0) | tag 3962 src/dps8/dps8_ins.c ((i->tag & 020) ? 0007700000000u : 0) | tag 3963 src/dps8/dps8_ins.c ((i->tag & 010) ? 0000077000000u : 0) | tag 3964 src/dps8/dps8_ins.c ((i->tag & 004) ? 0000000770000u : 0) | tag 3965 src/dps8/dps8_ins.c ((i->tag & 002) ? 0000000007700u : 0) | tag 3966 src/dps8/dps8_ins.c ((i->tag & 001) ? 0000000000077u : 0); tag 3981 src/dps8/dps8_ins.c ((i->tag & 040) ? 0770000000000u : 0) | tag 3982 src/dps8/dps8_ins.c ((i->tag & 020) ? 0007700000000u : 0) | tag 3983 src/dps8/dps8_ins.c ((i->tag & 010) ? 0000077000000u : 0) | tag 3984 src/dps8/dps8_ins.c ((i->tag & 004) ? 0000000770000u : 0) | tag 3985 src/dps8/dps8_ins.c ((i->tag & 002) ? 0000000007700u : 0) | tag 3986 src/dps8/dps8_ins.c ((i->tag & 001) ? 0000000000077u : 0); tag 7267 src/dps8/dps8_ins.c cpu.cu.delta = i->tag; tag 7285 src/dps8/dps8_ins.c cpu.cu.delta = i->tag; tag 7301 src/dps8/dps8_ins.c cpu.cu.delta = i->tag; tag 7426 src/dps8/dps8_ins.c switch (i->tag) tag 7678 src/dps8/dps8_ins.c uint tag = (i->tag) & MASK6; tag 7679 src/dps8/dps8_ins.c switch (tag) tag 23 src/dps8/dps8_ins.h void addToTheMatrix (uint32 opcode, bool opcodeX, bool a, word6 tag); tag 3718 src/dps8/dps8_sys.c strncpy (dbgevents[n_dbgevents].tag, buf, dbgevent_tagsize - 1); tag 3719 src/dps8/dps8_sys.c dbgevents[n_dbgevents].tag[dbgevent_tagsize - 1] = 0; tag 3722 src/dps8/dps8_sys.c dbgevents[n_dbgevents].t0, arg, dbgevents[n_dbgevents].tag); tag 3746 src/dps8/dps8_sys.c dbgevents[i].offset,dbgevents[i].tag); tag 56 src/dps8/dps8_sys.h char tag[dbgevent_tagsize]; tag 96 src/dps8/dps8_utils.c word6 tag = GET_TAG(instruction); tag 125 src/dps8/dps8_utils.c if(n == tag) tag 147 src/dps8/dps8_utils.c char *get_mod_string(char * msg, word6 tag) tag 151 src/dps8/dps8_utils.c if (tag >= 0100) //-V536 tag 153 src/dps8/dps8_utils.c (void)sprintf (msg, "getModReg(tag out-of-range %o)", tag); tag 157 src/dps8/dps8_utils.c if(n == tag) tag 1471 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 1514 src/dps8/dps8_utils.c sim_printf ("error: %s: can't parse name\n", tag); tag 1528 src/dps8/dps8_utils.c sim_printf ("error: %s: don't know name <%s>\n", tag, name); tag 1543 src/dps8/dps8_utils.c sim_printf ("error: %s: can't parse value\n", tag); tag 1569 src/dps8/dps8_utils.c sim_printf ("error: %s: can't parse value\n", tag); tag 1575 src/dps8/dps8_utils.c sim_printf ("error: %s: missing value\n", tag); tag 1582 src/dps8/dps8_utils.c sim_printf ("error: %s: can't parse value\n", tag); tag 1589 src/dps8/dps8_utils.c sim_printf ("error: %s: value out of range\n", tag); tag 40 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 46 src/dps8/dps8_utils.h char *get_mod_string(char * msg, word6 tag);