Searched refs:vm68k_fetchoperand (Results 1 – 3 of 3) sorted by relevance
/dports/games/dMagnetic/dMagnetic_0.32/src/engine/vm68k/ |
H A D | vm68k.c | 186 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,0,VM68K_WORD,ea,&operand1); in vm68k_singlestep() 195 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,0,VM68K_WORD,ea,&operand1); in vm68k_singlestep() 213 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,1,datatype,ea,&operand1); in vm68k_singlestep() 246 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,1,datatype2,ea,&operand2); in vm68k_singlestep() 272 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,1,datatype,ea,&operand2); in vm68k_singlestep() 288 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,1,datatype,ea,&operand2); in vm68k_singlestep() 348 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,0,datatype,ea,&operand2); in vm68k_singlestep() 365 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,0,datatype,ea,&operand2); in vm68k_singlestep() 425 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,1,datatype,ea,&operand2); in vm68k_singlestep() 664 if (retval==VM68K_OK) retval=vm68k_fetchoperand(pVM68k,0,datatype,ea,&operand2); in vm68k_singlestep() [all …]
|
H A D | vm68k_loadstore.h | 80 int vm68k_fetchoperand(tVM68k* pVM68k,tVM68k_bool extendsign,tVM68k_types size,tVM68k_slong ea,tVM6…
|
H A D | vm68k_loadstore.c | 186 int vm68k_fetchoperand(tVM68k* pVM68k,tVM68k_bool extendsign,tVM68k_types size,tVM68k_slong ea,tVM6… in vm68k_fetchoperand() function
|