Searched defs:i960_opcode (Results 1 – 1 of 1) sorted by relevance
135 struct i960_opcode { struct136 long opcode; /* 32 bits, constant fields filled in, rest zeroed */137 const char *name; /* Assembler mnemonic */138 short iclass; /* Class: see #defines below */139 char format; /* REG, COBR, CTRL, MEMn, COJ, FBRA, or CALLJ */140 char num_ops; /* Number of operands */141 char operand[3];/* Operand descriptors; same order as assembler instr */