Home
last modified time | relevance | path

Searched refs:MAKE_EAW_IX (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/t11/
H A Dt11ops.c30 #define MAKE_EAW_IX(r) MAKE_EAB_IX(r) macro
54 #define GET_SW_IX GET_SREG; MAKE_EAW_IX(sreg); source = RWORD(ea)
74 #define GET_DW_IX GET_DREG; MAKE_EAW_IX(dreg); dest = RWORD(ea)
102 #define PUT_DW_IX(v) GET_DREG; MAKE_EAW_IX(dreg); WWORD(ea, (v))
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/t11/
H A Dt11ops.c30 #define MAKE_EAW_IX(r) MAKE_EAB_IX(r) macro
54 #define GET_SW_IX GET_SREG; MAKE_EAW_IX(sreg); source = RWORD(ea)
74 #define GET_DW_IX GET_DREG; MAKE_EAW_IX(dreg); dest = RWORD(ea)
102 #define PUT_DW_IX(v) GET_DREG; MAKE_EAW_IX(dreg); WWORD(ea, (v))
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/t11/
H A Dt11ops.c30 #define MAKE_EAW_IX(r) MAKE_EAB_IX(r) macro
54 #define GET_SW_IX GET_SREG; MAKE_EAW_IX(sreg); source = RWORD(ea)
74 #define GET_DW_IX GET_DREG; MAKE_EAW_IX(dreg); dest = RWORD(ea)
102 #define PUT_DW_IX(v) GET_DREG; MAKE_EAW_IX(dreg); WWORD(ea, (v))
/dports/emulators/mess/mame-mame0226/src/devices/cpu/t11/
H A Dt11ops.hxx30 #define MAKE_EAW_IX(r) MAKE_EAB_IX(r) macro
54 #define GET_SW_IX GET_SREG; MAKE_EAW_IX(sreg); source = RWORD(ea)
74 #define GET_DW_IX GET_DREG; MAKE_EAW_IX(dreg); dest = RWORD(ea)
111 #define PUT_DW_IX(v) GET_DREG; MAKE_EAW_IX(dreg); WWORD(ea, (v))
121 #define PUT_DWT_IX(v) GET_DREG; MAKE_EAW_IX(dreg); RWORD(ea); WWORD(ea, (v))
/dports/emulators/mame/mame-mame0226/src/devices/cpu/t11/
H A Dt11ops.hxx30 #define MAKE_EAW_IX(r) MAKE_EAB_IX(r) macro
54 #define GET_SW_IX GET_SREG; MAKE_EAW_IX(sreg); source = RWORD(ea)
74 #define GET_DW_IX GET_DREG; MAKE_EAW_IX(dreg); dest = RWORD(ea)
111 #define PUT_DW_IX(v) GET_DREG; MAKE_EAW_IX(dreg); WWORD(ea, (v))
121 #define PUT_DWT_IX(v) GET_DREG; MAKE_EAW_IX(dreg); RWORD(ea); WWORD(ea, (v))