aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-01 More ASIsblueswir11-6/+18
2007-12-30 Nicer debug output for exceptionsblueswir11-4/+104
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir11-3/+1
2007-12-28 Improved ASI debugging (Robert Reif)blueswir11-14/+58
2007-12-10 Add ASIs (Robert Reif)blueswir11-1/+8
2007-11-28 Fix compilation and warnings on PPC hostblueswir11-0/+17
2007-11-25 128-bit float support for user modeblueswir11-0/+39
2007-11-25 More MMU registers (Robert Reif)blueswir11-6/+17
2007-11-19 Fix MXCC register 64 bit read word order (Robert Reif)blueswir11-4/+4
2007-11-17Break up vl.h.pbrook1-24/+0
2007-11-17 Remove unnecessary register masking (Robert Reif)blueswir11-5/+5
2007-11-17 Fix MXCC error register (Robert Reif)blueswir11-4/+2
2007-11-17 Add MXCC module reset register (Robert Reif)blueswir11-0/+8
2007-11-11removed warningbellard1-1/+1
2007-11-07 CPU specific boot mode (Robert Reif)blueswir11-2/+2
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-28 Use shared ctpop64 helperblueswir11-6/+2
2007-10-20 Avoid gcc warningsblueswir11-2/+2
2007-10-20 Fix compiling Sparc64 on PPC hostblueswir11-0/+15
2007-10-17 Use ldq and stq for 8 byte accesses (original patch by Robert Reif)blueswir11-21/+22
2007-10-14 Fix bug in Sparc32 sta op (Robert Reif)blueswir11-1/+1
2007-10-14 Sparc64 hypervisor modeblueswir11-30/+68
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir11-16/+151
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-10-01 Fix block load ASIsblueswir11-9/+25
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir11-0/+73
2007-09-24 CPU boot modeblueswir11-2/+2
2007-09-23 Add missing break statementsblueswir11-0/+20
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir11-27/+376
2007-09-20 Detabifyblueswir11-308/+308
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-8/+8
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-14/+14
2007-07-08 Fix retry and done ops, trap handlingblueswir11-7/+18
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir11-3/+3
2007-06-01Sparc64 linux-user build fixblueswir11-0/+8
2007-05-27Separate fault for code access to unassigned memoryblueswir11-2/+8
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-0/+17
2007-05-19Use full 36-bit physical address space on SS10blueswir11-6/+56
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir11-17/+114
2007-05-07Enable unaligned access faultsblueswir11-4/+5
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir11-0/+12
2007-04-06Full implementation of IEEE exceptions (Aurelien Jarno)blueswir11-10/+61
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir11-1/+7
2006-12-06sparc-softmmu build fixths1-2/+2
2006-06-25C99 64 bit printfbellard1-4/+4
2006-06-21soft floats for SPARC (Blue Swirl)bellard1-185/+35
2005-11-21cpu_single_env usage fixbellard1-2/+2
2005-11-11sparc merge (Blue Swirl)bellard1-0/+8
2005-10-30avoid using physical accesses in user emulationbellard1-1/+10
2005-10-30endianness fixbellard1-26/+54