aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-14Fix array subscript above array bounds errorblueswir11-1/+1
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir11-15/+15
2008-09-10Partially convert float128 conversion ops to TCGblueswir11-8/+8
2008-09-10Convert basic 64 bit VIS ops to TCGblueswir11-45/+0
2008-09-10Convert basic 32 bit VIS ops to TCGblueswir11-73/+8
2008-09-10Convert basic float32 ops to TCGblueswir11-22/+53
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir11-4/+12
2008-09-03Implement no-fault loadsblueswir11-8/+36
2008-08-29Fix Sparc64 boot on i386 host:blueswir11-16/+233
2008-08-25Fix udiv and sdiv on Sparc64 (Vince Weaver)blueswir11-2/+2
2008-08-21Use initial CPU definition structure for some CPU fields instead of copyingblueswir11-12/+17
2008-08-06Fix faligndata (Vince Weaver)blueswir11-1/+4
2008-08-06Fix I/D MMU tag readsblueswir11-54/+4
2008-07-25Make MAXTL dynamic, bounds check tl when indexingblueswir11-2/+2
2008-07-20Make UA200x features selectable, add MMU typesblueswir11-6/+10
2008-07-19Remove unused variableblueswir11-2/+0
2008-07-19Implement nucleus quad lddablueswir11-4/+57
2008-07-17Fix saving and loading of trap stateblueswir11-4/+4
2008-07-17Support for address maskingblueswir11-9/+19
2008-07-16Fix MMU registers, add more E-cache ASIsblueswir11-10/+64
2008-07-08Implement some Ultrasparc cache ASIs used by SILOblueswir11-0/+20
2008-06-20Fix boot problem on i386 host introduced in r4690blueswir11-4/+4
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir11-12/+12
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir11-1/+0
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir11-234/+13
2008-05-25Fix off-by-one unwinding error.pbrook1-6/+0
2008-05-20Remove currently unnecessary alignment maskingblueswir11-57/+57
2008-05-12Wrap long linesblueswir11-44/+84
2008-05-11Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir11-54/+80
2008-05-10suppressed fixed registersbellard1-28/+1
2008-05-10Fix compiler warningsblueswir11-3/+3
2008-05-09CPU feature selection supportblueswir11-47/+56
2008-05-09Move #include to speed up compilationblueswir11-0/+3
2008-05-04Complete the TCG conversionblueswir11-0/+103
2008-04-22Revert the previous patchblueswir11-0/+108
2008-04-22Move 128-bit float emulation under linux-userblueswir11-108/+0
2008-03-21 Convert align checks to TCGblueswir11-0/+6
2008-03-21 Convert save, restore, saved, restored, and flushw to TCGblueswir11-0/+92
2008-03-21 Convert other float and VIS ops to TCGblueswir11-34/+614