summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* Sparc: split load and store op helpersBlue Swirl2011-10-262-2416/+2434
* Sparc: convert win_helper to trace frameworkBlue Swirl2011-10-261-22/+8
* Sparc: convert interrupt helpers to trace frameworkBlue Swirl2011-10-262-26/+16
* Sparc: convert mmu_helper to trace frameworkBlue Swirl2011-10-261-44/+20
* Sparc: split MMU helpersBlue Swirl2011-10-263-860/+879
* Sparc: fix coding style in helper.cBlue Swirl2011-10-261-43/+52
* Sparc: avoid AREG0 for division op helpersBlue Swirl2011-10-264-82/+88
* Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl2011-10-266-107/+117
* Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl2011-10-263-200/+89
* target-sparc: Fix use of g_new0 / g_freeStefan Weil2011-10-251-4/+4
* target-sparc: Fix order of function parametersStefan Weil2011-10-251-4/+4
* Sparc: split CWP and PSTATE op helpersBlue Swirl2011-10-233-489/+522
* Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl2011-10-234-49/+48
* Sparc: split lazy condition code handling op helpersBlue Swirl2011-10-232-464/+486
* Sparc: avoid AREG0 for float and VIS opsBlue Swirl2011-10-234-273/+280
* Sparc: split FPU and VIS op helpersBlue Swirl2011-10-233-743/+797
* Sparc: fix coding styleBlue Swirl2011-10-231-452/+502
* Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl2011-10-234-72/+70
* Sparc: move trivial functions from op_helper.cBlue Swirl2011-10-233-47/+46
* Sparc: split helper.cBlue Swirl2011-10-236-1084/+1134
* Sparc: fix coding styleBlue Swirl2011-10-231-32/+41
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Gdbstub: Fix back-trace on SPARC32Fabien Chouteau2011-09-102-0/+91
* Sparc64: remove useless variableBlue Swirl2011-09-101-4/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-5/+5
* Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko2011-08-061-9/+21
* Sparc: fix non-faulting unassigned memory accessesBlue Swirl2011-08-011-17/+8
* exec.h cleanupBlue Swirl2011-07-302-16/+6
* SPARC64: implement %fprs dirty bitsTsuneo Saito2011-07-301-0/+116
* SPARC64: fix fnor* and fnand*Tsuneo Saito2011-07-301-6/+8
* target-sparc: Fix compiler errors (format strings)Stefan Weil2011-07-221-2/+2
* SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2011-07-212-3/+30
* SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito2011-07-211-16/+20
* SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito2011-07-211-6/+2
* SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2011-07-212-1/+16
* SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito2011-07-211-6/+14
* SPARC64: SFSR cleanup and fixTsuneo Saito2011-07-212-12/+62
* SPARC64: TTE bits cleanupTsuneo Saito2011-07-212-16/+26
* Fix unassigned memory access handlingBlue Swirl2011-07-202-8/+22
* SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito2011-07-201-1/+2
* SPARC64: add missing break on fmovdccTsuneo Saito2011-07-201-0/+1
* SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito2011-07-203-28/+31
* Sparc: fix FPU and AM enable checks for translationBlue Swirl2011-07-142-23/+35
* SPARC64: C99 comment fix for block-transfer ASIsTsuneo Saito2011-07-141-14/+14
* SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfaTsuneo Saito2011-07-141-0/+4
* SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfaTsuneo Saito2011-07-141-1/+5
* SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfaTsuneo Saito2011-07-141-1/+5
* SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito2011-07-141-0/+9
* SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito2011-07-142-6/+11
OpenPOWER on IntegriCloud