> -----Original Message-----
> From: 
> [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> org] On Behalf Of Ruud Vlaming
> Sent: Friday, September 19, 2008 5:15 AM
> To: avr-gcc-list@nongnu.org
> Subject: [avr-gcc-list] Transfer bit conserved by gcc?
> 
> It is hard to find an awnser to the following question by google, 
> so lets post it here.
> 
> Is it true that avr-gcc never produces code that makes explicit
> use of the T-bit? 

No.

In GCC 4.3.2, in the machine description for the avr (gcc/config/avr/avr.md), 
there is define_insn "abssf2" that will use the T bit. It generates a CLT and 
BLD instructions. However, I have no idea how often the define_insn "abssf2" 
will trigger. But yes, there is a possibility.

And of course gas is aware of the SET and CLT instructions.

Eric Weddington


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to