Home
last modified time | relevance | path

Searched refs:asm_opcode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dscore-inst.h478 struct asm_opcode struct
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-score.c319 static const struct asm_opcode score_ldst_insns[] =
347 static const struct asm_opcode score_insns[] =
2378 const struct asm_opcode *opcode; in parse_16_32_inst()
2393 opcode = (const struct asm_opcode *) hash_find (score_ops_hsh, operator); in parse_16_32_inst()
4623 for (i = 0; i < sizeof (score_insns) / sizeof (struct asm_opcode); i++) in build_score_ops_hsh()
4625 const struct asm_opcode *insn = score_insns + i; in build_score_ops_hsh()
4627 struct asm_opcode *new; in build_score_ops_hsh()
4629 new = obstack_alloc (&insn_obstack, sizeof (struct asm_opcode)); in build_score_ops_hsh()
H A Dtc-arm.c515 struct asm_opcode struct
11266 const struct asm_opcode *opcode; in do_vfp_nsyn_opcode()
14072 static const struct asm_opcode *
14077 const struct asm_opcode *opcode; in opcode_lookup()
14235 const struct asm_opcode * opcode; in md_assemble()
14958 static const struct asm_opcode insns[] =
19610 for (i = 0; i < sizeof (insns) / sizeof (struct asm_opcode); i++) in md_begin()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-0001128 (struct asm_opcode): Adjust parms field accordingly.
136 * tc-arm.c (struct asm_opcode): Delete comp_suffix and flags. Add
H A DChangeLog-96971340 (struct asm_opcode ): Add prototypes for parms field.
H A DChangeLog-92952692 (asm_opcode, insns[]): New format, add version support.