Lines Matching refs:idecode
41 #include "gen-idecode.h"
123 /* Idecode functions */
242 nr += lf_printf (file, "%s", options.module.idecode.prefix.l);
480 print_itrace (lf *file, const insn_entry *insn, int idecode)
486 const char *phase = (idecode) ? "DECODE" : "INSN";
599 print_include_inline (file, options.module.idecode);
729 lf_printf (file, "#include \"idecode.h\"\n");
795 ERROR ("FIXME - idecode with icache suffering from bit-rot");
843 /* output the main idecode routine */
882 lf_printf (file, "#include \"idecode.h\"\n");
1162 printf (" -d <output-file> output idecode\n");
1273 if (strncmp (optarg, "idecode=", chp - optarg) == 0)
1275 names = &options.module.idecode;
1318 options.module.idecode.prefix = options.module.global.prefix;
1328 options.module.idecode.suffix = options.module.global.suffix;