aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)Author
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: 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 order of function parametersStefan Weil
2011-10-23Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl
2011-08-06Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko
2011-07-30SPARC64: implement %fprs dirty bitsTsuneo Saito
2011-07-30SPARC64: fix fnor* and fnand*Tsuneo Saito
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl
2011-07-14SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito
2011-07-14SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-14sparc64: fix incorrect BPcc target sign extensionBlue Swirl
2011-05-14sparc64: fix wrpstate and wrtl on delay slotBlue Swirl
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-01-24SPARC: Add asr17 register supportFabien Chouteau
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson
2010-05-09sparc: lazy C flag calculationBlue Swirl
2010-04-26target-sparc: Fix -singlestep.Richard Henderson