summaryrefslogtreecommitdiffstats
path: root/target-sparc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* sparc64: fix done instruction pcIgor V. Kovalenko2009-10-131-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-18/+18
* Get rid of _t suffixmalc2009-10-011-18/+18
* sparc64-8bit-asiIgor V. Kovalenko2009-09-231-0/+5
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-041-19/+28
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko2009-07-271-89/+70
* sparc64 name mmu registers and general cleanupIgor Kovalenko2009-07-271-69/+145
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-5/+9
* sparc64: trap handling correctionsIgor Kovalenko2009-07-121-18/+23
* sparc64: fix helper_st_asi little endian case typoIgor Kovalenko2009-07-121-6/+6
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-8/+8
* Convert udiv/sdivBlue Swirl2009-05-101-0/+25
* Convert tagged opsBlue Swirl2009-05-101-0/+77
* Convert subxBlue Swirl2009-05-101-0/+44
* Convert subBlue Swirl2009-05-101-0/+72
* Convert logical operations and umul/smulBlue Swirl2009-05-101-0/+19
* Convert addxBlue Swirl2009-05-101-0/+44
* Convert addBlue Swirl2009-05-101-0/+93
* Use dynamical computation for condition codesBlue Swirl2009-05-101-0/+61
* Fix a warning in sparc64-linux-user buildBlue Swirl2009-04-251-1/+1
* sparc64 support TSB related MMU registersIgor Kovalenko2009-04-251-6/+93
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-2/+2
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-10/+10
* Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir12008-12-231-1/+44
* Add missing "static"blueswir12008-12-111-1/+1
* TCG variable type checking.pbrook2008-11-171-0/+5
* Fix error in fexpand (spotted by sparse)blueswir12008-10-071-4/+4
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-061-13/+14
* Rearrange tick functionsblueswir12008-10-031-0/+24
* Fix MXCC printf warning (based on patch by Robert Reif)blueswir12008-10-021-3/+3
* Add mmu tlb demap support (Igor Kovalenko)blueswir12008-09-271-1/+35
* Implement some UA2007 block ASIsblueswir12008-09-261-0/+6
* Implement UA2005 hypervisor trapsblueswir12008-09-261-14/+0
* Move also DEBUG_PCALL (see r5085)blueswir12008-09-261-0/+1
* Add software and timer interrupt supportblueswir12008-09-221-0/+15
* Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir12008-09-221-5/+5
* Use the new concat_i32_i64 op for std and stdablueswir12008-09-211-5/+0
* Fix array subscript above array bounds errorblueswir12008-09-141-1/+1
* Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir12008-09-101-15/+15
* Partially convert float128 conversion ops to TCGblueswir12008-09-101-8/+8
* Convert basic 64 bit VIS ops to TCGblueswir12008-09-101-45/+0
* Convert basic 32 bit VIS ops to TCGblueswir12008-09-101-73/+8
* Convert basic float32 ops to TCGblueswir12008-09-101-22/+53
* Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir12008-09-091-4/+12
* Implement no-fault loadsblueswir12008-09-031-8/+36
* Fix Sparc64 boot on i386 host:blueswir12008-08-291-16/+233
* Fix udiv and sdiv on Sparc64 (Vince Weaver)blueswir12008-08-251-2/+2
* Use initial CPU definition structure for some CPU fields instead of copyingblueswir12008-08-211-12/+17
OpenPOWER on IntegriCloud