Home
last modified time | relevance | path

Searched refs:OP_ORRS (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp1751 #define OP_ORRS(a,b) \ macro
1828 OP_ORRS(1,3); in OP_ORR_S_LSL_IMM()
1834 OP_ORRS(2,4); in OP_ORR_S_LSL_REG()
1840 OP_ORRS(1,3); in OP_ORR_S_LSR_IMM()
1846 OP_ORRS(2,4); in OP_ORR_S_LSR_REG()
1852 OP_ORRS(1,3); in OP_ORR_S_ASR_IMM()
1858 OP_ORRS(2,4); in OP_ORR_S_ASR_REG()
1864 OP_ORRS(1,3); in OP_ORR_S_ROR_IMM()
1870 OP_ORRS(2,4); in OP_ORR_S_ROR_REG()
1876 OP_ORRS(1,3); in OP_ORR_S_IMM_VAL()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp655 #define OP_ORRS CHECK_PC(OP_ORR, SETCOND_LOGICAL) macro
1054 #ifndef OP_ORRS
1055 #define OP_ORRS OP_ORR C_CHECK_PC(C_SETCOND_LOGICAL) macro
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h1036 #define OP_ORRS \ macro
3230 LOGICAL_DATA_OPCODE (OP_ORRS, OP_ORR, 0x190);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp284 #define OP_ORRS \ in RunARM() macro
3182 LOGICAL_DATA_OPCODE (OP_ORRS, OP_ORR, 0x190); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp287 #define OP_ORRS \ in RunARM() macro
3185 LOGICAL_DATA_OPCODE (OP_ORRS, OP_ORR, 0x190); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2975 #ifndef OP_ORRS
2976 #define OP_ORRS OP_ORR C_CHECK_PC(C_SETCOND_LOGICAL) macro