aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)Author
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko
2009-10-13sparc64: fix done instruction pcIgor V. Kovalenko
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-23sparc64-8bit-asiIgor V. Kovalenko
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko
2009-07-27sparc64 name mmu registers and general cleanupIgor Kovalenko
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-12sparc64: trap handling correctionsIgor Kovalenko
2009-07-12sparc64: fix helper_st_asi little endian case typoIgor Kovalenko
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-10Convert udiv/sdivBlue Swirl
2009-05-10Convert tagged opsBlue Swirl
2009-05-10Convert subxBlue Swirl
2009-05-10Convert subBlue Swirl
2009-05-10Convert logical operations and umul/smulBlue Swirl
2009-05-10Convert addxBlue Swirl
2009-05-10Convert addBlue Swirl
2009-05-10Use dynamical computation for condition codesBlue Swirl
2009-04-25Fix a warning in sparc64-linux-user buildBlue Swirl
2009-04-25sparc64 support TSB related MMU registersIgor Kovalenko
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2008-12-23Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir1
2008-12-11Add missing "static"blueswir1
2008-11-17TCG variable type checking.pbrook
2008-10-07Fix error in fexpand (spotted by sparse)blueswir1
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-10-03Rearrange tick functionsblueswir1
2008-10-02Fix MXCC printf warning (based on patch by Robert Reif)blueswir1
2008-09-27Add mmu tlb demap support (Igor Kovalenko)blueswir1
2008-09-26Implement some UA2007 block ASIsblueswir1
2008-09-26Implement UA2005 hypervisor trapsblueswir1
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir1
2008-09-22Add software and timer interrupt supportblueswir1
2008-09-22Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir1
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir1
2008-09-14Fix array subscript above array bounds errorblueswir1
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir1
2008-09-10Partially convert float128 conversion ops to TCGblueswir1
2008-09-10Convert basic 64 bit VIS ops to TCGblueswir1
2008-09-10Convert basic 32 bit VIS ops to TCGblueswir1
2008-09-10Convert basic float32 ops to TCGblueswir1
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir1
2008-09-03Implement no-fault loadsblueswir1
2008-08-29Fix Sparc64 boot on i386 host:blueswir1
2008-08-25Fix udiv and sdiv on Sparc64 (Vince Weaver)blueswir1