Searched refs:find_opcode_match (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2016 | 631 * config/tc-arc.c (find_opcode_match): New function argument 953 * config/tc-arc.c (find_opcode_match): Use insert function to 999 (find_opcode_match): Likewise. 1139 (find_opcode_match): Likewise. 1313 * config/tc-arc.c (find_opcode_match): Add missing break. 3093 (find_opcode_match): Move flag parsing code out to new function. 3338 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed. 3403 * config/tc-arc.c (find_opcode_match): Remove casting away of 4068 (find_opcode_match): Check for extensions. 4102 (find_opcode_match): Remove arc_num_opcodes. [all …]
|
H A D | ChangeLog-2020 | 2135 (find_opcode_match): Likewise. 3168 * config/tc-arc.c (find_opcode_match): Add error messages.
|
H A D | ChangeLog-9899 | 1748 * config/tc-alpha.c (find_opcode_match): Add default case to
|
H A D | ChangeLog-2018 | 2687 * config/tc-arc.c (find_opcode_match): Accept uppercase aux-regs
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2016 | 631 * config/tc-arc.c (find_opcode_match): New function argument 953 * config/tc-arc.c (find_opcode_match): Use insert function to 999 (find_opcode_match): Likewise. 1139 (find_opcode_match): Likewise. 1313 * config/tc-arc.c (find_opcode_match): Add missing break. 3093 (find_opcode_match): Move flag parsing code out to new function. 3338 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed. 3403 * config/tc-arc.c (find_opcode_match): Remove casting away of 4068 (find_opcode_match): Check for extensions. 4102 (find_opcode_match): Remove arc_num_opcodes. [all …]
|
H A D | ChangeLog-2020 | 2135 (find_opcode_match): Likewise. 3168 * config/tc-arc.c (find_opcode_match): Add error messages.
|
H A D | ChangeLog-9899 | 1748 * config/tc-alpha.c (find_opcode_match): Add default case to
|
H A D | ChangeLog-2018 | 2687 * config/tc-arc.c (find_opcode_match): Accept uppercase aux-regs
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-alpha.c | 1054 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match() function 1176 opcode = find_opcode_match (opcode, tok, &ntok, &cpumatch); in assemble_tokens_to_insn() 3339 opcode = find_opcode_match (opcode, tok, &ntok, &cpumatch); in assemble_tokens()
|
H A D | tc-arc.c | 1741 find_opcode_match (const struct arc_opcode_hash_entry *entry, in find_opcode_match() function 2471 opcode = find_opcode_match (entry, tok, &ntok, pflags, in assemble_tokens()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-alpha.c | 1056 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match() function 1178 opcode = find_opcode_match (opcode, tok, &ntok, &cpumatch); in assemble_tokens_to_insn() 3341 opcode = find_opcode_match (opcode, tok, &ntok, &cpumatch); in assemble_tokens()
|
H A D | tc-arc.c | 1752 find_opcode_match (const struct arc_opcode_hash_entry *entry, in find_opcode_match() function 2482 opcode = find_opcode_match (entry, tok, &ntok, pflags, in assemble_tokens()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 24476 (find_opcode_match): Match new signed/unsigned 32-bit immediates.
|