Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp704 #define OP_RSBS(a, b) \ macro
780 OP_RSBS(1, 3); in OP_RSB_S_LSL_IMM()
788 OP_RSBS(2, 4); in OP_RSB_S_LSL_REG()
795 OP_RSBS(1, 3); in OP_RSB_S_LSR_IMM()
802 OP_RSBS(2, 4); in OP_RSB_S_LSR_REG()
809 OP_RSBS(1, 3); in OP_RSB_S_ASR_IMM()
816 OP_RSBS(2, 4); in OP_RSB_S_ASR_REG()
823 OP_RSBS(1, 3); in OP_RSB_S_ROR_IMM()
830 OP_RSBS(2, 4); in OP_RSB_S_ROR_REG()
837 OP_RSBS(1, 3); in OP_RSB_S_IMM_VAL()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp162 #define OP_RSBS \
618 #define OP_RSBS CHECK_PC(OP_RSB, SETCOND_SUB) macro
982 #ifndef OP_RSBS
983 #define OP_RSBS OP_RSB C_CHECK_PC(C_SETCOND_SUB) macro
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Darm_instructions.cc739 #define OP_RSBS(a, b) cpu->R[REG_POS(i,12)] = shift_op - v;\ macro
828 OP_RSBS(2, 4); in OP_RSB_S_LSL_IMM()
836 OP_RSBS(3, 5); in OP_RSB_S_LSL_REG()
845 OP_RSBS(2, 4); in OP_RSB_S_LSR_IMM()
853 OP_RSBS(3, 5); in OP_RSB_S_LSR_REG()
862 OP_RSBS(2, 4); in OP_RSB_S_ASR_IMM()
870 OP_RSBS(3, 5); in OP_RSB_S_ASR_REG()
879 OP_RSBS(2, 4); in OP_RSB_S_ROR_IMM()
887 OP_RSBS(3, 5); in OP_RSB_S_ROR_REG()
895 OP_RSBS(2, 4); in OP_RSB_S_IMM_VAL()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h86 #define OP_RSBS \ macro
298 #define OP_RSBS \ macro
557 #define OP_RSBS \ macro
766 #define OP_RSBS \ macro
2939 ARITHMETIC_DATA_OPCODE(OP_RSBS, OP_RSB, 0x070);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp85 #define OP_RSBS \ in RunARM() macro
2847 ARITHMETIC_DATA_OPCODE(OP_RSBS, OP_RSB, 0x070); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp88 #define OP_RSBS \ in RunARM() macro
2850 ARITHMETIC_DATA_OPCODE(OP_RSBS, OP_RSB, 0x070); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2903 #ifndef OP_RSBS
2904 #define OP_RSBS OP_RSB C_CHECK_PC(C_SETCOND_SUB) macro