Home
last modified time | relevance | path

Searched refs:opname_len (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilepro.c1120 size_t opname_len; in md_assemble() local
1126 opname_len = strcspn (str, " {}"); in md_assemble()
1127 old_char = str[opname_len]; in md_assemble()
1128 str[opname_len] = '\0'; in md_assemble()
1131 str[opname_len] = old_char; in md_assemble()
1134 as_bad (_("Unknown opcode `%.*s'."), (int)opname_len, str); in md_assemble()
1140 input_line_pointer = str + opname_len; in md_assemble()
Dtc-tilegx.c1235 size_t opname_len; in md_assemble() local
1241 opname_len = strcspn (str, " {}"); in md_assemble()
1242 old_char = str[opname_len]; in md_assemble()
1243 str[opname_len] = '\0'; in md_assemble()
1246 str[opname_len] = old_char; in md_assemble()
1249 as_bad (_("Unknown opcode `%.*s'."), (int)opname_len, str); in md_assemble()
1255 input_line_pointer = str + opname_len; in md_assemble()