aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrCMovSetCC.td
Commit message (Expand)AuthorAgeFilesLines
* Move cmov pseudo instructions to InstrCompiler,Chris Lattner2010-10-051-582/+16
* Use #NAME# to have the CMOV multiclass define things with the same names as b...Chris Lattner2010-10-051-27/+30
* switch CMOVBE to the multipattern:Chris Lattner2010-10-051-35/+3
* add a multiclass for cmov's, but don't start using it yet.Chris Lattner2010-10-051-1/+40
* use a multipattern to define setcc instructions:Chris Lattner2010-10-051-173/+27
* move SETB pseudos into the same place in InstrCompiler.tdChris Lattner2010-10-051-17/+0
* split conditional moves and setcc's out to their own file.Chris Lattner2010-10-051-0/+823