Home
last modified time | relevance | path

Searched refs:OP_RSB (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.h107 #define OP_RSB 7 macro
H A Dpasmop.c279 case OP_RSB: in ProcessOp()
/dports/games/libretro-mu/Mu-ff746b8/include/armv5te/
H A Dcpudefs.h135 OP_RSB, enumerator
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Darm_interpreter.cpp400 case OP_RSB: res = add(~left, right, 1, setcc); break; in do_arm_instruction()
H A Dtranslate_aarch64.cpp407 if(i.data_proc.op == OP_RSB) in translate()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_instructions.cpp695 #define OP_RSB(a, b) \ macro
725 OP_RSB(1, 3); in OP_RSB_LSL_IMM()
731 OP_RSB(2, 4); in OP_RSB_LSL_REG()
737 OP_RSB(1, 3); in OP_RSB_LSR_IMM()
743 OP_RSB(2, 4); in OP_RSB_LSR_REG()
749 OP_RSB(1, 3); in OP_RSB_ASR_IMM()
755 OP_RSB(2, 4); in OP_RSB_ASR_REG()
761 OP_RSB(1, 3); in OP_RSB_ROR_IMM()
767 OP_RSB(2, 4); in OP_RSB_ROR_REG()
773 OP_RSB(1, 3); in OP_RSB_IMM_VAL()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBA-arm.cpp615 #define OP_RSB \ macro
618 #define OP_RSBS CHECK_PC(OP_RSB, SETCOND_SUB)
975 #ifndef OP_RSB
976 #define OP_RSB \ macro
983 #define OP_RSBS OP_RSB C_CHECK_PC(C_SETCOND_SUB)
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Darm-new.h82 #define OP_RSB \ macro
294 #define OP_RSB \ macro
552 #define OP_RSB \ macro
756 #define OP_RSB \ macro
2938 ARITHMETIC_DATA_OPCODE(OP_RSB, OP_RSB, 0x060);
2939 ARITHMETIC_DATA_OPCODE(OP_RSBS, OP_RSB, 0x070);
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Darm_instructions.cc731 #define OP_RSB(a, b) cpu->R[REG_POS(i,12)] = shift_op - cpu->R[REG_POS(i,16)];\ macro
760 OP_RSB(1, 3); in OP_RSB_LSL_IMM()
767 OP_RSB(2, 4); in OP_RSB_LSL_REG()
775 OP_RSB(1, 3); in OP_RSB_LSR_IMM()
782 OP_RSB(2, 4); in OP_RSB_LSR_REG()
790 OP_RSB(1, 3); in OP_RSB_ASR_IMM()
797 OP_RSB(2, 4); in OP_RSB_ASR_REG()
805 OP_RSB(1, 3); in OP_RSB_ROR_IMM()
812 OP_RSB(2, 4); in OP_RSB_ROR_REG()
819 OP_RSB(1, 3); in OP_RSB_IMM_VAL()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Darm.cpp81 #define OP_RSB \ in RunARM() macro
2846 ARITHMETIC_DATA_OPCODE(OP_RSB, OP_RSB, 0x060); in RunARM()
2847 ARITHMETIC_DATA_OPCODE(OP_RSBS, OP_RSB, 0x070); in RunARM()
/dports/emulators/mednafen/mednafen/src/gba/
H A Darm.cpp84 #define OP_RSB \ in RunARM() macro
2849 ARITHMETIC_DATA_OPCODE(OP_RSB, OP_RSB, 0x060); in RunARM()
2850 ARITHMETIC_DATA_OPCODE(OP_RSBS, OP_RSB, 0x070); in RunARM()
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dgba.cpp2896 #ifndef OP_RSB
2897 #define OP_RSB \ macro
2904 #define OP_RSBS OP_RSB C_CHECK_PC(C_SETCOND_SUB)