Home | History | Annotate | Download | only in opcodes

Lines Matching defs:opc

214   const struct loongarch_opcode *opc = get_loongarch_opcode_by_binfmt (insn);
220 const char *t_f = opc ? opc->format : NULL;
261 if (!opc)
270 if (opc->format == NULL || opc->format[0] == '\0')
272 "%s", opc->name);
275 "%-12s", opc->name);
278 char *fake_args = xmalloc (strlen (opc->format) + 1);
280 strcpy (fake_args, opc->format);
284 loongarch_foreach_args (opc->format, fake_arg_strs, dis_one_arg, info);