Home
last modified time | relevance | path

Searched refs:OP_EOR (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816op.h513 #undef OP_EOR
1578 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
1580 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
1582 OP(45, OP_EOR ( D ) ) /* EOR d */
1584 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
1586 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
1590 OP(4d, OP_EOR ( A ) ) /* EOR a */
1592 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
1594 OP(51, OP_EOR ( DIY ) ) /* EOR diy */
1595 OP(52, OP_EOR ( DI ) ) /* EOR di (C) */
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816op.h513 #undef OP_EOR
1578 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
1580 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
1582 OP(45, OP_EOR ( D ) ) /* EOR d */
1584 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
1586 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
1590 OP(4d, OP_EOR ( A ) ) /* EOR a */
1592 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
1594 OP(51, OP_EOR ( DIY ) ) /* EOR diy */
1595 OP(52, OP_EOR ( DI ) ) /* EOR di (C) */
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/g65816/
H A Dg65816op.h900 #undef OP_EOR
902 #define OP_EOR(MODE) \ macro
906 #define OP_EOR(MODE) \ macro
1867 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
1869 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
1871 OP(45, OP_EOR ( D ) ) /* EOR d */
1873 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
1875 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
1879 OP(4d, OP_EOR ( A ) ) /* EOR a */
1881 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/g65816/
H A Dg65816op.h900 #undef OP_EOR
902 #define OP_EOR(MODE) \ macro
906 #define OP_EOR(MODE) \ macro
1867 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
1869 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
1871 OP(45, OP_EOR ( D ) ) /* EOR d */
1873 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
1875 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
1879 OP(4d, OP_EOR ( A ) ) /* EOR a */
1881 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700.cpp847 #define OP_EOR(BCLK, MODE) \ macro
1472 case 0x44: OP_EOR ( 3, DP ); break; /* EOR dp */ in execute_run()
1473 case 0x45: OP_EOR ( 4, ABS ); break; /* EOR abs */ in execute_run()
1474 case 0x46: OP_EOR ( 3, XI ); break; /* EOR xi */ in execute_run()
1475 case 0x47: OP_EOR ( 6, DXI ); break; /* EOR dxi */ in execute_run()
1477 case 0x48: OP_EOR ( 2, IMM ); break; /* EOR imm */ in execute_run()
1492 case 0x54: OP_EOR ( 4, DPX ); break; /* EOR dpx */ in execute_run()
1493 case 0x55: OP_EOR ( 5, ABX ); break; /* EOR abx */ in execute_run()
1494 case 0x56: OP_EOR ( 5, ABY ); break; /* EOR aby */ in execute_run()
1495 case 0x57: OP_EOR ( 6, DIY ); break; /* EOR diy */ in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700.cpp847 #define OP_EOR(BCLK, MODE) \ macro
1472 case 0x44: OP_EOR ( 3, DP ); break; /* EOR dp */ in execute_run()
1473 case 0x45: OP_EOR ( 4, ABS ); break; /* EOR abs */ in execute_run()
1474 case 0x46: OP_EOR ( 3, XI ); break; /* EOR xi */ in execute_run()
1475 case 0x47: OP_EOR ( 6, DXI ); break; /* EOR dxi */ in execute_run()
1477 case 0x48: OP_EOR ( 2, IMM ); break; /* EOR imm */ in execute_run()
1492 case 0x54: OP_EOR ( 4, DPX ); break; /* EOR dpx */ in execute_run()
1493 case 0x55: OP_EOR ( 5, ABX ); break; /* EOR abx */ in execute_run()
1494 case 0x56: OP_EOR ( 5, ABY ); break; /* EOR aby */ in execute_run()
1495 case 0x57: OP_EOR ( 6, DIY ); break; /* EOR diy */ in execute_run()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/spc700/
H A Dspc700.c966 #define OP_EOR(BCLK, MODE) \ macro
1669 case 0x44: OP_EOR ( 3, DP ); break; /* EOR dp */ in spc700_execute()
1670 case 0x45: OP_EOR ( 4, ABS ); break; /* EOR abs */ in spc700_execute()
1671 case 0x46: OP_EOR ( 3, XI ); break; /* EOR xi */ in spc700_execute()
1672 case 0x47: OP_EOR ( 6, DXI ); break; /* EOR dxi */ in spc700_execute()
1673 case 0x48: OP_EOR ( 2, IMM ); break; /* EOR imm */ in spc700_execute()
1685 case 0x54: OP_EOR ( 4, DPX ); break; /* EOR dpx */ in spc700_execute()
1686 case 0x55: OP_EOR ( 5, ABX ); break; /* EOR abx */ in spc700_execute()
1687 case 0x56: OP_EOR ( 5, ABY ); break; /* EOR aby */ in spc700_execute()
1688 case 0x57: OP_EOR ( 6, DIY ); break; /* EOR diy */ in spc700_execute()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/spc700/
H A Dspc700.c966 #define OP_EOR(BCLK, MODE) \ macro
1669 case 0x44: OP_EOR ( 3, DP ); break; /* EOR dp */ in spc700_execute()
1670 case 0x45: OP_EOR ( 4, ABS ); break; /* EOR abs */ in spc700_execute()
1671 case 0x46: OP_EOR ( 3, XI ); break; /* EOR xi */ in spc700_execute()
1672 case 0x47: OP_EOR ( 6, DXI ); break; /* EOR dxi */ in spc700_execute()
1673 case 0x48: OP_EOR ( 2, IMM ); break; /* EOR imm */ in spc700_execute()
1685 case 0x54: OP_EOR ( 4, DPX ); break; /* EOR dpx */ in spc700_execute()
1686 case 0x55: OP_EOR ( 5, ABX ); break; /* EOR abx */ in spc700_execute()
1687 case 0x56: OP_EOR ( 5, ABY ); break; /* EOR aby */ in spc700_execute()
1688 case 0x57: OP_EOR ( 6, DIY ); break; /* EOR diy */ in spc700_execute()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m377/
H A Dm37710op.h543 #undef OP_EOR
1942 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
1944 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
1946 OP(45, OP_EOR ( D ) ) /* EOR d */
1948 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
1950 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
1954 OP(4d, OP_EOR ( A ) ) /* EOR a */
1956 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
1958 OP(51, OP_EOR ( DIY ) ) /* EOR diy */
1959 OP(52, OP_EOR ( DI ) ) /* EOR di (C) */
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m37710/
H A Dm37710op.h610 #undef OP_EOR
2007 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
2009 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
2011 OP(45, OP_EOR ( D ) ) /* EOR d */
2013 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
2015 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
2019 OP(4d, OP_EOR ( A ) ) /* EOR a */
2021 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
2023 OP(51, OP_EOR ( DIY ) ) /* EOR diy */
2024 OP(52, OP_EOR ( DI ) ) /* EOR di (C) */
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m37710/
H A Dm37710op.h610 #undef OP_EOR
2007 OP(41, OP_EOR ( DXI ) ) /* EOR dxi */
2009 OP(43, OP_EOR ( S ) ) /* EOR s (G) */
2011 OP(45, OP_EOR ( D ) ) /* EOR d */
2013 OP(47, OP_EOR ( DLI ) ) /* EOR dli (G) */
2015 OP(49, OP_EOR ( IMM ) ) /* EOR imm */
2019 OP(4d, OP_EOR ( A ) ) /* EOR a */
2021 OP(4f, OP_EOR ( AL ) ) /* EOR al (G) */
2023 OP(51, OP_EOR ( DIY ) ) /* EOR diy */
2024 OP(52, OP_EOR ( DI ) ) /* EOR di (C) */
[all …]
/dports/games/libretro-mu/Mu-ff746b8/include/armv5te/
H A Dcpudefs.h133 OP_EOR, enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dpcode.cpp85 OP_EOR, ///< bitwise exclusive ors top two items on stack and replaces with result enumerator
788 case OP_EOR: // bitwise exclusive ors top two items on stack and replaces with result in Interpret()
805 case OP_EOR: tmp ^= tmp2; break; in Interpret()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dpcode.cpp86 OP_EOR, ///< bitwise exclusive ors top two items on stack and replaces with result enumerator
809 case OP_EOR: // bitwise exclusive ors top two items on stack and replaces with result in Interpret()
826 case OP_EOR: tmp ^= tmp2; break; in Interpret()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/drc/
H A Demit_arm64.c82 enum { OP_AND, OP_OR, OP_EOR, OP_ANDS, OP_ADD, OP_ADDS, OP_SUB, OP_SUBS }; enumerator
121 A64_OP_REG(OP_EOR,0,rd,rn,rm,stype,simm)
193 A64_OP_IMMBM(OP_EOR,rd,rn,immr,imms)
755 emith_log_imm(OP_EOR, 1, r, r, imm)
760 emith_log_imm(OP_EOR, 0, r, r, imm)
782 emith_log_imm(OP_EOR, 0, d, s, imm)
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Dthumb_tabdef.inc296 OP_EOR, //01 0000 0001
H A Darm_instructions.cc407 #define OP_EOR(a, b) cpu->R[REG_POS(i,12)] = cpu->R[REG_POS(i,16)] ^ shift_op;\ macro
435 OP_EOR(1, 3); in OP_EOR_LSL_IMM()
442 OP_EOR(2, 4); in OP_EOR_LSL_REG()
450 OP_EOR(1, 3); in OP_EOR_LSR_IMM()
457 OP_EOR(2, 4); in OP_EOR_LSR_REG()
465 OP_EOR(1, 3); in OP_EOR_ASR_IMM()
472 OP_EOR(2, 4); in OP_EOR_ASR_REG()
480 OP_EOR(1, 3); in OP_EOR_ROR_IMM()
487 OP_EOR(2, 4); in OP_EOR_ROR_REG()
494 OP_EOR(1, 3); in OP_EOR_IMM_VAL()
H A Dthumb_instructions.cc239 static u32 FASTCALL OP_EOR(armcpu_t *cpu) in OP_EOR() function
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Darm_interpreter.cpp398 case OP_EOR: res = left ^ right; break; in do_arm_instruction()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp407 #define OP_EOR(a, b) \ macro
436 OP_EOR(1, 3); in OP_EOR_LSL_IMM()
442 OP_EOR(2, 4); in OP_EOR_LSL_REG()
448 OP_EOR(1, 3); in OP_EOR_LSR_IMM()
454 OP_EOR(2, 4); in OP_EOR_LSR_REG()
460 OP_EOR(1, 3); in OP_EOR_ASR_IMM()
466 OP_EOR(2, 4); in OP_EOR_ASR_REG()
472 OP_EOR(1, 3); in OP_EOR_ROR_IMM()
478 OP_EOR(2, 4); in OP_EOR_ROR_REG()
484 OP_EOR(1, 3); in OP_EOR_IMM_VAL()
H A Dthumb_tabdef.inc291 /* 01 0000 0001 */ TABDECL(OP_EOR), // OP_EOR
H A Dthumb_instructions.cpp431 TEMPLATE static u32 FASTCALL OP_EOR(const u32 i) in OP_EOR() function
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp607 #define OP_EOR \ macro
610 #define OP_EORS CHECK_PC(OP_EOR, SETCOND_LOGICAL)
957 #ifndef OP_EOR
958 #define OP_EOR \ macro
963 #define OP_EORS OP_EOR C_CHECK_PC(C_SETCOND_LOGICAL)
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h41 #define OP_EOR \ macro
2894 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR, OP_EOR, 0x020);
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.cpp40 #define OP_EOR \ in RunARM() macro
2796 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR, OP_EOR, 0x020); in RunARM()
2797 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EORS, OP_EOR, 0x030); in RunARM()

12