Searched defs:d30v_opcode (Results 1 – 2 of 2) sorted by relevance
75 struct d30v_opcode struct78 const char *name;81 int op1; /* first part, "IALU1" for example */82 int op2; /* the rest of the opcode */86 unsigned char format[4];135 int unit;143 long flags_used;144 long flags_set;188 extern const struct d30v_opcode d30v_opcode_table[]; argument