Searched defs:d30v_opcode (Results 1 – 2 of 2) sorted by relevance
70 struct d30v_opcode struct73 const char *name;76 int op1; /* first part, "IALU1" for example */77 int op2; /* the rest of the opcode */81 unsigned char format[4];130 int unit;138 long flags_used;139 long flags_set;183 extern const struct d30v_opcode d30v_opcode_table[]; argument