Lines Matching refs:d10v_opcode
279 struct d10v_opcode *opcode; in md_begin()
287 for (opcode = (struct d10v_opcode *) d10v_opcodes; opcode->name; opcode++) in md_begin()
515 build_insn (struct d10v_opcode *opcode, in build_insn()
641 write_1_short (struct d10v_opcode *opcode, in write_1_short()
692 check_resource_conflict (struct d10v_opcode *op1, in check_resource_conflict()
694 struct d10v_opcode *op2, in check_resource_conflict()
699 struct d10v_opcode *op; in check_resource_conflict()
828 parallel_ok (struct d10v_opcode *op1, in parallel_ok()
830 struct d10v_opcode *op2, in parallel_ok()
836 struct d10v_opcode *op; in parallel_ok()
957 write_2_short (struct d10v_opcode *opcode1, in write_2_short()
959 struct d10v_opcode *opcode2, in write_2_short()
1117 static struct d10v_opcode *prev_opcode = 0;
1147 static struct d10v_opcode *
1148 find_opcode (struct d10v_opcode *opcode, expressionS myops[]) in find_opcode()
1151 struct d10v_opcode *next_opcode; in find_opcode()
1404 do_assemble (char *str, struct d10v_opcode **opcode) in do_assemble()
1432 *opcode = (struct d10v_opcode *) str_hash_find (d10v_hash, name); in do_assemble()
1558 struct d10v_opcode *rep, *repi; in md_apply_fix()
1560 rep = (struct d10v_opcode *) str_hash_find (d10v_hash, "rep"); in md_apply_fix()
1561 repi = (struct d10v_opcode *) str_hash_find (d10v_hash, "repi"); in md_apply_fix()
1724 struct d10v_opcode *opcode; in md_assemble()