Lines Matching defs:the_one
1400 struct loongarch_cl_insn the_one;
1401 memset (&the_one, 0, sizeof (the_one));
1402 the_one.name = str;
1403 the_one.expand_from_macro = expand_from_macro;
1410 loongarch_split_args_by_comma (str, the_one.arg_strs);
1411 get_loongarch_opcode (&the_one);
1413 if (!the_one.all_match)
1415 char *ss = loongarch_cat_splited_strs (the_one.arg_strs);
1416 as_bad (_("no match insn: %s\t%s"), the_one.name, ss ? ss : "");
1421 if (check_this_insn_before_appending (&the_one) != 0)
1424 append_fixp_and_insn (&the_one);
1427 if (the_one.insn_length == 0 && the_one.insn->macro)
1430 if (2 == the_one.arg_num)
1432 else if (3 == the_one.arg_num)
1435 char *c_str = loongarch_expand_macro (the_one.insn->macro,
1436 the_one.arg_strs,
1438 &the_one, len_str);