Home
last modified time | relevance | path

Searched refs:ALU_OR (Results 1 – 13 of 13) sorted by relevance

/dports/devel/z88dk/z88dk/src/z80asm/
H A Dopcodes.h130 enum { ALU_ADD, ALU_ADC, ALU_SUB, ALU_SBC, ALU_AND, ALU_XOR, ALU_OR, ALU_CP }; enumerator
233 #define Z80_OR(reg) _Z80_ALU(ALU_OR, (reg))
234 #define Z80_OR_n _Z80_ALU_n(ALU_OR)
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tlcs870/
H A Dtlcs870d.h51 ALU_OR, enumerator
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tlcs870/
H A Dtlcs870d.h51 ALU_OR, enumerator
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_alpha_instr_alu.cc310 #ifdef ALU_OR in ALU_N()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Didecode_expression.h190 #define ALU_OR(val) \ macro
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Didecode_expression.h190 #define ALU_OR(val) \ macro
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Didecode_expression.h189 #define ALU_OR(val) \ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Didecode_expression.h190 #define ALU_OR(val) \ macro
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dsim-alu.h974 #define ALU_OR(VAL) XCONCAT3(ALU,WITH_TARGET_WORD_BITSIZE,_OR)(VAL) macro
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-alu.h974 #define ALU_OR(VAL) XCONCAT3(ALU,WITH_TARGET_WORD_BITSIZE,_OR)(VAL) macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-alu.h976 #define ALU_OR(VAL) XCONCAT3(ALU,WITH_TARGET_WORD_BITSIZE,_OR)(VAL) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-alu.h976 #define ALU_OR(VAL) XCONCAT3(ALU,WITH_TARGET_WORD_BITSIZE,_OR)(VAL) macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dsh2_jit.cpp1779 #define ALU_OR 2 macro
1792 case ALU_OR: in alu_select()
1833 SH2y_alu_template(instruction, ALU_OR); in SH2y_or()
2301 SH2alui_template(instruction, ALU_OR); in SH2ori()
2306 SH2alum_template(instruction, ALU_OR); in SH2orm()