Home
last modified time | relevance | path

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

/dports/games/dMagnetic/dMagnetic_0.32/src/engine/vm68k/
H A Dvm68k_loadstore.h40 #define VM68K_LEGAL_AM_POSTINC (1<< 4) macro
53 …L_DATAADDRESSING ( VM68K_LEGAL_AM_DATAREG| VM68K_LEGAL_AM_INDIR| VM68K_LEGAL_AM_POSTINC| VM68K_LEG…
54 …_LEGAL_AM_DATAREG| VM68K_LEGAL_AM_ADDRREG| VM68K_LEGAL_AM_INDIR| VM68K_LEGAL_AM_POSTINC| VM68K_LEG…
55 …LEGAL_DATAALTERATE ( VM68K_LEGAL_AM_DATAREG|VM68K_LEGAL_AM_INDIR|VM68K_LEGAL_AM_POSTINC| VM68K_LEG…
56 #define VM68K_LEGAL_MEMORYALTERATE ( VM68K_LEGAL_AM_INDIR|VM68K_LEGAL_AM_POSTINC| VM68K_LEGAL_AM_PR…
57 …68K_LEGAL_AM_DATAREG|VM68K_LEGAL_AM_ADDRREG|VM68K_LEGAL_AM_INDIR|VM68K_LEGAL_AM_POSTINC|VM68K_LEGA…
H A Dvm68k.c555 …_ea(pVM68k,&next,datatype2,addrmode,reg2,VM68K_LEGAL_CONTROLADDRESSING|VM68K_LEGAL_AM_POSTINC,&ea); in vm68k_singlestep()
802 retval=vm68k_resolve_ea(pVM68k,&next,datatype,VM68K_AM_POSTINC,reg2,VM68K_LEGAL_AM_POSTINC,&ea); in vm68k_singlestep()
804 …tval=vm68k_resolve_ea(pVM68k,&next,datatype,VM68K_AM_POSTINC,reg1,VM68K_LEGAL_AM_POSTINC,&ea_dest); in vm68k_singlestep()
H A Dvm68k_loadstore.c127 case VM68K_AM_POSTINC: if (legal&VM68K_LEGAL_AM_POSTINC) in vm68k_resolve_ea()