aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)Author
2007-11-11removed warningbellard
2007-11-07 CPU specific boot mode (Robert Reif)blueswir1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-28 Use shared ctpop64 helperblueswir1
2007-10-20 Avoid gcc warningsblueswir1
2007-10-20 Fix compiling Sparc64 on PPC hostblueswir1
2007-10-17 Use ldq and stq for 8 byte accesses (original patch by Robert Reif)blueswir1
2007-10-14 Fix bug in Sparc32 sta op (Robert Reif)blueswir1
2007-10-14 Sparc64 hypervisor modeblueswir1
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-01 Fix block load ASIsblueswir1
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir1
2007-09-24 CPU boot modeblueswir1
2007-09-23 Add missing break statementsblueswir1
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir1
2007-09-20 Detabifyblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-08 Fix retry and done ops, trap handlingblueswir1
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir1
2007-06-01Sparc64 linux-user build fixblueswir1
2007-05-27Separate fault for code access to unassigned memoryblueswir1
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir1
2007-05-19Use full 36-bit physical address space on SS10blueswir1
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir1
2007-05-07Enable unaligned access faultsblueswir1
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir1
2007-04-06Full implementation of IEEE exceptions (Aurelien Jarno)blueswir1
2007-04-01Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st...blueswir1
2006-12-06sparc-softmmu build fixths
2006-06-25C99 64 bit printfbellard
2006-06-21soft floats for SPARC (Blue Swirl)bellard
2005-11-21cpu_single_env usage fixbellard
2005-11-11sparc merge (Blue Swirl)bellard
2005-10-30avoid using physical accesses in user emulationbellard
2005-10-30endianness fixbellard
2005-07-23sparc64 fixes (Blue Swirl)bellard
2005-07-04correct split between helper.c and op_helper.cbellard
2005-07-02sparc64 marge (Blue Swirl)bellard
2005-04-06defaut case (Blue Swirl)bellard
2005-03-13soft float supportbellard
2005-03-13sparc fixes (Blue Swirl)bellard
2005-02-22MMU fixesbellard
2005-02-07clean up - commentsbellard
2005-01-30initial sparc64 support - sparc fixes (Blue Swirl)bellard
2005-01-28endianness fixesbellard
2005-01-0364 bit target supportbellard
2004-12-19SPARC mergebellard
2004-10-10sparc fixesbellard