Re: Select instruction support in GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nikolaos Kavvadias <nkavv@xxxxxxxxxxxxxxx> writes:

> 1. How should I code the pattern for a SELECT instruction in an *.md file?

Add movMODEcc instructions.  See the docs.

> 2. Does any available backend define (and is able to match) something
> like a conditional move?

Yes, several.  E.g., i386 movsicc and movdicc, MIPS mov<mode>cc, etc.

> 3. Should I devise a peephole pattern for matching SELECT constructs?

That shouldn't be necessary.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux