This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about Machine Description
- From: Ian Lance Taylor <iant at google dot com>
- To: yazdanbakhsh <amir dot yazdanbakhsh at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 02 Jun 2010 23:10:47 -0700
- Subject: Re: Question about Machine Description
- References: <63281.24.163.112.200.1128386718.squirrel@webmail.ncsu.edu> <28433505.post@talk.nabble.com> <mcrr5lskb7f.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <28439702.post@talk.nabble.com> <mcr6334kagr.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <28447744.post@talk.nabble.com> <mcrpr1bg144.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <28449607.post@talk.nabble.com> <mcr4oinfwny.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <28476454.post@talk.nabble.com> <mcrbpcsye9x.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <28503521.post@talk.nabble.com> <mcr8w7spdsq.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <28763372.post@talk.nabble.com>
yazdanbakhsh <amir.yazdanbakhsh@gmail.com> writes:
> I want to exclude XORI from the instruction set of a cpu. I deleted all the
> XORI in md file. But when I compiled my program some XORI operation still
> exist. how this would be possible?
It could be printed directly from a .c file in your config/CPU
directory.
Ian