Home
last modified time | relevance | path

Searched refs:find_opcode_match (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2016631 * 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 DChangeLog-20202135 (find_opcode_match): Likewise.
3168 * config/tc-arc.c (find_opcode_match): Add error messages.
H A DChangeLog-98991748 * config/tc-alpha.c (find_opcode_match): Add default case to
H A DChangeLog-20182687 * config/tc-arc.c (find_opcode_match): Accept uppercase aux-regs
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2016631 * 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 DChangeLog-20202135 (find_opcode_match): Likewise.
3168 * config/tc-arc.c (find_opcode_match): Add error messages.
H A DChangeLog-98991748 * config/tc-alpha.c (find_opcode_match): Add default case to
H A DChangeLog-20182687 * config/tc-arc.c (find_opcode_match): Accept uppercase aux-regs
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c1054 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 Dtc-arc.c1741 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 Dtc-alpha.c1056 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 Dtc-arc.c1752 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 DChangeLog.git24476 (find_opcode_match): Match new signed/unsigned 32-bit immediates.