1. 21 8月, 2011 1 次提交
  2. 30 7月, 2011 1 次提交
  3. 27 6月, 2011 4 次提交
  4. 04 6月, 2011 1 次提交
  5. 24 5月, 2011 3 次提交
  6. 07 3月, 2011 1 次提交
  7. 30 10月, 2010 1 次提交
  8. 21 10月, 2010 1 次提交
  9. 16 6月, 2010 1 次提交
    • R
      tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. · 2bece2c8
      Richard Henderson 提交于
      Some hosts (amd64, ia64) have an ABI that ignores the high bits
      of the 64-bit register when passing 32-bit arguments.  Others
      require the value to be properly sign-extended for the type.
      I.e. "int32_t" must be sign-extended and "uint32_t" must be
      zero-extended to 64-bits.
      
      To effect this, extend the "sizemask" parameter to tcg_gen_callN
      to include the signedness of the type of each parameter.  If the
      tcg target requires it, extend each 32-bit argument into a 64-bit
      temp and pass that to the function call.
      
      This ABI feature is required by sparc64, ppc64 and s390x.
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      2bece2c8
  10. 12 6月, 2010 1 次提交
  11. 09 6月, 2010 4 次提交
  12. 22 5月, 2010 1 次提交
  13. 08 5月, 2010 1 次提交
  14. 26 4月, 2010 1 次提交
  15. 18 4月, 2010 1 次提交
  16. 17 4月, 2010 1 次提交
  17. 27 3月, 2010 1 次提交
  18. 24 3月, 2010 1 次提交
  19. 13 3月, 2010 1 次提交
  20. 19 2月, 2010 1 次提交
  21. 07 2月, 2010 1 次提交
  22. 07 10月, 2009 1 次提交
  23. 04 10月, 2009 1 次提交
  24. 30 9月, 2009 2 次提交
  25. 28 7月, 2009 1 次提交
  26. 21 7月, 2009 1 次提交
  27. 17 7月, 2009 1 次提交
  28. 14 5月, 2009 1 次提交
  29. 16 4月, 2009 1 次提交
  30. 14 4月, 2009 1 次提交
  31. 06 4月, 2009 1 次提交