1. 07 8月, 2011 1 次提交
  2. 30 7月, 2011 1 次提交
    • B
      exec.h cleanup · 3e457172
      Blue Swirl 提交于
      Move softmmu_exec.h include directives from target-*/exec.h to
      target-*/op_helper.c. Move also various other stuff only used in
      op_helper.c there.
      
      Define global env in dyngen-exec.h.
      
      For i386, move wrappers for segment and FPU helpers from user-exec.c
      to op_helper.c. Implement raise_exception_err_env() to handle dynamic
      CPUState. Move the function declarations to cpu.h since they can be
      used outside of op_helper.c context.
      
      LM32, s390x, UniCore32: remove unused cpu_halted(), regs_to_env() and
      env_to_regs().
      
      ARM: make raise_exception() static.
      
      Convert
      #include "exec.h"
      to
      #include "cpu.h"
      #include "dyngen-exec.h"
      and remove now unused target-*/exec.h.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      3e457172
  3. 27 6月, 2011 1 次提交
  4. 20 4月, 2011 1 次提交
  5. 18 4月, 2011 1 次提交
  6. 05 2月, 2011 1 次提交
  7. 03 12月, 2010 1 次提交
  8. 27 10月, 2009 1 次提交
  9. 18 10月, 2009 1 次提交
  10. 02 10月, 2009 2 次提交
  11. 17 7月, 2009 1 次提交
  12. 08 4月, 2009 1 次提交
  13. 05 1月, 2009 1 次提交
  14. 08 12月, 2008 1 次提交
  15. 26 10月, 2008 1 次提交
  16. 22 9月, 2008 1 次提交
  17. 19 7月, 2008 1 次提交
    • B
      Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). · 22478e79
      balrog 提交于
      helper.c
       - copy reference c0_c2 to runtime c0_c2 and not c0_c1
      
      op_helper.c
       - remove old code (PARAM1, probably some left over from old dyngen)
         that broke do_[us]sat
      
      translate.c
       - gen_smul_dual should sign-extend from 16 bit to 32 bit and not from
         8 to 32
       - disas_arm_insn:
         * smlalxy:  that was completely wrong;  now the addition is
           performed as for smlald
         * pkhtb:  optional ASR not taken into account (similar
         * to [us]sat)
         * pkhtb/pkhbt: tmp2 is dead
         * smlald, smlsld, smuad, smusd, smlad, smlsd: rd
         * and rn swapped
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4898 c046a42c-6fe2-441c-8c8c-71466251a162
      22478e79
  18. 04 7月, 2008 1 次提交
  19. 25 5月, 2008 1 次提交
  20. 02 4月, 2008 1 次提交
  21. 31 3月, 2008 8 次提交
  22. 11 11月, 2007 2 次提交
  23. 29 10月, 2007 1 次提交
  24. 14 10月, 2007 1 次提交
    • J
      Replace is_user variable with mmu_idx in softmmu core, · 6ebbf390
      j_mayer 提交于
        allowing support of more than 2 mmu access modes.
      Add backward compatibility is_user variable in targets code when needed.
      Implement per target cpu_mmu_index function, avoiding duplicated code
        and #ifdef TARGET_xxx in softmmu core functions.
      Implement per target mmu modes definitions. As an example, add PowerPC
        hypervisor mode definition and Alpha executive and kernel modes definitions.
      Optimize PowerPC case, precomputing mmu_idx when MSR register changes
        and using the same definition in code translation code.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3384 c046a42c-6fe2-441c-8c8c-71466251a162
      6ebbf390
  25. 17 9月, 2007 1 次提交
  26. 20 2月, 2006 1 次提交
  27. 26 11月, 2005 1 次提交
  28. 24 4月, 2005 1 次提交
  29. 14 3月, 2005 1 次提交
  30. 23 2月, 2005 1 次提交