Home
last modified time | relevance | path

Searched defs:op_code_struct (Results 1 – 18 of 18) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dmicroblaze-opc.h101 struct op_code_struct struct
103 char * name;
104 short inst_type; /* Registers and immediate values involved. */
105 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
106 short delay_slots; /* Info about delay slots needed after this instr. */
107 short immval_mask;
108 unsigned long bit_sequence; /* All the fixed bits for the op are set and
111 unsigned long opcode_mask; /* Which bits define the opcode. */
112 enum microblaze_instr instr;
113 enum microblaze_instr_type instr_type;
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dmicroblaze-opc.h106 struct op_code_struct struct
108 const char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dmicroblaze-opc.h106 const struct op_code_struct struct
108 const char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dmicroblaze-opc.h106 struct op_code_struct struct
108 const char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dmicroblaze-opc.h106 const struct op_code_struct struct
108 const char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dmicroblaze-opc.h106 struct op_code_struct struct
108 char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dmicroblaze-opc.h106 const struct op_code_struct struct
108 const char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dmicroblaze-opc.h106 const struct op_code_struct struct
108 const char * name;
109 short inst_type; /* Registers and immediate values involved. */
110 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
111 short delay_slots; /* Info about delay slots needed after this instr. */
112 short immval_mask;
113 unsigned long bit_sequence; /* All the fixed bits for the op are set and
116 unsigned long opcode_mask; /* Which bits define the opcode. */
117 enum microblaze_instr instr;
118 enum microblaze_instr_type instr_type;
/dports/emulators/qemu/qemu-6.2.0/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/disas/
H A Dmicroblaze.c275 static const struct op_code_struct { struct
276 const char *name;
277 short inst_type; /* registers and immediate values involved */
278 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
279 short delay_slots; /* info about delay slots needed after this instr. */
280 short immval_mask;
281 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
282 unsigned long opcode_mask; /* which bits define the opcode */
283 enum microblaze_instr instr;
284 enum microblaze_instr_type instr_type;
/dports/emulators/qemu-utils/qemu-4.2.1/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/emulators/qemu5/qemu-5.2.0/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavutil/x86/
H A Dx86inc.asm275 %endmacro
276
277 %macro ADD 2
279 %ifidn %1, rstk
280 %assign stack_offset stack_offset-(%2)
284 %macro movifnidn 2
286 mov %1, %2
287 %endif
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/disas/
H A Dmicroblaze.c274 static const struct op_code_struct { struct
275 const char *name;
276 short inst_type; /* registers and immediate values involved */
277 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
278 short delay_slots; /* info about delay slots needed after this instr. */
279 short immval_mask;
280 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
281 unsigned long opcode_mask; /* which bits define the opcode */
282 enum microblaze_instr instr;
283 enum microblaze_instr_type instr_type;
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dmicroblaze-dis.c280 struct op_code_struct { struct
281 const char *name;
282 short inst_type; /* registers and immediate values involved */
283 short inst_offset_type; /* immediate vals offset from PC? (= 1 for branches) */
284 short delay_slots; /* info about delay slots needed after this instr. */
285 short immval_mask;
286 … the fixed bits for the op are set and all the variable bits (reg names, imm vals) are set to 0 */
287 unsigned long opcode_mask; /* which bits define the opcode */
288 enum microblaze_instr instr;
289 enum microblaze_instr_type instr_type;