aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/helper.h
AgeCommit message (Expand)Author
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson
2010-05-19target-sparc: Fix compilation with --enable-debug.Richard Henderson
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko
2009-05-10Use dynamical computation for condition codesBlue Swirl
2008-11-17TCG variable type checking.pbrook
2008-09-26Implement UA2005 hypervisor trapsblueswir1
2008-09-22Add software and timer interrupt supportblueswir1
2008-09-21Use the new concat_i32_i64 op for std and stdablueswir1
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-08-29Fix Sparc64 boot on i386 host:blueswir1
2008-07-19Implement nucleus quad lddablueswir1
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir1
2008-05-22Register op helpersblueswir1
2008-05-12Move prototype back to avoid a compiler warningblueswir1
2008-05-10Fix compiler warningsblueswir1
2008-05-09CPU feature selection supportblueswir1
2008-05-04Complete the TCG conversionblueswir1
2008-03-21 Convert align checks to TCGblueswir1
2008-03-21 Convert save, restore, saved, restored, and flushw to TCGblueswir1
2008-03-21 Convert other float and VIS ops to TCGblueswir1
2008-03-18 Convert udiv and sdiv ops to TCGblueswir1
2008-03-18 Convert CCR and CWP ops to TCGblueswir1
2008-03-18 Convert array8/16/32 and alignaddr to TCGblueswir1
2008-03-15 Convert ldfsr and stfsr to TCGblueswir1
2008-03-06 Convert exception ops to TCGblueswir1
2008-03-04 Convert float helpers to TCG, fix fabsq in the processblueswir1
2008-03-02 Convert tick operations to TCGblueswir1
2008-02-24 Modify Sparc32/64 to use TCGblueswir1