Home
last modified time | relevance | path

Searched refs:template_code (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenoutput.c151 const char *template_code; variable
340 const char *p = d->template_code; in output_insn_data()
622 process_template (class data *d, const char *template_code) in process_template() argument
628 if (template_code[0] == '*') in process_template()
630 d->template_code = 0; in process_template()
637 rtx_reader_ptr->print_md_ptr_loc (template_code); in process_template()
638 puts (template_code + 1); in process_template()
644 else if (template_code[0] == '@') in process_template()
648 for (cp = &template_code[1]; *cp; ) in process_template()
657 d->template_code = 0; in process_template()
[all …]
H A Dgensupport.c2369 const char *template_code, *cp; in gen_mnemonic_setattr() local
2377 template_code = XTMPL (insn, 3); in gen_mnemonic_setattr()
2380 if (template_code[0] == '*') in gen_mnemonic_setattr()
2383 if (template_code[0] == '@') in gen_mnemonic_setattr()
2384 cp = &template_code[1]; in gen_mnemonic_setattr()
2386 cp = &template_code[0]; in gen_mnemonic_setattr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenoutput.cc151 const char *template_code; member in data
340 const char *p = d->template_code; in output_insn_data()
622 process_template (class data *d, const char *template_code) in process_template() argument
628 if (template_code[0] == '*') in process_template()
630 d->template_code = 0; in process_template()
637 rtx_reader_ptr->print_md_ptr_loc (template_code); in process_template()
638 puts (template_code + 1); in process_template()
644 else if (template_code[0] == '@') in process_template()
648 for (cp = &template_code[1]; *cp; ) in process_template()
657 d->template_code = 0; in process_template()
[all …]
H A Dgensupport.cc2366 const char *template_code, *cp; in gen_mnemonic_setattr() local
2374 template_code = XTMPL (insn, 3); in gen_mnemonic_setattr()
2377 if (template_code[0] == '*') in gen_mnemonic_setattr()
2380 if (template_code[0] == '@') in gen_mnemonic_setattr()
2381 cp = &template_code[1]; in gen_mnemonic_setattr()
2383 cp = &template_code[0]; in gen_mnemonic_setattr()