Ejemplo n.º 1
0
        ret = ret + ' ';

    arched_arglist.append(arched_args); #!!!!!!!!!!!
    my_arglist.append(my_args) #!!!!!!!!!!!!!!!!!
    retlist.append(ret);
    fcountlist.append(fcount);
    taglist.append(tags);               


outfile_cpu_h.write(make_cpuid_h(filearchs));
outfile_cpu_h.close();

outfile_cpu_c.write(make_cpuid_c(filearchs));
outfile_cpu_c.close();

outfile_set_simd.write(make_set_simd(filearchs, machines));
outfile_set_simd.close();

outfile_config_fixed.write(make_config_fixed(filearchs));
outfile_config_fixed.close();

outfile_typedefs.write(make_typedefs(functions, retlist, my_argtypelist));
outfile_typedefs.close();

outfile_makefile_am.write(make_makefile_am(filearchs, machines, archflags_dict))
outfile_makefile_am.close()

outfile_machines_h.write(make_machines_h(functions, machines, archs))
outfile_machines_h.close()

outfile_machines_c.write(make_machines_c(machines))
Ejemplo n.º 2
0
        ret = ret + ' '

    arched_arglist.append(arched_args)
    #!!!!!!!!!!!
    my_arglist.append(my_args)  #!!!!!!!!!!!!!!!!!
    retlist.append(ret)
    fcountlist.append(fcount)
    taglist.append(tags)

outfile_cpu_h.write(make_cpuid_h(filearchs))
outfile_cpu_h.close()

outfile_cpu_c.write(make_cpuid_c(filearchs))
outfile_cpu_c.close()

outfile_set_simd.write(make_set_simd(filearchs, machines))
outfile_set_simd.close()

outfile_config_fixed.write(make_config_fixed(filearchs))
outfile_config_fixed.close()

outfile_typedefs.write(make_typedefs(functions, retlist, my_argtypelist))
outfile_typedefs.close()

outfile_makefile_am.write(make_makefile_am(filearchs, machines,
                                           archflags_dict))
outfile_makefile_am.close()

outfile_machines_h.write(make_machines_h(functions, machines, archs))
outfile_machines_h.close()
Ejemplo n.º 3
0
    fcountlist.append(fcount)
    taglist.append(tags)

outfile_mktables.write(make_mktables(functions))
outfile_mktables.close()

outfile_cpu_h.write(make_cpuid_h(filearchs))
outfile_cpu_h.close()

outfile_cpu_x86_c.write(make_cpuid_x86_c(filearchs))
outfile_cpu_x86_c.close()

outfile_proccpu_sim.write(make_proccpu_sim(filearchs))
outfile_proccpu_sim.close()

outfile_set_simd.write(make_set_simd(filearchs))
outfile_set_simd.close()

outfile_cpu_generic_c.write(make_cpuid_generic_c(filearchs))
outfile_cpu_generic_c.close()

outfile_cpu_powerpc_c.write(make_cpuid_powerpc_c(filearchs))
outfile_cpu_powerpc_c.close()

outfile_config_in.write(make_config_in(filearchs))
outfile_config_in.close()

outfile_reg.write(make_registry(filearchs, functions, fcountlist))
outfile_reg.close()

outfile_h.write(make_h(functions, arched_arglist, retlist))
Ejemplo n.º 4
0
    taglist.append(tags);               

outfile_mktables.write(make_mktables(functions));
outfile_mktables.close();


outfile_cpu_h.write(make_cpuid_h(filearchs));
outfile_cpu_h.close();

outfile_cpu_x86_c.write(make_cpuid_x86_c(filearchs));
outfile_cpu_x86_c.close();

outfile_proccpu_sim.write(make_proccpu_sim(filearchs));
outfile_proccpu_sim.close();

outfile_set_simd.write(make_set_simd(filearchs));
outfile_set_simd.close();

outfile_cpu_generic_c.write(make_cpuid_generic_c(filearchs)); 
outfile_cpu_generic_c.close();

outfile_cpu_powerpc_c.write(make_cpuid_powerpc_c(filearchs));
outfile_cpu_powerpc_c.close();

outfile_config_in.write(make_config_in(filearchs));
outfile_config_in.close();
    
outfile_reg.write(make_registry(filearchs, functions, fcountlist));
outfile_reg.close();

outfile_h.write(make_h(functions, arched_arglist, retlist));