Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
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;