Home | History | Annotate | Download | only in igen

Lines Matching refs:icache

39 #include "gen-icache.h"
58 if (options.gen.icache || nr_prefetched_words < 0)
96 if (options.gen.icache || nr_prefetched_words < 0)
249 nr += lf_printf (file, "%s", options.module.icache.prefix.l);
697 if (options.gen.code == generate_calls && options.gen.icache)
725 if (options.gen.code == generate_calls && options.gen.icache)
731 lf_printf (file, "#include \"icache.h\"\n");
793 if (options.gen.icache)
795 ERROR ("FIXME - idecode with icache suffering from bit-rot");
844 if (!options.gen.icache)
1101 ("\t gen-icache[=<N> - generate an instruction cracking cache of size <N>\n");
1105 ("\t gen-insn-in-icache - save original instruction when cracking\n");
1117 ("\t gen-semantic-icache - include semantic code in cracking functions\n");
1161 printf (" -c <output-file> output icache\n");
1269 if (strncmp (optarg, "icache=", chp - optarg) == 0)
1271 names = &options.module.icache;
1317 options.module.icache.prefix = options.module.global.prefix;
1327 options.module.icache.suffix = options.module.global.suffix;
1433 else if (strncmp (argp, "gen-icache", strlen ("gen-icache")) == 0)
1435 switch (argp[strlen ("gen-icache")])
1439 atoi (argp + strlen ("gen-icache") + 1);
1440 options.gen.icache = enable_p;
1443 options.gen.icache = enable_p;
1447 "Expecting -Ggen-icache or -Ggen-icache=<N>\n");
1450 else if (strcmp (argp, "gen-insn-in-icache") == 0)
1482 else if (strcmp (argp, "gen-semantic-icache") == 0)