Home
last modified time | relevance | path

Searched refs:mips_hash (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/libopcodes_mips/
H A Dmips-dis.c478 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; local
493 mips_hash[i] = op;
520 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dmips-dis.c1074 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; local
1090 mips_hash[i] = op;
1108 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dmips-dis.c1063 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; local
1078 mips_hash[i] = op;
1096 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dmips-dis.c1063 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; local
1078 mips_hash[i] = op;
1096 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/mips/gnu/
H A Dmips-dis.c1282 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1297 mips_hash[i] = op; in print_insn_mips()
1315 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Dmips-dis.c1172 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1188 mips_hash[i] = op; in print_insn_mips()
1206 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dmips-dis.c1390 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1406 mips_hash[i] = op; in print_insn_mips()
1424 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dmips-dis.c1657 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1677 mips_hash[i] = op; in print_insn_mips()
1695 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dmips-dis.c1657 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1677 mips_hash[i] = op; in print_insn_mips()
1695 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dmips-dis.c1919 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1939 mips_hash[i] = op; in print_insn_mips()
1957 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dmips-dis.c1919 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1939 mips_hash[i] = op; in print_insn_mips()
1957 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dmips-dis.c1455 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1475 mips_hash[i] = op; in print_insn_mips()
1493 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dmips-dis.c1919 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1939 mips_hash[i] = op; in print_insn_mips()
1957 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dmips-dis.c1919 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
1939 mips_hash[i] = op; in print_insn_mips()
1957 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dmips-dis.c3974 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
3990 mips_hash[i] = op; in print_insn_mips()
4008 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu/qemu-6.2.0/disas/
H A Dmips.c4925 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4941 mips_hash[i] = op; in print_insn_mips()
4959 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dmips.c4915 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4931 mips_hash[i] = op; in print_insn_mips()
4949 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dmips.c4925 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4941 mips_hash[i] = op; in print_insn_mips()
4959 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/disas/
H A Dmips.c4915 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4931 mips_hash[i] = op; in print_insn_mips()
4949 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu5/qemu-5.2.0/disas/
H A Dmips.c4925 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4941 mips_hash[i] = op; in print_insn_mips()
4959 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu-utils/qemu-4.2.1/disas/
H A Dmips.c4915 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4931 mips_hash[i] = op; in print_insn_mips()
4949 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/disas/
H A Dmips.c4925 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1];
4941 mips_hash[i] = op;
4959 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/disas/
H A Dmips.c4925 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
4941 mips_hash[i] = op; in print_insn_mips()
4959 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/
H A Dmips.c5256 static const struct mips_opcode *mips_hash[OP_MASK_OP + 1]; in print_insn_mips() local
5272 mips_hash[i] = op; in print_insn_mips()
5290 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()