Searched defs:i960_opcode (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | i960.h | 135 struct i960_opcode { struct 136 long opcode; /* 32 bits, constant fields filled in, rest zeroed */ 137 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 */
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | i960.h | 135 struct i960_opcode { struct 136 long opcode; /* 32 bits, constant fields filled in, rest zeroed */ 137 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 */
|