odd 3907 src/dps8/dps8_cpu.c int core_read2 (cpu_state_t * cpup, word24 addr, word36 *even, word36 *odd, const char * ctx) odd 3984 src/dps8/dps8_cpu.c *odd = v & DMASK; odd 3987 src/dps8/dps8_cpu.c *odd = M[addr] & DMASK; odd 3991 src/dps8/dps8_cpu.c addr, * odd, ctx); odd 3999 src/dps8/dps8_cpu.c int core_write2 (cpu_state_t * cpup, word24 addr, word36 even, word36 odd, const char * ctx) { odd 4046 src/dps8/dps8_cpu.c (long long unsigned int)addr, (long long unsigned int)odd, ctx); odd 4053 src/dps8/dps8_cpu.c STORE_REL_CORE_WORD(addr, odd); odd 4056 src/dps8/dps8_cpu.c M[addr] = odd & DMASK; odd 4060 src/dps8/dps8_cpu.c sim_debug (DBG_CORE, & cpu_dev, "core_write2 %08o %012"PRIo64" (%s)\n", addr, odd, ctx); odd 2092 src/dps8/dps8_cpu.h static inline int core_read2 (word24 addr, word36 *even, word36 *odd, odd 2098 src/dps8/dps8_cpu.h *odd = M[addr] & DMASK; odd 2104 src/dps8/dps8_cpu.h static inline int core_write2 (word24 addr, word36 even, word36 odd, odd 2123 src/dps8/dps8_cpu.h M[addr] = odd; odd 2132 src/dps8/dps8_cpu.h int core_read2 (cpu_state_t * cpup, word24 addr, word36 *even, word36 *odd, const char * ctx); odd 2133 src/dps8/dps8_cpu.h int core_write2 (cpu_state_t * cpup, word24 addr, word36 even, word36 odd, const char * ctx); odd 825 src/dps8/dps8_iom.c void iom_core_read2 (UNUSED uint iom_unit_idx, word24 addr, word36 *even, word36 *odd, UNUSED const char * ctx) odd 836 src/dps8/dps8_iom.c * odd = v & DMASK; odd 840 src/dps8/dps8_iom.c * odd = M[addr] & DMASK; odd 856 src/dps8/dps8_iom.c void iom_core_write2 (UNUSED uint iom_unit_idx, word24 addr, word36 even, word36 odd, UNUSED const char * ctx) odd 866 src/dps8/dps8_iom.c STORE_REL_CORE_WORD(addr, odd); odd 870 src/dps8/dps8_iom.c M[addr] = odd; odd 416 src/dps8/dps8_iom.h void iom_core_read2 (uint iom_unit_idx, word24 addr, word36 *even, word36 *odd, UNUSED const char * ctx); odd 418 src/dps8/dps8_iom.h void iom_core_write2 (uint iom_unit_idx, word24 addr, word36 even, word36 odd, UNUSED const char * ctx); odd 965 src/dps8/dps8_utils.c word72 convert_to_word72(word36 even, word36 odd) odd 968 src/dps8/dps8_utils.c return or_128 (lshift_128 (construct_128 (0, even), 36), construct_128 (0, odd)); odd 970 src/dps8/dps8_utils.c return ((word72)even << 36) | (word72)odd; odd 974 src/dps8/dps8_utils.c void convert_to_word36 (word72 src, word36 *even, word36 *odd) odd 978 src/dps8/dps8_utils.c *odd = src.l & DMASK; odd 981 src/dps8/dps8_utils.c *odd = (word36)src & DMASK; odd 47 src/dps8/dps8_utils.h word72 convert_to_word72 (word36 even, word36 odd); odd 48 src/dps8/dps8_utils.h void convert_to_word36 (word72 src, word36 *even, word36 *odd); odd 307 src/dps8/segldr.c word36 odd = extr36 (bytes, 1); odd 310 src/dps8/segldr.c M[addr ++] = odd;