Searched refs:asm_opcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/opcode/
H A Dscore-inst.h478 struct asm_opcode struct
/freebsd-12-stable/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;
2393 opcode = (const struct asm_opcode *) hash_find (score_ops_hsh, operator);
4623 for (i = 0; i < sizeof (score_insns) / sizeof (struct asm_opcode); i++)
4625 const struct asm_opcode *insn = score_insns + i;
4627 struct asm_opcode *new;
4629 new = obstack_alloc (&insn_obstack, sizeof (struct asm_opcode));
H A Dtc-arm.c515 struct asm_opcode struct
11276 const struct asm_opcode *opcode;
13997 /* Tag values used in struct asm_opcode's tag field. */
14083 static const struct asm_opcode *
14088 const struct asm_opcode *opcode;
14246 const struct asm_opcode * opcode;
14970 static const struct asm_opcode insns[] =
19624 for (i = 0; i < sizeof (insns) / sizeof (struct asm_opcode); i++)

Completed in 185 milliseconds