Home
last modified time | relevance | path

Searched refs:OP_CMN (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-mu/Mu-ff746b8/include/armv5te/
H A Dcpudefs.h143 OP_CMN, enumerator
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Darm_interpreter.cpp408 case OP_CMN: res = add( left, right, 0, setcc); break; in do_arm_instruction()
415 if(i.data_proc.op < OP_TST || i.data_proc.op > OP_CMN) in do_arm_instruction()
H A Dtranslate_aarch64.cpp395 …oc.op == OP_ADD || i.data_proc.op == OP_SUB || i.data_proc.op == OP_CMP || i.data_proc.op == OP_CMN in translate()
512 || i.data_proc.op == OP_CMP || i.data_proc.op == OP_CMN)) in translate()
H A Dtranslate_arm.cpp786 if(i.data_proc.op < OP_TST || i.data_proc.op > OP_CMN) in translate()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_jit.cpp1096 #define OP_CMN(arg) \ macro
1111 static int OP_CMN_LSL_IMM(const u32 i) { OP_CMN(LSL_IMM); } in OP_CMN_LSL_IMM()
1112 static int OP_CMN_LSL_REG(const u32 i) { OP_CMN(LSL_REG); } in OP_CMN_LSL_REG()
1113 static int OP_CMN_LSR_IMM(const u32 i) { OP_CMN(LSR_IMM); } in OP_CMN_LSR_IMM()
1114 static int OP_CMN_LSR_REG(const u32 i) { OP_CMN(LSR_REG); } in OP_CMN_LSR_REG()
1115 static int OP_CMN_ASR_IMM(const u32 i) { OP_CMN(ASR_IMM); } in OP_CMN_ASR_IMM()
1116 static int OP_CMN_ASR_REG(const u32 i) { OP_CMN(ASR_REG); } in OP_CMN_ASR_REG()
1117 static int OP_CMN_ROR_IMM(const u32 i) { OP_CMN(ROR_IMM); } in OP_CMN_ROR_IMM()
1118 static int OP_CMN_ROR_REG(const u32 i) { OP_CMN(ROR_REG); } in OP_CMN_ROR_REG()
1120 #undef OP_CMN
[all …]
H A Darm_instructions.cpp1674 #define OP_CMN(a) \ macro
1687 OP_CMN(1); in OP_CMN_LSL_IMM()
1693 OP_CMN(2); in OP_CMN_LSL_REG()
1699 OP_CMN(1); in OP_CMN_LSR_IMM()
1705 OP_CMN(2); in OP_CMN_LSR_REG()
1711 OP_CMN(1); in OP_CMN_ASR_IMM()
1717 OP_CMN(2); in OP_CMN_ASR_REG()
1723 OP_CMN(1); in OP_CMN_ROR_IMM()
1729 OP_CMN(2); in OP_CMN_ROR_REG()
1735 OP_CMN(1); in OP_CMN_IMM_VAL()
H A Dthumb_tabdef.inc301 /* 01 0000 1011 */ TABDECL(OP_CMN), // OP_CMN
H A Dthumb_instructions.cpp558 TEMPLATE static u32 FASTCALL OP_CMN(const u32 i) in OP_CMN() function
H A DDisassembler.cpp3494 static char * OP_CMN(u32 adr, u32 i, char * txt) in OP_CMN() function
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Dthumb_tabdef.inc306 OP_CMN, //01 0000 1011
H A Darm_instructions.cc1815 #define OP_CMN(a) \ macro
1830 OP_CMN(1); in OP_CMN_LSL_IMM()
1837 OP_CMN(2); in OP_CMN_LSL_REG()
1845 OP_CMN(1); in OP_CMN_LSR_IMM()
1852 OP_CMN(2); in OP_CMN_LSR_REG()
1860 OP_CMN(1); in OP_CMN_ASR_IMM()
1867 OP_CMN(2); in OP_CMN_ASR_REG()
1875 OP_CMN(1); in OP_CMN_ROR_IMM()
1882 OP_CMN(2); in OP_CMN_ROR_REG()
1889 OP_CMN(1); in OP_CMN_IMM_VAL()
H A Dthumb_instructions.cc438 static u32 FASTCALL OP_CMN(armcpu_t *cpu) in OP_CMN() function
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp275 #define OP_CMN \
649 #define OP_CMN \ macro
1042 #ifndef OP_CMN
1043 #define OP_CMN \ macro
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h167 #define OP_CMN \ macro
428 #define OP_CMN \ macro
639 #define OP_CMN \ macro
891 #define OP_CMN \ macro
3212 ARITHMETIC_DATA_OPCODE(OP_CMN, OP_CMN, 0x170);
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp166 #define OP_CMN \ in RunARM() macro
3164 ARITHMETIC_DATA_OPCODE(OP_CMN, OP_CMN, 0x170); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp169 #define OP_CMN \ in RunARM() macro
3167 ARITHMETIC_DATA_OPCODE(OP_CMN, OP_CMN, 0x170); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2963 #ifndef OP_CMN
2964 #define OP_CMN \ macro