Searched defs:op_code_struct (Results 1 – 2 of 2) sorted by relevance
106 const struct op_code_struct struct108 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 and116 unsigned long opcode_mask; /* Which bits define the opcode. */117 enum microblaze_instr instr;118 enum microblaze_instr_type instr_type;
114 const struct op_code_struct struct116 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 and124 unsigned long opcode_mask; /* Which bits define the opcode. */125 enum microblaze_instr instr;126 enum microblaze_instr_type instr_type;