summaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Improve "ta 0" shutdownFabien Chouteau2011-11-191-8/+1
* target-sparc: Implement FALIGNDATA inline.Richard Henderson2011-10-261-6/+26
* target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson2011-10-261-4/+10
* target-sparc: Implement ALIGNADDR* inline.Richard Henderson2011-10-261-2/+22
* target-sparc: Implement EDGE* instructions.Richard Henderson2011-10-261-2/+175
* target-sparc: Implement fpack{16,32,fix}.Richard Henderson2011-10-261-1/+29
* target-sparc: Implement PDIST.Richard Henderson2011-10-261-2/+19
* target-sparc: Do exceptions management fully inside the helpers.Richard Henderson2011-10-261-29/+0
* target-sparc: Change fpr representation to doubles.Richard Henderson2011-10-261-79/+71
* target-sparc: Undo cpu_fpr rename.Richard Henderson2011-10-261-28/+28
* target-sparc: Extract float128 move to a function.Richard Henderson2011-10-261-32/+18
* target-sparc: Extract common code for floating-point operations.Richard Henderson2011-10-261-454/+381
* target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson2011-10-261-50/+33
* target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson2011-10-261-229/+220
* target-sparc: Add accessors for double-precision fpr access.Richard Henderson2011-10-261-112/+130
* target-sparc: Mark fprs dirty in store accessor.Richard Henderson2011-10-261-46/+8
* target-sparc: Add accessors for single-precision fpr access.Richard Henderson2011-10-261-195/+337
* Sparc: avoid AREG0 for division op helpersBlue Swirl2011-10-261-4/+8
* Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl2011-10-261-3/+3
* Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl2011-10-261-17/+17
* target-sparc: Fix order of function parametersStefan Weil2011-10-251-4/+4
* Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl2011-10-231-9/+9
* Sparc: avoid AREG0 for float and VIS opsBlue Swirl2011-10-231-133/+137
* Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl2011-10-231-13/+13
* Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko2011-08-061-9/+21
* SPARC64: implement %fprs dirty bitsTsuneo Saito2011-07-301-0/+116
* SPARC64: fix fnor* and fnand*Tsuneo Saito2011-07-301-6/+8
* SPARC64: add missing break on fmovdccTsuneo Saito2011-07-201-0/+1
* SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito2011-07-201-16/+16
* Sparc: fix FPU and AM enable checks for translationBlue Swirl2011-07-141-7/+2
* SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito2011-07-141-0/+9
* SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito2011-07-141-2/+0
* SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito2011-07-141-0/+9
* fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko2011-07-011-10/+22
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-1/+1
* sparc64: fix incorrect BPcc target sign extensionBlue Swirl2011-05-141-1/+1
* sparc64: fix wrpstate and wrtl on delay slotBlue Swirl2011-05-141-8/+20
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* SPARC: Add asr17 register supportFabien Chouteau2011-01-241-0/+11
* SPARC: Emulation of Leon3Fabien Chouteau2011-01-241-2/+11
* target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno2010-12-281-6/+6
* sparc64: fix umul and smul insnsIgor V. Kovalenko2010-06-021-26/+29
* sparc64: fix ldxfsr insnIgor V. Kovalenko2010-06-021-1/+5
* sparc64: fix missing address masking v1Igor V. Kovalenko2010-06-021-0/+4
* sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko2010-05-221-3/+7
* sparc64: fix pstate privilege bitsIgor V. Kovalenko2010-05-221-2/+2
* target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson2010-05-201-74/+198
* sparc: lazy C flag calculationBlue Swirl2010-05-091-16/+8
OpenPOWER on IntegriCloud