This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ARM] Generate usat/ssat instructions


On 29 February 2012 13:25, Ulrich Weigand <uweigand@de.ibm.com> wrote:
> Ramana Radhakrishnan wrote:
>> > ? ?("SAT", "SATrev"): New code iterators.
>> > ? ?("SATlo", "SAThi"): New code iterator attributes.
>> > ? ?("*satsi_<SAT:code>"): New pattern.
>> > ? ?("*satsi_<SAT:code>_shift"): Likewise.
>>
>> Iterators must go into iterators.md.
>
> Hmm, I left them in arm.md deliberately, because they apply very
> specifically only to those new patters; e.g. the SATlo / SAThi
> attributes give operand numbers in the pattern, and don't make
> sense for anything else ...

Might as well leave them there then as you say.

Ramana


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]