1. 17 12月, 2018 4 次提交
  2. 08 2月, 2018 1 次提交
    • R
      tcg/i386: Add vector operations · 770c2fc7
      Richard Henderson 提交于
      The x86 vector instruction set is extremely irregular.  With newer
      editions, Intel has filled in some of the blanks.  However, we don't
      get many 64-bit operations until SSE4.2, introduced in 2009.
      
      The subsequent edition was for AVX1, introduced in 2011, which added
      three-operand addressing, and adjusts how all instructions should be
      encoded.
      
      Given the relatively narrow 2 year window between possible to support
      and desirable to support, and to vastly simplify code maintainence,
      I am only planning to support AVX1 and later cpus.
      Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
      Signed-off-by: NRichard Henderson <richard.henderson@linaro.org>
      770c2fc7
  3. 08 9月, 2017 3 次提交
  4. 06 6月, 2017 2 次提交
  5. 24 2月, 2017 1 次提交
  6. 11 1月, 2017 4 次提交
  7. 10 1月, 2017 2 次提交
  8. 12 7月, 2016 1 次提交
  9. 25 8月, 2015 2 次提交
  10. 04 6月, 2015 1 次提交
  11. 05 6月, 2014 1 次提交
  12. 13 5月, 2014 1 次提交
  13. 29 4月, 2014 1 次提交
  14. 19 4月, 2014 1 次提交
  15. 18 2月, 2014 2 次提交
  16. 13 10月, 2013 1 次提交
  17. 11 10月, 2013 1 次提交
  18. 03 9月, 2013 3 次提交
  19. 24 2月, 2013 5 次提交
  20. 29 12月, 2012 1 次提交
  21. 19 12月, 2012 1 次提交
  22. 12 10月, 2012 1 次提交