Lines Matching defs:module

64 		       options.module.global.prefix.l);
66 options.module.global.prefix.l);
74 options.module.global.prefix.l, word_nr);
77 options.module.global.prefix.l);
85 options.module.global.prefix.l, word_nr);
88 options.module.global.prefix.l);
120 options.module.global.prefix.l);
138 options.module.global.prefix.l, word_nr);
140 options.module.global.prefix.l);
142 options.module.global.prefix.l);
172 options.module.global.prefix.l);
240 nr += lf_printf (file, "%s", options.module.semantics.prefix.l);
244 nr += lf_printf (file, "%s", options.module.idecode.prefix.l);
248 nr += lf_printf (file, "%sitable_", options.module.itable.prefix.l);
251 nr += lf_printf (file, "%s", options.module.icache.prefix.l);
255 nr += lf_printf (file, "%s", options.module.engine.prefix.l);
335 options.module.itable.prefix.l);
337 options.module.itable.prefix.l);
425 options.module.global.prefix.l);
577 print_include (lf *file, igen_module module)
579 lf_printf (file, "#include \"%s%s.h\"\n", module.prefix.l, module.suffix.l);
583 print_include_inline (lf *file, igen_module module)
585 lf_printf (file, "#if C_REVEALS_MODULE_P (%s_INLINE)\n", module.suffix.u);
586 lf_printf (file, "#include \"%s%s.c\"\n", module.prefix.l, module.suffix.l);
588 print_include (file, module);
599 print_include_inline (file, options.module.itable);
600 print_include_inline (file, options.module.idecode);
601 print_include_inline (file, options.module.support);
617 lf_printf (file, " %sidecode_semantic", options.module.global.prefix.l);
656 print_include (file, options.module.semantics);
693 options.module.global.prefix.l, word_nr);
765 options.insn_bit_size, options.module.global.prefix.l);
769 options.module.global.prefix.l);
773 options.module.global.prefix.l);
778 options.module.global.prefix.l);
782 && strlen (options.module.global.prefix.u) > 0)
786 options.module.global.prefix.u);
825 print_include_inline (file, options.module.semantics);
852 options.module.global.prefix.l);
1055 ("\t Specify -P <module>=<prefix> to set a specific <module>'s prefix.\n");
1061 ("\t Specify -S <module>=<suffix> to change a specific <module>'s name (suffix).\n");
1247 names = &options.module.global;
1256 names = &options.module.global;
1260 names = &options.module.engine;
1264 names = &options.module.icache;
1268 names = &options.module.idecode;
1272 names = &options.module.itable;
1276 names = &options.module.semantics;
1280 names = &options.module.support;
1307 if (name == &options.module.global.prefix)
1309 options.module.engine.prefix = options.module.global.prefix;
1310 options.module.icache.prefix = options.module.global.prefix;
1311 options.module.idecode.prefix = options.module.global.prefix;
1312 /* options.module.itable.prefix = options.module.global.prefix; */
1313 options.module.semantics.prefix =
1314 options.module.global.prefix;
1315 options.module.support.prefix = options.module.global.prefix;
1317 if (name == &options.module.global.suffix)
1319 options.module.engine.suffix = options.module.global.suffix;
1320 options.module.icache.suffix = options.module.global.suffix;
1321 options.module.idecode.suffix = options.module.global.suffix;
1322 /* options.module.itable.suffix = options.module.global.suffix; */
1323 options.module.semantics.suffix =
1324 options.module.global.suffix;
1325 options.module.support.suffix = options.module.global.suffix;