Home
last modified time | relevance | path

Searched refs:OP_B (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A Dinstruction_tabdef.inc2800 OP_B,
2801 OP_B,
2802 OP_B,
2803 OP_B,
2804 OP_B,
2805 OP_B,
2806 OP_B,
2807 OP_B,
2808 OP_B,
2809 OP_B,
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Dinstruction_tabdef.inc2740 /* 1010 0000 0000 */ TABDECL(OP_B), // OP_B
2741 /* 1010 0000 0001 */ TABDECL(OP_B), // OP_B
2742 /* 1010 0000 0010 */ TABDECL(OP_B), // OP_B
2743 /* 1010 0000 0011 */ TABDECL(OP_B), // OP_B
2744 /* 1010 0000 0100 */ TABDECL(OP_B), // OP_B
2745 /* 1010 0000 0101 */ TABDECL(OP_B), // OP_B
2746 /* 1010 0000 0110 */ TABDECL(OP_B), // OP_B
2747 /* 1010 0000 0111 */ TABDECL(OP_B), // OP_B
2748 /* 1010 0000 1000 */ TABDECL(OP_B), // OP_B
2749 /* 1010 0000 1001 */ TABDECL(OP_B), // OP_B
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
74 reg_names[OP_B(iword)]); in print_insn_moxie()
110 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
114 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
136 reg_names[OP_B(iword)]); in print_insn_moxie()
150 reg_names[OP_B(iword)]); in print_insn_moxie()
H A Dtic54x-dis.c286 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
287 sprintf (operand[i], (src == OP_B) ? "b" : "a");
291 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
292 sprintf (operand[i], (src == OP_B) ? "b" : "a");
296 dst = DST (opcode) ? OP_B : OP_A;
297 sprintf (operand[i], (dst == OP_B) ? "a" : "b");
301 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
304 sprintf (operand[i], (dst == OP_B) ? "b" : "a");
310 case OP_B:
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
78 reg_names[OP_B(iword)]); in print_insn_moxie()
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
155 reg_names[OP_B(iword)]); in print_insn_moxie()
172 reg_names[OP_B(iword)]); in print_insn_moxie()
H A Dtic54x-dis.c285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
286 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
291 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
295 dst = DST (opcode) ? OP_B : OP_A; in print_instruction()
296 sprintf (operand[i], (dst == OP_B) ? "a" : "b"); in print_instruction()
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
303 sprintf (operand[i], (dst == OP_B) ? "b" : "a"); in print_instruction()
309 case OP_B: in print_instruction()
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
78 reg_names[OP_B(iword)]); in print_insn_moxie()
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
155 reg_names[OP_B(iword)]); in print_insn_moxie()
172 reg_names[OP_B(iword)]); in print_insn_moxie()
H A Dtic54x-dis.c285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
286 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
291 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
295 dst = DST (opcode) ? OP_B : OP_A; in print_instruction()
296 sprintf (operand[i], (dst == OP_B) ? "a" : "b"); in print_instruction()
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
303 sprintf (operand[i], (dst == OP_B) ? "b" : "a"); in print_instruction()
309 case OP_B: in print_instruction()
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
78 reg_names[OP_B(iword)]); in print_insn_moxie()
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
155 reg_names[OP_B(iword)]); in print_insn_moxie()
172 reg_names[OP_B(iword)]); in print_insn_moxie()
H A Dtic54x-dis.c285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
286 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
291 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
295 dst = DST (opcode) ? OP_B : OP_A; in print_instruction()
296 sprintf (operand[i], (dst == OP_B) ? "a" : "b"); in print_instruction()
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
303 sprintf (operand[i], (dst == OP_B) ? "b" : "a"); in print_instruction()
309 case OP_B: in print_instruction()
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
78 reg_names[OP_B(iword)]); in print_insn_moxie()
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
155 reg_names[OP_B(iword)]); in print_insn_moxie()
172 reg_names[OP_B(iword)]); in print_insn_moxie()
H A Dtic54x-dis.c285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
286 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
291 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
295 dst = DST (opcode) ? OP_B : OP_A; in print_instruction()
296 sprintf (operand[i], (dst == OP_B) ? "a" : "b"); in print_instruction()
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
303 sprintf (operand[i], (dst == OP_B) ? "b" : "a"); in print_instruction()
309 case OP_B: in print_instruction()
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dmoxie-dis.c36 #define OP_B(i) (i & 0xf) macro
79 reg_names[OP_B(iword)]); in print_insn_moxie()
124 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
128 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
156 reg_names[OP_B(iword)]); in print_insn_moxie()
173 reg_names[OP_B(iword)]); in print_insn_moxie()
H A Dtic54x-dis.c286 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
287 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
291 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
292 sprintf (operand[i], (src == OP_B) ? "b" : "a"); in print_instruction()
296 dst = DST (opcode) ? OP_B : OP_A; in print_instruction()
297 sprintf (operand[i], (dst == OP_B) ? "a" : "b"); in print_instruction()
301 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
304 sprintf (operand[i], (dst == OP_B) ? "b" : "a"); in print_instruction()
310 case OP_B: in print_instruction()
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
78 reg_names[OP_B(iword)]); in print_insn_moxie()
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
155 reg_names[OP_B(iword)]); in print_insn_moxie()
172 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dmoxie-dis.c35 #define OP_B(i) (i & 0xf) macro
78 reg_names[OP_B(iword)]); in print_insn_moxie()
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
155 reg_names[OP_B(iword)]); in print_insn_moxie()
172 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf) macro
241 reg_names[OP_B(iword)]); in print_insn_moxie()
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
303 reg_names[OP_B(iword)]); in print_insn_moxie()
317 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf) macro
241 reg_names[OP_B(iword)]); in print_insn_moxie()
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
303 reg_names[OP_B(iword)]); in print_insn_moxie()
317 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf) macro
241 reg_names[OP_B(iword)]); in print_insn_moxie()
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
303 reg_names[OP_B(iword)]); in print_insn_moxie()
317 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/emulators/qemu5/qemu-5.2.0/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf) macro
241 reg_names[OP_B(iword)]); in print_insn_moxie()
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
303 reg_names[OP_B(iword)]); in print_insn_moxie()
317 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/emulators/qemu-utils/qemu-4.2.1/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf) macro
241 reg_names[OP_B(iword)]); in print_insn_moxie()
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
303 reg_names[OP_B(iword)]); in print_insn_moxie()
317 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf)
241 reg_names[OP_B(iword)]);
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
303 reg_names[OP_B(iword)]);
317 reg_names[OP_B(iword)]);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/
H A Dmoxie.c204 #define OP_B(i) (i & 0xf) macro
241 reg_names[OP_B(iword)]); in print_insn_moxie()
277 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
281 reg_names[OP_A(iword)], reg_names[OP_B(iword)]); in print_insn_moxie()
303 reg_names[OP_B(iword)]); in print_insn_moxie()
317 reg_names[OP_B(iword)]); in print_insn_moxie()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dtic54x-dis.c284 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
285 sprintf (operand[i], (src == OP_B) ? "b" : "a");
289 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 sprintf (operand[i], (src == OP_B) ? "b" : "a");
294 dst = DST (opcode) ? OP_B : OP_A;
295 sprintf (operand[i], (dst == OP_B) ? "a" : "b");
299 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
302 sprintf (operand[i], (dst == OP_B) ? "b" : "a");
308 case OP_B:
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dtic54x-dis.c284 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
285 sprintf (operand[i], (src == OP_B) ? "b" : "a");
289 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 sprintf (operand[i], (src == OP_B) ? "b" : "a");
294 dst = DST (opcode) ? OP_B : OP_A;
295 sprintf (operand[i], (dst == OP_B) ? "a" : "b");
299 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
302 sprintf (operand[i], (dst == OP_B) ? "b" : "a");
308 case OP_B:

12345678