odd 3701 src/dps8/dps8_cpu.c int core_read2 (cpu_state_t * cpup, word24 addr, word36 *even, word36 *odd, const char * ctx) odd 3778 src/dps8/dps8_cpu.c *odd = v & DMASK; odd 3781 src/dps8/dps8_cpu.c *odd = M[addr] & DMASK; odd 3785 src/dps8/dps8_cpu.c addr, * odd, ctx); odd 3795 src/dps8/dps8_cpu.c int core_write2 (cpu_state_t * cpup, word24 addr, word36 even, word36 odd, const char * ctx) { odd 3842 src/dps8/dps8_cpu.c (long long unsigned int)addr, (long long unsigned int)odd, ctx); odd 3849 src/dps8/dps8_cpu.c STORE_REL_CORE_WORD(addr, odd); odd 3852 src/dps8/dps8_cpu.c M[addr] = odd & DMASK; odd 3858 src/dps8/dps8_cpu.c sim_debug (DBG_CORE, & cpu_dev, "core_write2 %08o %012"PRIo64" (%s)\n", addr, odd, ctx); odd 2077 src/dps8/dps8_cpu.h static inline int core_read2 (word24 addr, word36 *even, word36 *odd, odd 2083 src/dps8/dps8_cpu.h *odd = M[addr] & DMASK; odd 2091 src/dps8/dps8_cpu.h static inline int core_write2 (word24 addr, word36 even, word36 odd, odd 2110 src/dps8/dps8_cpu.h M[addr] = odd; odd 2121 src/dps8/dps8_cpu.h int core_read2 (cpu_state_t * cpup, word24 addr, word36 *even, word36 *odd, const char * ctx); odd 2122 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 964 src/dps8/dps8_utils.c word72 convert_to_word72(word36 even, word36 odd) odd 967 src/dps8/dps8_utils.c return or_128 (lshift_128 (construct_128 (0, even), 36), construct_128 (0, odd)); odd 969 src/dps8/dps8_utils.c return ((word72)even << 36) | (word72)odd; odd 973 src/dps8/dps8_utils.c void convert_to_word36 (word72 src, word36 *even, word36 *odd) odd 977 src/dps8/dps8_utils.c *odd = src.l & DMASK; odd 980 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;