本文介绍了什么指令集使用Tilera的微处理器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请问有任何文件?我试图让写Tilera的架构的编译器的可行性的句柄。
Is there any documentation on this? I'm trying to get a handle on the feasibility of writing a compiler for the Tilera architecture.
推荐答案
在www.tilera.com/scm他们的gcc编译器的源$ C $ C,包括GCC风格的机器描述(.MD)定义的指令文件,需要由编译器作家等微观建筑细节。
The source code of their gcc compiler at www.tilera.com/scm includes gcc-style machine description (.md) files that define the instructions and other micro-architectural details needed by a compiler writer.
这篇关于什么指令集使用Tilera的微处理器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!