Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/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;
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmicroblaze-opc.h114 const struct op_code_struct struct
116 const char * name;
117 short inst_type; /* Registers and immediate values involved. */
118 short inst_offset_type; /* Immediate vals offset from PC? (= 1 for branches). */
119 short delay_slots; /* Info about delay slots needed after this instr. */
120 short immval_mask;
121 unsigned long bit_sequence; /* All the fixed bits for the op are set and
124 unsigned long opcode_mask; /* Which bits define the opcode. */
125 enum microblaze_instr instr;
126 enum microblaze_instr_type instr_type;