Home | History | Annotate | Download | only in opcodes

Lines Matching defs:opc

248   const struct loongarch_opcode *opc = get_loongarch_opcode_by_binfmt (insn);
254 const char *t_f = opc ? opc->format : NULL;
295 if (!opc)
304 if (opc->format == NULL || opc->format[0] == '\0')
306 "%s", opc->name);
309 "%-12s", opc->name);
312 char *fake_args = xmalloc (strlen (opc->format) + 1);
314 strcpy (fake_args, opc->format);
318 loongarch_foreach_args (opc->format, fake_arg_strs, dis_one_arg, info);