aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-06Fix handling of conditional branches in delay slot of a conditional branchArtyom Tarasenko1-9/+21
2011-07-30SPARC64: implement %fprs dirty bitsTsuneo Saito1-0/+116
2011-07-30SPARC64: fix fnor* and fnand*Tsuneo Saito1-6/+8
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito1-0/+1
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito1-16/+16
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl1-7/+2
2011-07-14SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito1-0/+9
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito1-2/+0
2011-07-14SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito1-0/+9
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko1-10/+22
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-1/+1
2011-05-14sparc64: fix incorrect BPcc target sign extensionBlue Swirl1-1/+1
2011-05-14sparc64: fix wrpstate and wrtl on delay slotBlue Swirl1-8/+20
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-01-24SPARC: Add asr17 register supportFabien Chouteau1-0/+11
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau1-2/+11
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno1-6/+6
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko1-26/+29
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko1-1/+5
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko1-0/+4
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko1-3/+7
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko1-2/+2
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson1-74/+198
2010-05-09sparc: lazy C flag calculationBlue Swirl1-16/+8
2010-04-26target-sparc: Fix -singlestep.Richard Henderson1-4/+5
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-1/+2
2010-04-17target-sparc: Free instruction temporaries.Richard Henderson1-25/+27
2010-04-17Sparc: fix PC/NPC during FPU trapsBlue Swirl1-0/+2
2010-04-11Sparc: fix exceptions in delay slotBlue Swirl1-4/+4
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini1-0/+3
2010-02-25target-sparc: fix --enable-debug build for 64 bit hostStefan Weil1-1/+1
2010-02-20target-sparc: fix --enable-debug buildJay Foad1-11/+11
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko1-4/+1
2009-09-23sparc64-8bit-asiIgor V. Kovalenko1-0/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-22Sparc32/64: fix jmpl followed by branchBlue Swirl1-0/+2
2009-08-15Fix desynchronization of condition code state when a memory access trapsBlue Swirl1-0/+11
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko1-16/+35
2009-07-31sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko1-0/+5
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-06Use correct type for SPARC cpu_cc_opPaul Brook1-1/+2
2009-05-10Convert mulsccBlue Swirl1-131/+2
2009-05-10Convert udiv/sdivBlue Swirl1-19/+6
2009-05-10Convert tagged opsBlue Swirl1-129/+8
2009-05-10Convert subxBlue Swirl1-31/+6
2009-05-10Convert subBlue Swirl1-37/+11
2009-05-10Convert logical operations and umul/smulBlue Swirl1-24/+24
2009-05-10Convert addxBlue Swirl1-31/+6