Home
last modified time | relevance | path

Searched refs:OP_RSC (Results 1 – 12 of 12) sorted by relevance

/dports/devel/pasm/am335x_pru_package-pasm-0.84/pru_sw/utils/pasm_source/
H A Dpru_ins.h108 #define OP_RSC 8 macro
H A Dpasmop.c280 case OP_RSC: in ProcessOp()
/dports/games/libretro-mu/Mu-ff746b8/include/armv5te/
H A Dcpudefs.h139 OP_RSC, enumerator
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Darm_interpreter.cpp404 case OP_RSC: res = add(~left, right, carry, setcc); break; in do_arm_instruction()
H A Dtranslate_aarch64.cpp422 if(i.data_proc.op == OP_RSC || i.data_proc.op == OP_TEQ) in translate()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp1312 #define OP_RSC(a, b) \ macro
1353 OP_RSC(1, 3); in OP_RSC_LSL_IMM()
1359 OP_RSC(2, 4); in OP_RSC_LSL_REG()
1365 OP_RSC(1, 3); in OP_RSC_LSR_IMM()
1371 OP_RSC(2, 4); in OP_RSC_LSR_REG()
1377 OP_RSC(1, 3); in OP_RSC_ASR_IMM()
1383 OP_RSC(2, 4); in OP_RSC_ASR_REG()
1389 OP_RSC(1, 3); in OP_RSC_ROR_IMM()
1395 OP_RSC(2, 4); in OP_RSC_ROR_REG()
1401 OP_RSC(1, 3); in OP_RSC_IMM_VAL()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp634 #define OP_RSC \ macro
639 #define OP_RSCS CHECK_PC(OP_RSC, SETCOND_SUB)
1015 #ifndef OP_RSC
1016 #define OP_RSC \ macro
1023 #define OP_RSCS OP_RSC C_CHECK_PC(C_SETCOND_SUB)
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h142 #define OP_RSC \ macro
387 #define OP_RSC \ macro
613 #define OP_RSC \ macro
853 #define OP_RSC \ macro
3084 ARITHMETIC_DATA_OPCODE(OP_RSC, OP_RSC, 0x0e0);
3085 ARITHMETIC_DATA_OPCODE(OP_RSCS, OP_RSC, 0x0f0);
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Darm_instructions.cc1415 #define OP_RSC(a, b) cpu->R[REG_POS(i,12)] = shift_op - cpu->R[REG_POS(i,16)] - (!cpu->CPSR.bits.C… macro
1428 OP_RSC(1, 3); in OP_RSC_LSL_IMM()
1435 OP_RSC(2, 4); in OP_RSC_LSL_REG()
1443 OP_RSC(1, 3); in OP_RSC_LSR_IMM()
1450 OP_RSC(2, 4); in OP_RSC_LSR_REG()
1458 OP_RSC(1, 3); in OP_RSC_ASR_IMM()
1465 OP_RSC(2, 4); in OP_RSC_ASR_REG()
1473 OP_RSC(1, 3); in OP_RSC_ROR_IMM()
1480 OP_RSC(2, 4); in OP_RSC_ROR_REG()
1487 OP_RSC(1, 3); in OP_RSC_IMM_VAL()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp141 #define OP_RSC \ in RunARM() macro
3016 ARITHMETIC_DATA_OPCODE(OP_RSC, OP_RSC, 0x0e0); in RunARM()
3017 ARITHMETIC_DATA_OPCODE(OP_RSCS, OP_RSC, 0x0f0); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp144 #define OP_RSC \ in RunARM() macro
3019 ARITHMETIC_DATA_OPCODE(OP_RSC, OP_RSC, 0x0e0); in RunARM()
3020 ARITHMETIC_DATA_OPCODE(OP_RSCS, OP_RSC, 0x0f0); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2936 #ifndef OP_RSC
2937 #define OP_RSC \ macro
2944 #define OP_RSCS OP_RSC C_CHECK_PC(C_SETCOND_SUB)