Home
last modified time | relevance | path

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

/dports/emulators/aranym/aranym-1.1.0/src/include/
H A Ddsp_cpu.h93 #define DSP_REG_OMR 0x3a macro
/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Ddsp_cpu.h98 #define DSP_REG_OMR 0x3a macro
H A Ddsp.c337 if (dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) { in DSP_ReadMemory()
475 …f(stderr,"SR: %04x OMR: %02x\n", dsp_core.registers[DSP_REG_SR], dsp_core.registers[DSP_REG_OMR]); in DSP_DisasmRegisters()
537 { "OMR", &dsp_core.registers[DSP_REG_OMR], 32, 0x5f }, in DSP_GetRegisterAddress()
H A Ddsp_core.c152 dsp_core.registers[DSP_REG_OMR]=0x02; in dsp_core_reset()
H A Ddsp_cpu.c1170 if ((dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) && in read_memory_disasm()
1225 if (dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) { in read_memory()
1336 if (dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) { in write_memory_raw()
1414 case DSP_REG_OMR: in dsp_write_reg()
1415 dsp_core.registers[DSP_REG_OMR] = value & 0xc7; in dsp_write_reg()
1848 dsp_core.registers[DSP_REG_OMR] &= value; in dsp_andi()
3224 dsp_core.registers[DSP_REG_OMR] |= value; in dsp_ori()
H A Ddsp_disasm.c464 case DSP_REG_OMR: in dsp56k_disasm_reg_compare()
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Ddsp_cpu.h98 #define DSP_REG_OMR 0x3a macro
H A Ddsp.c408 if (dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) { in DSP_ReadMemory()
546 …intf(fp, "SR: %04x OMR: %02x\n", dsp_core.registers[DSP_REG_SR], dsp_core.registers[DSP_REG_OMR]); in DSP_DisasmRegisters()
608 { "OMR", &dsp_core.registers[DSP_REG_OMR], 32, 0x5f }, in DSP_GetRegisterAddress()
H A Ddsp_core.c610 dsp_core.registers[DSP_REG_OMR]=0x02; in dsp_core_reset()
H A Ddsp_cpu.c1186 if ((dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) && in read_memory_disasm()
1241 if (dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) { in read_memory()
1352 if (dsp_core.registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) { in write_memory_raw()
1456 case DSP_REG_OMR: in dsp_write_reg()
1457 dsp_core.registers[DSP_REG_OMR] = value & 0xc7; in dsp_write_reg()
1912 dsp_core.registers[DSP_REG_OMR] &= value; in dsp_andi()
3276 dsp_core.registers[DSP_REG_OMR] |= value; in dsp_ori()
H A Ddsp_disasm.c464 case DSP_REG_OMR: in dsp56k_disasm_reg_compare()
/dports/emulators/aranym/aranym-1.1.0/src/
H A Ddsp_core.c726 dsp_core->registers[DSP_REG_OMR]=0x02; in dsp_core_reset()
H A Ddsp_cpu.c1127 if ((dsp_core->registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) && in read_memory_disasm()
1170 if ((dsp_core->registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) && in read_memory()
1212 if ((dsp_core->registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) && in write_memory_raw()
1249 if ((dsp_core->registers[DSP_REG_OMR] & (1<<DSP_OMR_DE)) && in write_memory_raw()
1678 dsp_core->registers[DSP_REG_OMR] &= value; in dsp_andi()
2745 dsp_core->registers[DSP_REG_OMR] |= value; in dsp_ori()
H A Ddsp_disasm.c152 case DSP_REG_OMR: in dsp56k_disasm_reg_compare()
933 registers_changed[DSP_REG_OMR]=1; in dsp_andi()
1885 registers_changed[DSP_REG_OMR]=1; in dsp_ori()