1. 29 4月, 2014 3 次提交
  2. 19 4月, 2014 1 次提交
  3. 18 3月, 2014 2 次提交
  4. 11 10月, 2013 1 次提交
  5. 21 9月, 2013 1 次提交
  6. 03 9月, 2013 3 次提交
  7. 09 7月, 2013 1 次提交
  8. 24 2月, 2013 4 次提交
  9. 19 12月, 2012 1 次提交
  10. 13 10月, 2012 2 次提交
  11. 12 10月, 2012 1 次提交
  12. 22 9月, 2012 5 次提交
  13. 16 9月, 2012 1 次提交
  14. 04 3月, 2012 1 次提交
  15. 15 11月, 2011 1 次提交
  16. 01 10月, 2011 1 次提交
  17. 22 8月, 2011 1 次提交
  18. 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
  19. 27 3月, 2010 4 次提交
  20. 20 2月, 2010 5 次提交