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

/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dscore-inst.h478 struct asm_opcode struct
/freebsd-10.2-release/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
11226 const struct asm_opcode *opcode;
13947 /* Tag values used in struct asm_opcode's tag field. */
14033 static const struct asm_opcode *
14038 const struct asm_opcode *opcode;
14196 const struct asm_opcode * opcode;
14912 static const struct asm_opcode insns[] =
19566 for (i = 0; i < sizeof (insns) / sizeof (struct asm_opcode); i++)

Completed in 197 milliseconds