aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-23sparc32 fix np dereference in do_unassigned_accessArtyom Tarasenko1-1/+2
2010-01-15sparc32 do_unassigned_access overhaul v2Artyom Tarasenko1-12/+30
2010-01-08sparc64: check for pending irq when pil, pstate or softint is changedIgor V. Kovalenko1-3/+38
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko1-0/+14
2010-01-08sparc64: trace pstate and global register set changesIgor V. Kovalenko1-0/+20
2010-01-08sparc64: change_pstate should have 32bit argumentIgor V. Kovalenko1-3/+3
2010-01-07Sparc32: clear exception_index with -1 valueBlue Swirl1-1/+1
2010-01-06sparc64: clear exception_index with -1 valueIgor V. Kovalenko1-1/+1
2010-01-03pass env to raise_exception if called outside of op_helper codeIgor V. Kovalenko1-2/+5
2010-01-03sparc64: switch to MMU global registers in more MMU related trapsIgor V. Kovalenko1-3/+3
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko1-61/+30
2009-10-13sparc64: fix done instruction pcIgor V. Kovalenko1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-18/+18
2009-10-01Get rid of _t suffixmalc1-18/+18
2009-09-23sparc64-8bit-asiIgor V. Kovalenko1-0/+5
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko1-19/+28
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko1-89/+70
2009-07-27sparc64 name mmu registers and general cleanupIgor Kovalenko1-69/+145
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-5/+9
2009-07-12sparc64: trap handling correctionsIgor Kovalenko1-18/+23
2009-07-12sparc64: fix helper_st_asi little endian case typoIgor Kovalenko1-6/+6
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-8/+8
2009-05-10Convert udiv/sdivBlue Swirl1-0/+25
2009-05-10Convert tagged opsBlue Swirl1-0/+77
2009-05-10Convert subxBlue Swirl1-0/+44
2009-05-10Convert subBlue Swirl1-0/+72
2009-05-10Convert logical operations and umul/smulBlue Swirl1-0/+19
2009-05-10Convert addxBlue Swirl1-0/+44
2009-05-10Convert addBlue Swirl1-0/+93
2009-05-10Use dynamical computation for condition codesBlue Swirl1-0/+61
2009-04-25Fix a warning in sparc64-linux-user buildBlue Swirl1-1/+1
2009-04-25sparc64 support TSB related MMU registersIgor Kovalenko1-6/+93
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-10/+10
2008-12-23Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir11-1/+44
2008-12-11Add missing "static"blueswir11-1/+1
2008-11-17TCG variable type checking.pbrook1-0/+5
2008-10-07Fix error in fexpand (spotted by sparse)blueswir11-4/+4
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir11-13/+14
2008-10-03Rearrange tick functionsblueswir11-0/+24
2008-10-02Fix MXCC printf warning (based on patch by Robert Reif)blueswir11-3/+3
2008-09-27Add mmu tlb demap support (Igor Kovalenko)blueswir11-1/+35
2008-09-26Implement some UA2007 block ASIsblueswir11-0/+6
2008-09-26Implement UA2005 hypervisor trapsblueswir11-14/+0
2008-09-26Move also DEBUG_PCALL (see r5085)blueswir11-0/+1
2008-09-22Add software and timer interrupt supportblueswir11-0/+15
2008-09-22Fix arguments used in cas/casx, thanks to Igor Kovalenko for spottingblueswir11-5/+5
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir11-5/+0