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

/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dscore-inst.h478 struct asm_opcode struct
/freebsd-9.3-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
11158 const struct asm_opcode *opcode;
13879 /* Tag values used in struct asm_opcode's tag field. */
13965 static const struct asm_opcode *
13970 const struct asm_opcode *opcode;
14128 const struct asm_opcode * opcode;
14844 static const struct asm_opcode insns[] =
19489 for (i = 0; i < sizeof (insns) / sizeof (struct asm_opcode); i++)

Completed in 381 milliseconds