Skip to content
  1. Sep 25, 2007
  2. Sep 13, 2007
    • Evan Cheng's avatar
      Initial support for multi-result patterns: · 59c39dc1
      Evan Cheng authored
      1.
      [(set GR32:$dst, (add GR32:$src1, GR32:$src2)),
       (modify EFLAGS)]
      This indicates the source pattern expects the instruction would produce 2 values. The first is the result of the addition. The second is an implicit definition in register EFLAGS.
      2.
      def : Pat<(parallel (addc GR32:$src1, GR32:$src2), (modify EFLAGS)), ()>
      Similar to #1 except this is used for def : Pat patterns.
      
      llvm-svn: 41897
      59c39dc1
  3. Aug 05, 2007
  4. Jul 26, 2007
  5. Jul 16, 2007
  6. Apr 20, 2007
  7. Jan 26, 2007
  8. Nov 14, 2006
  9. Nov 09, 2006
  10. Oct 26, 2006
  11. Oct 13, 2006
  12. Oct 11, 2006
  13. Oct 09, 2006
  14. Oct 04, 2006
  15. Jun 15, 2006
  16. Apr 22, 2006
  17. Apr 19, 2006
  18. Apr 16, 2006
  19. Mar 31, 2006
  20. Mar 28, 2006
  21. Mar 27, 2006
  22. Mar 26, 2006
  23. Mar 25, 2006
  24. Mar 24, 2006
  25. Mar 21, 2006
  26. Mar 20, 2006
  27. Mar 16, 2006
  28. Mar 09, 2006
  29. Mar 03, 2006
  30. Feb 17, 2006
  31. Jan 29, 2006
Loading