Home
last modified time | relevance | path

Searched refs:ea_mode2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Ddsp_disasm.c2272 Uint32 ea_mode1, ea_mode2, numreg1, numreg2; in dsp_pm_8() local
2299 ea_mode2 = (cur_inst>>13) & BITMASK(2); in dsp_pm_8()
2300 ea_mode2 |= ((cur_inst>>20) & BITMASK(2))<<3; in dsp_pm_8()
2302 ea_mode2 |= 1<<2; in dsp_pm_8()
2304 if ((ea_mode2>>3) == 0) { in dsp_pm_8()
2305 ea_mode2 |= (1<<5); in dsp_pm_8()
2309 dsp_calc_ea(ea_mode2, addr2_name); in dsp_pm_8()
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Ddsp_disasm.c2272 Uint32 ea_mode1, ea_mode2, numreg1, numreg2; in dsp_pm_8() local
2299 ea_mode2 = (cur_inst>>13) & BITMASK(2); in dsp_pm_8()
2300 ea_mode2 |= ((cur_inst>>20) & BITMASK(2))<<3; in dsp_pm_8()
2302 ea_mode2 |= 1<<2; in dsp_pm_8()
2304 if ((ea_mode2>>3) == 0) { in dsp_pm_8()
2305 ea_mode2 |= (1<<5); in dsp_pm_8()
2309 dsp_calc_ea(ea_mode2, addr2_name); in dsp_pm_8()
/dports/emulators/aranym/aranym-1.1.0/src/
H A Ddsp_disasm.c2317 Uint32 ea_mode1, ea_mode2, numreg1, numreg2; in dsp_pm_8() local
2344 ea_mode2 = (cur_inst>>13) & BITMASK(2); in dsp_pm_8()
2345 ea_mode2 |= ((cur_inst>>20) & BITMASK(2))<<3; in dsp_pm_8()
2347 ea_mode2 |= 1<<2; in dsp_pm_8()
2349 if ((ea_mode2>>3) == 0) { in dsp_pm_8()
2350 ea_mode2 |= (1<<5); in dsp_pm_8()
2354 dsp_calc_ea(ea_mode2, addr2_name); in dsp_pm_8()