summaryrefslogtreecommitdiff
path: root/target-sparc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Wrap long linesblueswir11-1/+1
2008-05-10Remove duplicated fieldblueswir11-1/+0
2008-05-10suppressed fixed registersbellard1-2/+5
2008-05-10Fix compiler warningsblueswir11-7/+7
2008-05-09CPU feature selection supportblueswir11-3/+27
2008-05-04Complete the TCG conversionblueswir11-4/+2
2008-04-23Document the shift valuesblueswir11-6/+12
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir11-0/+1
2008-03-16 Convert mulscc to TCG, add cc_src2blueswir11-1/+1
2008-03-13 Convert condition code changing versions of add, sub, logic, and div to TCGblueswir11-0/+5
2008-03-06 Convert exception ops to TCGblueswir11-1/+0
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir11-4/+8
2008-03-02 Convert tick operations to TCGblueswir11-3/+0
2008-02-14 Fix remote debugger memory access problems reported by Matthias Steinblueswir11-5/+8
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir11-0/+4
2007-11-28Use slavio base as boot prom address, rearrange sun4m init codeblueswir11-0/+1
2007-11-25 128-bit float support for user modeblueswir11-0/+3
2007-11-25 More MMU registers (Robert Reif)blueswir11-1/+1
2007-11-10added cpu_model parameter to cpu_init()bellard1-6/+2
2007-11-07 CPU specific boot mode (Robert Reif)blueswir11-1/+1
2007-10-14 Sparc64 hypervisor modeblueswir11-4/+35
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir11-1/+4
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-0/+11
2007-10-12Unify '-cpu ?' option.j_mayer1-0/+1
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-12/+0
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+12
2007-09-24 CPU boot modeblueswir11-0/+1
2007-09-20 Detabifyblueswir11-26/+26
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-1/+3
2007-07-08 Fix retry and done ops, trap handlingblueswir11-4/+2
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir11-2/+8
2007-07-07 Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir11-0/+1
2007-07-07 Fix Sparc64 page sizeblueswir11-1/+1
2007-06-03Move target-specific defines to the target directories.ths1-0/+6
2007-06-01Enable 36-bit physical address space also on 32-bit hostsblueswir11-0/+2
2007-05-27Separate fault for code access to unassigned memoryblueswir11-0/+2
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-0/+5
2007-05-19Use full 36-bit physical address space on SS10blueswir11-1/+1
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir11-0/+2
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir11-1/+4
2007-04-22Sparc64 update: more VIS opsblueswir11-0/+3
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir11-0/+2
2007-04-05Fix stdfq op (Aurelien Jarno)blueswir11-1/+2
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir11-1/+1
2007-04-01Fix Sparc co-processor ops (Aurelien Jarno)blueswir11-0/+1
2007-03-25Sparc32/64 CPU selectionblueswir11-6/+8
2007-03-24Upgrade Sparc FPU version (based on patch by Aurelien Jarno)blueswir11-2/+2
2007-03-23Sparc tagged operations (Aurelien Jarno)blueswir11-0/+2
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-2/+1