Searched refs:v850_opcode (Results 1 – 11 of 11) sorted by relevance
31 struct v850_opcode struct102 extern const struct v850_opcode v850_opcodes[];
1776 * v850.h (struct v850_opcode): Add processors field.1830 * v850.h (struct v850_opcode): Remove flags field.1834 * v850.h (struct v850_opcode): Add flags field.2142 * v850.h (v850_opcode): Remove "size" field. Add "memop"2149 * v850.h (v850_opcode): Add size field.
284 struct v850_opcode *op = (struct v850_opcode *) v850_opcodes; in disassemble()
1332 const struct v850_opcode v850_opcodes[] =
248 * v850-opc.c: Initialise processors field of v850_opcode structure.
1885 const struct v850_opcode *op; in md_begin()2288 struct v850_opcode *opcode; in md_assemble()2289 struct v850_opcode *next_opcode; in md_assemble()2316 opcode = (struct v850_opcode *) str_hash_find (v850_hash, str); in md_assemble()