Search
lxdream.org :: lxdream/src/sh4/sh4x86.in :: log
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4x86.in
changeset1091:186558374345
authornkeynes
dateTue Dec 15 08:46:37 2009 +1000 (14 years ago)
permissions-rw-r--r--
last changeAdd side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
file annotate diff log rss
1091:18655837434514 yearsnkeynesAdd side-by-side x86+sh4 disassembly output
1067:d3c00ffccfcd14 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
1065:bc1cc0c5491714 yearsnkeynesNo-op merge lxdream-mmu to remove head (actually merged long ago)
1011:fdd58619b76015 yearsnkeynesRestructure operand types - xlat-refactor
1008:4c8211637afc15 yearsnkeynesUpdate sh4_translate_end_block_size() to have the correct backpatch sizes
1006:3a169c224c1215 yearsnkeynesCommit current work-in-progress to xlat-refactor branch xlat-refactor
1004:eae00185813415 yearsnkeynesRemove last lingering bits of SH4-specific code from the ABI headers
1003:7b2688cbbca315 yearsnkeynesRevert change to xltcache and fix breakpoint precision correctly
996:2e8cf0a8724315 yearsnkeynesFix stupid mistake in non-frame-exception path
995:eb9d43e8aa0815 yearsnkeynesCleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
992:7c15f8a7199515 yearsnkeynesMove ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi)
991:60c7fab9c88015 yearsnkeynesMove xltcache to xlat/ src directory
975:007bf7eb944f15 yearsnkeynesAdd read_byte_for_write mem function for correct implementation of AND.B and friends
974:16b079ed11bb15 yearsnkeynesFix double-counting of instructions in delay slots in sh4_finalize_instruction
956:4c1ed9e0398515 yearsnkeynesExit immediately on an unconditional exception - makes those blocks a little simpler and shorter
953:f4a156508ad115 yearsnkeynesMerge lxdream-mem branch back to trunk
946:d41ee7994db715 yearsnkeynesFully integrate SQ with the new address space code - added additional 'prefetch' lxdream-mem
941:c67574ed435515 yearsnkeynesImplement CORE_EXIT_EXCEPTION for use when direct frame messing about doesn't work lxdream-mem
939:6f2302afeb8915 yearsnkeynesMMU work-in-progress lxdream-mem
937:81b0c79d978815 yearsnkeynesUpdate sh4x86 to take advantage of SR assumptions. nice 2% there :) lxdream-mem
936:f394309c399a15 yearsnkeynesReplace fpscr_mask/fpscr flags in xlat_cache_block with a single xlat_sh4_mode, lxdream-mem
930:07e5b11419db15 yearsnkeynesRemove pointer cache and add full address-space map. Much better lxdream-mem
929:fd8cb0c82f5f15 yearsnkeynesFirst pass experiment using cached decoding. lxdream-mem
927:17b6b9e245d815 yearsnkeynesAdd return-address-modifying exception return code to mmu TLB lookups (a little bit faster)
926:68f3e0fe02f115 yearsnkeynesSetup a 'proper' stackframe in translated blocks. This doesn't affect performance noticeably,
911:2f6ba75b84d115 yearsnkeynesDeclare mem_copy_* functions as FASTCALL
908:a00debcf260015 yearsnkeynesFix x86-64 build (typos et al)
905:4c17ebd9ef5e15 yearsnkeynesUse regparam calling conventions for all functions called from translated code,
904:5b92e51ac06b15 yearsnkeynesEnable the FIPR SSE3 code for now, and add a comment on the sh4r.fr alignment
903:1337c7a7dd6b15 yearsnkeynesAdd SSE3 versions of FIPR and FTRV - the latter is about a 4.5% improvement
901:32c5cf5e206f15 yearsnkeynesMove the precision/size tests to translation-time rather than execution-time,
879:a07af43e03c415 yearsnkeynesFix corner flag case with conditional delayed branches
875:2147174fb32015 yearsnkeynesFix a few more subtle flag problems
872:a3041742bb7d15 yearsnkeynesFix CLRS/SETS - These kill the carry value, they don't set it.
824:016cda9d051815 yearsnkeynesCorrect generated UNDEF() => UNDEF(ir) for consistency with UNIMP(ir)
800:0d1be79c9b3315 yearsnkeynesFix x86-64 bugs (only visible on OS X)
789:7e7ec23217fc15 yearsnkeynesFix 64-bit correctness in ptr loads in FTRC
733:633ee022f52e15 yearsnkeynesBug 60: Fix off-by-one in recovery list size
732:f05753bbe72315 yearsnkeynesFix alignment check for 64-bit FMOVs
675:b97020f9af1c15 yearsnkeyneshange 64-bit configuration to use sizeof(void *) rather than the system id
673:44c579439d7315 yearsnkeynesCount fpscr ops separately from other LDS/STS instructions
671:a530ea88eebd15 yearsnkeynesPermanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
669:ab344e42bca915 yearsnkeynesCleanup most of the -Wall warnings (getting a bit sloppy...)
626:a010e30a30e916 yearsnkeynesFix LDS/STS to FPUL/FPSCR to check the FPU disabled bit. Fixes
604:1024c3a9cb8816 yearsnkeynesFix backpatching when the block moves during translation
601:d8d1af0d133c16 yearsnkeynesInvoke emulator single-step for untranslatable delay slots (and fix a few
596:dfc0c93d882e16 yearsnkeynesFix MAC.L/MAC.W stack issues
593:6c710c7c683516 yearsnkeynesFix block overruns from long epilogues
591:7b9612fd239516 yearsnkeynesAdd flag to skip breakpoints when it's the very first instruction of a run
590:4db6a084ca3c16 yearsnkeynesEnsure PC correctness in presence of delay-slot exceptions
586:2a3ba82cf24316 yearsnkeynesMerged lxdream-mmu r570:596 to trunk
584:5c29dd7297df16 yearsnkeynesRemove sh4_read_word accidentally left in lxdream-mmu
577:a181aeacd6e816 yearsnkeynesRemove asm file and convert to inline (easier to cope with platform conventions) lxdream-mmu
571:9bc09948d0f216 yearsnkeynesMore MMU work in progess. Much better now... lxdream-mmu
570:d2893980fbf516 yearsnkeynesChange to generate different code for mmu on/off cases lxdream-mmu
569:a1c49e1e877616 yearsnkeynesBring icache partially into line with the mmu, a little less slow with AT off lxdream-mmu
561:533f6b47807116 yearsnkeynesEnable Id keyword on all source files lxdream-mmu
559:06714bc6427116 yearsnkeynesCommit first pass at full TLB support - still needs a lot more work lxdream-mmu
553:4e6166258c2216 yearsnkeynesFix immediate call to MMU_ldtlb (braino...) lxdream_0_8_2
550:a27e3134014716 yearsnkeynesAdd support for the MMIO side of the TLB (and LDTLB)
.