Home
last modified time | relevance | path

Searched refs:OP_MVN (Results 1 – 23 of 23) sorted by relevance

/dports/games/libretro-mu/Mu-ff746b8/include/armv5te/
H A Dcpudefs.h147 OP_MVN enumerator
/dports/emulators/mess/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816op.h685 #undef OP_MVN
688 #define OP_MVN() \ macro
712 #define OP_MVN() \ macro
738 #define OP_MVN() \ macro
753 #define OP_MVN() \ macro
1597 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/emulators/mame/mame-mame0226/src/devices/cpu/g65816/
H A Dg65816op.h685 #undef OP_MVN
688 #define OP_MVN() \ macro
712 #define OP_MVN() \ macro
738 #define OP_MVN() \ macro
753 #define OP_MVN() \ macro
1597 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/g65816/
H A Dg65816op.h1072 #undef OP_MVN
1074 #define OP_MVN() \ macro
1093 #define OP_MVN() \ macro
1886 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/g65816/
H A Dg65816op.h1072 #undef OP_MVN
1074 #define OP_MVN() \ macro
1093 #define OP_MVN() \ macro
1886 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Dthumb_tabdef.inc310 OP_MVN, //01 0000 1111
H A Dthumb_instructions.cc483 static u32 FASTCALL OP_MVN(armcpu_t *cpu) in OP_MVN() function
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Darm_interpreter.cpp412 case OP_MVN: res = ~right; break; in do_arm_instruction()
H A Dtranslate_aarch64.cpp477 if(i.data_proc.op != OP_MOV && i.data_proc.op != OP_MVN) in translate()
H A Dtranslate_arm.cpp766 if(i.data_proc.op != OP_MOV && i.data_proc.op != OP_MVN) in translate()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp2168 #define OP_MVN(a, b) \ macro
2197 OP_MVN(1,3); in OP_MVN_LSL_IMM()
2203 OP_MVN(2,4); in OP_MVN_LSL_REG()
2209 OP_MVN(1,3); in OP_MVN_LSR_IMM()
2215 OP_MVN(2,4); in OP_MVN_LSR_REG()
2221 OP_MVN(1,3); in OP_MVN_ASR_IMM()
2227 OP_MVN(2,4); in OP_MVN_ASR_REG()
2233 OP_MVN(1,3); in OP_MVN_ROR_IMM()
2239 OP_MVN(2,4); in OP_MVN_ROR_REG()
2245 OP_MVN(1,3); in OP_MVN_IMM_VAL()
H A Dthumb_tabdef.inc305 /* 01 0000 1111 */ TABDECL(OP_MVN), // OP_MVN
H A Dthumb_instructions.cpp602 TEMPLATE static u32 FASTCALL OP_MVN(const u32 i) in OP_MVN() function
H A DDisassembler.cpp3518 static char * OP_MVN(u32 adr, u32 i, char * txt) in OP_MVN() function
H A Darm_jit.cpp3409 static int OP_MVN(const u32 i) in OP_MVN() function
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp664 #define OP_MVN \ macro
667 #define OP_MVNS CHECK_PC(OP_MVN EMIT2(test,eax,eax), SETCOND_LOGICAL)
1073 #ifndef OP_MVN
1074 #define OP_MVN \ macro
1079 #define OP_MVNS OP_MVN C_CHECK_PC(C_SETCOND_LOGICAL)
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m377/
H A Dm37710op.h864 #undef OP_MVN
866 #define OP_MVN() \ macro
896 #define OP_MVN() \ macro
1961 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m37710/
H A Dm37710op.h931 #undef OP_MVN
933 #define OP_MVN() \ macro
963 #define OP_MVN() \ macro
2026 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m37710/
H A Dm37710op.h931 #undef OP_MVN
933 #define OP_MVN() \ macro
963 #define OP_MVN() \ macro
2026 OP(54, OP_MVN ( ) ) /* MVN (G) */
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h1060 #define OP_MVN \ macro
3235 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN, OP_MVN, 0x1e0);
3236 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVNS, OP_MVN, 0x1f0);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp308 #define OP_MVN \ in RunARM() macro
3187 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN, OP_MVN, 0x1e0); in RunARM()
3188 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVNS, OP_MVN, 0x1f0); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp311 #define OP_MVN \ in RunARM() macro
3190 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN, OP_MVN, 0x1e0); in RunARM()
3191 LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVNS, OP_MVN, 0x1f0); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2994 #ifndef OP_MVN
2995 #define OP_MVN \ macro
3000 #define OP_MVNS OP_MVN C_CHECK_PC(C_SETCOND_LOGICAL)