Skip to content
Snippets Groups Projects
  1. Sep 29, 2021
  2. Aug 25, 2021
  3. Jun 14, 2021
    • Henrik Gramner's avatar
      x86inc: Support memory operands in src1 in 3-operand instructions · e73fc230
      Henrik Gramner authored
      Particularly in code that makes heavy use of macros it's possible
      to end up with 3-operand instructions with a memory operand in src1.
      In the case of SSE this works fine due to automatic move insertions,
      but in AVX that fails since memory operands are only allowed in src2.
      
      The main purpose of this feature is to minimize the amount of code
      changes required to facilitate conversion of existing SSE code to AVX.
      e73fc230
  4. Jun 13, 2021
  5. May 05, 2021
  6. May 03, 2021
  7. Apr 13, 2021
  8. Apr 12, 2021
  9. Feb 11, 2021
  10. Feb 10, 2021
  11. Feb 08, 2021
  12. Feb 01, 2021
  13. Jan 27, 2021
  14. Jan 26, 2021
  15. Jan 24, 2021
Loading