On Wed, Apr 11, 2012 at 11:55 AM, Bernd Schmidt wrote:
> On 04/11/2012 06:53 PM, Peter Bigot wrote:
>> On Mon, Mar 5, 2012 at 10:38 AM, Bernd Schmidt
>> wrote:
>>> On 03/05/2012 05:24 PM, Peter Bigot wrote:
And is there any reason (other than it doesn't seem to have been done
before) t
On 04/11/2012 06:53 PM, Peter Bigot wrote:
> On Mon, Mar 5, 2012 at 10:38 AM, Bernd Schmidt
> wrote:
>> On 03/05/2012 05:24 PM, Peter Bigot wrote:
>>> And is there any reason (other than it doesn't seem to have been done
>>> before) to believe PSImode is the wrong way to support a
>>> general-pur
On Mon, Mar 5, 2012 at 10:38 AM, Bernd Schmidt wrote:
> On 03/05/2012 05:24 PM, Peter Bigot wrote:
>> And is there any reason (other than it doesn't seem to have been done
>> before) to believe PSImode is the wrong way to support a
>> general-purpose 20-bit integral type in gcc?
>
> If you're usin
On Mon, Mar 5, 2012 at 10:38 AM, Bernd Schmidt wrote:
> On 03/05/2012 05:24 PM, Peter Bigot wrote:
>> And is there any reason (other than it doesn't seem to have been done
>> before) to believe PSImode is the wrong way to support a
>> general-purpose 20-bit integral type in gcc?
>
> If you're usin
Bernd Schmidt wrote:
> On 03/05/2012 05:24 PM, Peter Bigot wrote:
>> And is there any reason (other than it doesn't seem to have been done
>> before) to believe PSImode is the wrong way to support a
>> general-purpose 20-bit integral type in gcc?
>
> If you're using 4.7.0, it should be possible to
On Mon, Mar 5, 2012 at 10:38 AM, Bernd Schmidt wrote:
> On 03/05/2012 05:24 PM, Peter Bigot wrote:
>> And is there any reason (other than it doesn't seem to have been done
>> before) to believe PSImode is the wrong way to support a
>> general-purpose 20-bit integral type in gcc?
>
> If you're usin
On 03/05/2012 05:24 PM, Peter Bigot wrote:
> And is there any reason (other than it doesn't seem to have been done
> before) to believe PSImode is the wrong way to support a
> general-purpose 20-bit integral type in gcc?
If you're using 4.7.0, it should be possible to use FRACTIONAL_INT_MODE
and g
I'm enhancing the out-of-tree msp430 back end to support the 20-bit
extended registers of the 430X CPU. I'd like to do this using a
native type rather than special-casing its use in addresses. It seems
the best approach is to use PSImode, since the values are 20 bits when
in a register, and 32 bi