This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
A question about RTL output
- From: Eric Fisher <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 23 Oct 2005 15:45:40 +0800
- Subject: A question about RTL output
Hello,
This is a strange problem. Why an operantion that should be a 'xorsi3'
format, yet it comes out with a 'scond' format. I have defined
'xorsi3' indeed. When I use the encluesive operantion '^', it is ok to
emit 'xorsi3'. When I compile the libgcc, it is not ok in _pack_df.o.
So what's the problem?
Thanks.
Eric.