Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp416 #define OP_EORS(a, b) \ macro
491 OP_EORS(1, 3); in OP_EOR_S_LSL_IMM()
497 OP_EORS(2, 4); in OP_EOR_S_LSL_REG()
503 OP_EORS(1, 3); in OP_EOR_S_LSR_IMM()
509 OP_EORS(2, 4); in OP_EOR_S_LSR_REG()
515 OP_EORS(1, 3); in OP_EOR_S_ASR_IMM()
521 OP_EORS(2, 4); in OP_EOR_S_ASR_REG()
527 OP_EORS(1, 3); in OP_EOR_S_ROR_IMM()
533 OP_EORS(2, 4); in OP_EOR_S_ROR_REG()
539 OP_EORS(1, 3); in OP_EOR_S_IMM_VAL()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Darm_instructions.cc415 #define OP_EORS(a, b) cpu->R[REG_POS(i,12)] = cpu->R[REG_POS(i,16)] ^ shift_op;\ macro
501 OP_EORS(2, 4); in OP_EOR_S_LSL_IMM()
508 OP_EORS(3, 5); in OP_EOR_S_LSL_REG()
515 OP_EORS(2, 4); in OP_EOR_S_LSR_IMM()
522 OP_EORS(3, 5); in OP_EOR_S_LSR_REG()
529 OP_EORS(2, 4); in OP_EOR_S_ASR_IMM()
536 OP_EORS(3, 5); in OP_EOR_S_ASR_REG()
543 OP_EORS(2, 4); in OP_EOR_S_ROR_IMM()
550 OP_EORS(3, 5); in OP_EOR_S_ROR_REG()
557 OP_EORS(2, 4); in OP_EOR_S_IMM_VAL()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp610 #define OP_EORS CHECK_PC(OP_EOR, SETCOND_LOGICAL) macro
962 #ifndef OP_EORS
963 #define OP_EORS OP_EOR C_CHECK_PC(C_SETCOND_LOGICAL) macro
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h44 #define OP_EORS \ macro
2895 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EORS, OP_EOR, 0x030);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp43 #define OP_EORS \ in RunARM() macro
2797 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EORS, OP_EOR, 0x030); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp46 #define OP_EORS \ in RunARM() macro
2800 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EORS, OP_EOR, 0x030); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2883 #ifndef OP_EORS
2884 #define OP_EORS OP_EOR C_CHECK_PC(C_SETCOND_LOGICAL) macro