Home
last modified time | relevance | path

Searched defs:i960_opcode (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Di960.h135 struct i960_opcode { struct
136 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 */