| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-loongarch.c | 41 const char *arg_strs[MAX_ARG_NUM_PLUS_2]; member in struct:loongarch_cl_insn 1087 (it->format, insn->arg_strs, 1318 const char *arg_strs[6]; local 1342 loongarch_split_args_by_comma (args_buf, arg_strs); 1389 ret = loongarch_expand_macro (insns_buf, arg_strs, NULL, NULL, 1443 loongarch_split_args_by_comma (str, the_one.arg_strs); 1480 char *ss = loongarch_cat_splited_strs (the_one.arg_strs); 1501 the_one.arg_strs, 2178 { .name = "andi", .arg_strs = { "$r0", "$r0", "0", NULL } };
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-loongarch.c | 40 const char *arg_strs[MAX_ARG_NUM_PLUS_2]; member in struct:loongarch_cl_insn 1073 (it->format, insn->arg_strs, 1297 const char *arg_strs[6]; local 1321 loongarch_split_args_by_comma (args_buf, arg_strs); 1368 ret = loongarch_expand_macro (insns_buf, arg_strs, NULL, NULL, 1410 loongarch_split_args_by_comma (str, the_one.arg_strs); 1415 char *ss = loongarch_cat_splited_strs (the_one.arg_strs); 1436 the_one.arg_strs, 2110 { .name = "andi", .arg_strs = { "$r0", "$r0", "0", NULL } };
|