Home
last modified time | relevance | path

Searched defs:rmdat (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A D386_dynarec_ops.c21 static inline void fetch_ea_32_long(uint32_t rmdat) in fetch_ea_32_long()
36 static inline void fetch_ea_16_long(uint32_t rmdat) in fetch_ea_16_long()
51 #define fetch_ea_16(rmdat) cpu_state.pc++; if (cpu_mod != 3) fetch_ea_16_long(rmdat); argument
52 #define fetch_ea_32(rmdat) cpu_state.pc++; if (cpu_mod != 3) fetch_ea_32_long(rmdat); argument
H A D386.c46 #define rmdat rmdat32 macro
61 static inline void fetch_ea_32_long(uint32_t rmdat) in fetch_ea_32_long()
134 static inline void fetch_ea_16_long(uint32_t rmdat) in fetch_ea_16_long()
176 #define fetch_ea_16(rmdat) cpu_state.pc++; cpu_mod=(rmdat >> 6) & 3; cpu_reg=(rmdat >>… argument
177 #define fetch_ea_32(rmdat) cpu_state.pc++; cpu_mod=(rmdat >> 6) & 3; cpu_reg=(rmdat >>… argument
H A D386_dynarec.c69 static inline void fetch_ea_32_long(uint32_t rmdat) in fetch_ea_32_long()
142 static inline void fetch_ea_16_long(uint32_t rmdat) in fetch_ea_16_long()
184 #define fetch_ea_16(rmdat) cpu_state.pc++; cpu_mod=(rmdat >> 6) & 3; cpu_reg=(rmdat >>… argument
185 #define fetch_ea_32(rmdat) cpu_state.pc++; cpu_mod=(rmdat >> 6) & 3; cpu_reg=(rmdat >>… argument
H A D386_common.h222 #define rmdat rmdat32 macro
H A D808x.c346 int rmdat; variable