Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/include/components/
H A DM88K_CPUComponent.h390 void m88k_ext(struct DyntransIC *ic, int w, int o);
/dports/emulators/gxemul/gxemul-0.6.3/src/components/cpu/
H A DM88K_CPUComponent.cc1058 void M88K_CPUComponent::m88k_ext(struct DyntransIC *ic, int w, int o) in m88k_ext() function in M88K_CPUComponent
1082 cpu->m88k_ext(ic, ic->arg[2].u32 >> 5, ic->arg[2].u32 & 0x1f); in DYNTRANS_INSTR()
1087 cpu->m88k_ext(ic, (REG32(ic->arg[2]) >> 5) & 0x1f, REG32(ic->arg[2]) & 0x1f); in DYNTRANS_INSTR()
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_m88k_instr.cc461 static void m88k_ext(struct cpu *cpu, struct m88k_instr_call *ic, int w, int o) in m88k_ext() function
491 m88k_ext(cpu, ic, ic->arg[2] >> 5, ic->arg[2] & 0x1f); in X()
495 m88k_ext(cpu, ic, (reg(ic->arg[2]) >> 5) & 0x1f, in X()