/toolchain/binutils/binutils-2.25/gas/ |
cgen.h | 69 /* After CGEN_SYM (assemble_insn) is done, this is called to
|
ChangeLog-2004 | 136 (assemble_insn): Update Algorithm, improve error issuing. 519 (assemble_insn): Bug fix, when matching instructions, verify also 554 * config/tc-crx.c (assemble_insn): Check unsigned immediate [all...] |
ChangeLog-2009 | 573 (struct alpha_fixup, void assemble_insn, assemble_insn) [all...] |
ChangeLog-9899 | 234 (assemble_insn): Suppress unused variable warning. 236 (assemble_insn): Don't assume X_op and X_unsigned are in a given [all...] |
ChangeLog-2007 | 143 * config/tc-alpha.c (assemble_insn): Don't segv on NULL reloc_operand. [all...] |
ChangeLog-0001 | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-crx.c | 166 static int assemble_insn (char *, ins *); 1447 assemble_insn (char *mnemonic, ins *insn) function [all...] |
tc-cr16.c | 2198 assemble_insn (char *mnemonic, ins *insn) function [all...] |
tc-alpha.c | 582 static void assemble_insn (const struct alpha_opcode *, const expressionS *, int, struct alpha_insn *, extended_bfd_reloc_code_real_type); 2017 assemble_insn (const struct alpha_opcode *opcode, function [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
cgen.h | 375 CGEN_SYM (assemble_insn). If it can parse and build the entire insn [all...] |
ChangeLog-9103 | [all...] |