Home
last modified time | relevance | path

Searched refs:OP_MASK_RS (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/vmips/vmips-1.5.1/libopcodes_mips/opcode/
H A Dmips.h62 #define OP_MASK_RS 0x1f macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/opcode/
H A Dmips.h62 #define OP_MASK_RS 0x1f
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/opcode/
H A Dmips.h63 #define OP_MASK_RS 0x1f macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/opcode/
H A Dmips.h62 #define OP_MASK_RS 0x1f macro
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/include/opcode/
H A Dmips.h63 #define OP_MASK_RS 0x1f macro
/dports/devel/djgpp-binutils/binutils-2.17/include/opcode/
H A Dmips.h63 #define OP_MASK_RS 0x1f macro
/dports/devel/avr-gdb/gdb-7.3.1/include/opcode/
H A Dmips.h64 #define OP_MASK_RS 0x1f macro
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/mips/gnu/
H A Dmips-dis.c924 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
1002 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Dmips-dis.c828 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
903 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
/dports/devel/gdb761/gdb-7.6.1/include/opcode/
H A Dmips.h66 #define OP_MASK_RS 0x1f macro
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dmips-dis.c1039 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
1114 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/opcode/
H A Dmips.h66 #define OP_MASK_RS 0x1f macro
/dports/devel/binutils/binutils-2.37/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/devel/arm-elf-binutils/binutils-2.37/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/devel/gnulibiberty/binutils-2.37/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/devel/gdb/gdb-11.1/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Dmips.h68 #define OP_MASK_RS 0x1f macro
/dports/emulators/vmips/vmips-1.5.1/libopcodes_mips/
H A Dmips-dis.c121 reg_names[(l >> OP_SH_RS) & OP_MASK_RS]);
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-mips.c7858 case 'b': USE_BITS (OP_MASK_RS, OP_SH_RS); break; in validate_mips_insn()
7870 case 'r': USE_BITS (OP_MASK_RS, OP_SH_RS); break; in validate_mips_insn()
7871 case 's': USE_BITS (OP_MASK_RS, OP_SH_RS); break; in validate_mips_insn()
7874 case 'v': USE_BITS (OP_MASK_RS, OP_SH_RS); break; in validate_mips_insn()
7888 case '6': USE_BITS (OP_MASK_RS, OP_SH_RS); break; in validate_mips_insn()
8097 if (imm_expr.X_add_number & ~OP_MASK_RS) in mips_ip()
8100 OP_MASK_RS, (unsigned long) imm_expr.X_add_number); in mips_ip()
8101 imm_expr.X_add_number &= OP_MASK_RS; in mips_ip()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/
H A Dmips.c83 #define OP_MASK_RS 0x1f macro
4788 OP_MASK_RS); in print_insn_args()
4882 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
4957 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
5308 if (((word >> OP_SH_RS) & OP_MASK_RS) < in print_insn_mips()
5317 if (((word >> OP_SH_RS) & OP_MASK_RS) != in print_insn_mips()
/dports/emulators/qemu/qemu-6.2.0/disas/
H A Dmips.c83 #define OP_MASK_RS 0x1f macro
4556 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
4631 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
4977 if (((word >> OP_SH_RS) & OP_MASK_RS) < in print_insn_mips()
4986 if (((word >> OP_SH_RS) & OP_MASK_RS) != in print_insn_mips()
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dmips.c83 #define OP_MASK_RS 0x1f macro
4546 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
4621 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
4967 if (((word >> OP_SH_RS) & OP_MASK_RS) < in print_insn_mips()
4976 if (((word >> OP_SH_RS) & OP_MASK_RS) != in print_insn_mips()
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dmips.c83 #define OP_MASK_RS 0x1f macro
4556 (l >> OP_SH_RS) & OP_MASK_RS); in print_insn_args()
4631 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
4977 if (((word >> OP_SH_RS) & OP_MASK_RS) < in print_insn_mips()
4986 if (((word >> OP_SH_RS) & OP_MASK_RS) != in print_insn_mips()

12