Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp1321 #define OP_RSCS(a, b) \ macro
1409 OP_RSCS(1,3); in OP_RSC_S_LSL_IMM()
1416 OP_RSCS(2,4); in OP_RSC_S_LSL_REG()
1423 OP_RSCS(1,3); in OP_RSC_S_LSR_IMM()
1430 OP_RSCS(2,4); in OP_RSC_S_LSR_REG()
1437 OP_RSCS(1,3); in OP_RSC_S_ASR_IMM()
1444 OP_RSCS(2,4); in OP_RSC_S_ASR_REG()
1451 OP_RSCS(1,3); in OP_RSC_S_ROR_IMM()
1458 OP_RSCS(2,4); in OP_RSC_S_ROR_REG()
1465 OP_RSCS(1,3); in OP_RSC_S_IMM_VAL()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp238 #define OP_RSCS \
639 #define OP_RSCS CHECK_PC(OP_RSC, SETCOND_SUB) macro
1022 #ifndef OP_RSCS
1023 #define OP_RSCS OP_RSC C_CHECK_PC(C_SETCOND_SUB) macro
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Darm_instructions.cc1490 #define OP_RSCS(a,b) \ macro
1516 OP_RSCS(2,4); in OP_RSC_S_LSL_IMM()
1524 OP_RSCS(3,5); in OP_RSC_S_LSL_REG()
1533 OP_RSCS(2,4); in OP_RSC_S_LSR_IMM()
1541 OP_RSCS(3,5); in OP_RSC_S_LSR_REG()
1550 OP_RSCS(2,4); in OP_RSC_S_ASR_IMM()
1558 OP_RSCS(3,5); in OP_RSC_S_ASR_REG()
1567 OP_RSCS(2,4); in OP_RSC_S_ROR_IMM()
1575 OP_RSCS(3,5); in OP_RSC_S_ROR_REG()
1583 OP_RSCS(2,4); in OP_RSC_S_IMM_VAL()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h146 #define OP_RSCS \ macro
391 #define OP_RSCS \ macro
620 #define OP_RSCS \ macro
865 #define OP_RSCS \ macro
3085 ARITHMETIC_DATA_OPCODE(OP_RSCS, OP_RSC, 0x0f0);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp145 #define OP_RSCS \ in RunARM() macro
3017 ARITHMETIC_DATA_OPCODE(OP_RSCS, OP_RSC, 0x0f0); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp148 #define OP_RSCS \ in RunARM() macro
3020 ARITHMETIC_DATA_OPCODE(OP_RSCS, OP_RSC, 0x0f0); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2943 #ifndef OP_RSCS
2944 #define OP_RSCS OP_RSC C_CHECK_PC(C_SETCOND_SUB) macro