Home
last modified time | relevance | path

Searched refs:MOVE_RN (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A D34010ops.c1105 #define MOVE_RN(F,R) \ macro
1110 static void move0_rn_a (void) { MOVE_RN(0,A); } in move0_rn_a()
1111 static void move0_rn_b (void) { MOVE_RN(0,B); } in move0_rn_b()
1112 static void move1_rn_a (void) { MOVE_RN(1,A); } in move1_rn_a()
1113 static void move1_rn_b (void) { MOVE_RN(1,B); } in move1_rn_b()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.c1219 #define MOVE_RN(F,R) \ macro
1224 static void move0_rn_a (void) { MOVE_RN(0,A); } in move0_rn_a()
1225 static void move0_rn_b (void) { MOVE_RN(0,B); } in move0_rn_b()
1226 static void move1_rn_a (void) { MOVE_RN(1,A); } in move1_rn_a()
1227 static void move1_rn_b (void) { MOVE_RN(1,B); } in move1_rn_b()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010ops.c1149 #define MOVE_RN(F,R) \ macro
1154 static void move0_rn_a (void) { MOVE_RN(0,A); } in move0_rn_a()
1155 static void move0_rn_b (void) { MOVE_RN(0,B); } in move0_rn_b()
1156 static void move1_rn_a (void) { MOVE_RN(1,A); } in move1_rn_a()
1157 static void move1_rn_b (void) { MOVE_RN(1,B); } in move1_rn_b()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010ops.c1149 #define MOVE_RN(F,R) \ macro
1154 static void move0_rn_a (void) { MOVE_RN(0,A); } in move0_rn_a()
1155 static void move0_rn_b (void) { MOVE_RN(0,B); } in move0_rn_b()
1156 static void move1_rn_a (void) { MOVE_RN(1,A); } in move1_rn_a()
1157 static void move1_rn_b (void) { MOVE_RN(1,B); } in move1_rn_b()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A D34010ops.c1208 #define MOVE_RN(F,R) \ macro
1213 void tms340x0_device::move0_rn_a (UINT16 op) { MOVE_RN(0,A); } in move0_rn_a()
1214 void tms340x0_device::move0_rn_b (UINT16 op) { MOVE_RN(0,B); } in move0_rn_b()
1215 void tms340x0_device::move1_rn_a (UINT16 op) { MOVE_RN(1,A); } in move1_rn_a()
1216 void tms340x0_device::move1_rn_b (UINT16 op) { MOVE_RN(1,B); } in move1_rn_b()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx1203 #define MOVE_RN(F,R) \ macro
1208 void tms340x0_device::move0_rn_a (uint16_t op) { MOVE_RN(0,A); } in move0_rn_a()
1209 void tms340x0_device::move0_rn_b (uint16_t op) { MOVE_RN(0,B); } in move0_rn_b()
1210 void tms340x0_device::move1_rn_a (uint16_t op) { MOVE_RN(1,A); } in move1_rn_a()
1211 void tms340x0_device::move1_rn_b (uint16_t op) { MOVE_RN(1,B); } in move1_rn_b()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx1203 #define MOVE_RN(F,R) \ macro
1208 void tms340x0_device::move0_rn_a (uint16_t op) { MOVE_RN(0,A); } in move0_rn_a()
1209 void tms340x0_device::move0_rn_b (uint16_t op) { MOVE_RN(0,B); } in move0_rn_b()
1210 void tms340x0_device::move1_rn_a (uint16_t op) { MOVE_RN(1,A); } in move1_rn_a()
1211 void tms340x0_device::move1_rn_b (uint16_t op) { MOVE_RN(1,B); } in move1_rn_b()