Related articles |
---|
Finding MAC instructions plfriko@yahoo.de (Christian Christmann) (2006-07-16) |
Re: Finding MAC instructions emailamit@gmail.com (Amit Gupta) (2006-07-18) |
Re: Finding MAC instructions jeffrey.kenton@comcast.net (Jeff Kenton) (2006-07-22) |
Re: Finding MAC instructions henry@spsystems.net (2006-07-23) |
From: | Christian Christmann <plfriko@yahoo.de> |
Newsgroups: | comp.compilers |
Date: | 16 Jul 2006 01:03:40 -0400 |
Organization: | CS Department, University of Dortmund, Germany |
Keywords: | optimize, question |
Posted-Date: | 16 Jul 2006 01:03:40 EDT |
Hi,
for a project I want to extend our comiler (more accurately, our
code generator) for a DSP by generating optimized code using
DSP-specific instructions like the MAC (multiply accumulte).
Our compiler framework consists of a high- and a low-level
intermediate represetation and translates C code.
Could you give me any hints how potential high-level language
candidates (in C) can be recognized (and realized in assembler
by the efficient MAC instructions).
Do I need to take information from our low-level IR into account
or does it suffice to consider code in the target-specific
(assembly-like) low-level IR?
I appreciate your help since I could not find any information
about this specific topic on the internet.
Best regards,
Christian
Return to the
comp.compilers page.
Search the
comp.compilers archives again.