summaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-18 Convert udiv and sdiv ops to TCGblueswir11-0/+44
2008-03-18 Convert CCR and CWP ops to TCGblueswir11-0/+21
2008-03-18 Convert array8/16/32 and alignaddr to TCGblueswir11-0/+31
2008-03-15 Convert ldfsr and stfsr to TCGblueswir11-1/+8
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir11-17/+21
2008-03-04 Convert float helpers to TCG, fix fabsq in the processblueswir11-22/+13
2008-02-24 Modify Sparc32/64 to use TCGblueswir11-280/+318
2008-02-11 Sparc32 MMU register fixes (Robert Reif)blueswir11-8/+14
2008-01-01 More ASIsblueswir11-6/+18
2007-12-30 Nicer debug output for exceptionsblueswir11-4/+104
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir11-3/+1
2007-12-28 Improved ASI debugging (Robert Reif)blueswir11-14/+58