aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
AgeCommit message (Expand)Author
2012-01-22target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber
2012-01-03sparc: avoid cpu_get_physical_page_desc()Avi Kivity
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-11-19Improve "ta 0" shutdownFabien Chouteau
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson
2011-10-26target-sparc: Implement EDGE* instructions.Richard Henderson
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson
2011-10-26target-sparc: Implement PDIST.Richard Henderson
2011-10-26target-sparc: Do exceptions management fully inside the helpers.Richard Henderson
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-26target-sparc: Undo cpu_fpr rename.Richard Henderson
2011-10-26target-sparc: Extract float128 move to a function.Richard Henderson
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson
2011-10-26Sparc: split load and store op helpersBlue Swirl
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl
2011-10-26Sparc: split MMU helpersBlue Swirl
2011-10-26Sparc: fix coding style in helper.cBlue Swirl
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl
2011-10-26Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl
2011-10-25target-sparc: Fix use of g_new0 / g_freeStefan Weil
2011-10-25target-sparc: Fix order of function parametersStefan Weil
2011-10-23Sparc: split CWP and PSTATE op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl
2011-10-23Sparc: split lazy condition code handling op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl
2011-10-23Sparc: split FPU and VIS op helpersBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl
2011-10-23Sparc: split helper.cBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau
2011-09-10Sparc64: remove useless variableBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-06Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko
2011-08-01Sparc: fix non-faulting unassigned memory accessesBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-30SPARC64: implement %fprs dirty bitsTsuneo Saito