Searched defs:op_code_struct (Results 1 – 1 of 1) sorted by relevance
274 static const struct op_code_struct { struct275 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;