aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op.c
AgeCommit message (Expand)Author
2008-05-04Complete the TCG conversion (and delete some files, too)blueswir1
2008-03-21 Convert align checks to TCGblueswir1
2008-03-21 Convert jumps to labels 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-21 Convert float move 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-16 Convert umul and smul to TCGblueswir1
2008-03-16 Convert mulscc to TCG, add cc_src2blueswir1
2008-03-15 Convert ldfsr and stfsr to TCGblueswir1
2008-03-14 Convert udivx and sdivx to TCGblueswir1
2008-03-13 Convert condition code changing versions of add, sub, logic, and div to TCGblueswir1
2008-03-09 Convert andn, orn and xnor to TCGblueswir1
2008-03-08 Convert branches and conditional moves to TCGblueswir1
2008-03-06 Convert exception ops to TCGblueswir1
2008-03-05 Convert Sparc64 trap state 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-03-02 Convert movr and (partially) movcc to TCGblueswir1
2008-03-02 Convert addx, subx, next_insn and mov_pc_npc to TCGblueswir1
2008-02-24 Modify Sparc32/64 to use TCGblueswir1
2008-02-01use the TCG code generatorbellard
2007-12-11 Partial fix to Sparc32 Linux host global register mangling problemblueswir1
2007-11-25 128-bit float support for user modeblueswir1
2007-10-20 Fix compiling Sparc64 on PPC hostblueswir1
2007-10-14 Sparc64 hypervisor modeblueswir1
2007-10-10 Fix taddcctv and tsubcctv (David Matthews)blueswir1
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir1
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir1
2007-09-20 Fix tadd op generation with GCC 4.xblueswir1
2007-09-20 Detabifyblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-11 More alignment checksblueswir1
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir1
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir1
2007-05-02Handle division by zero case in Sparc64 udivx and sdivx opsblueswir1
2007-04-22Sparc64 update: more VIS opsblueswir1
2007-04-13Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS opsblueswir1
2007-04-13Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir1
2007-04-06Full implementation of IEEE exceptions (Aurelien Jarno)blueswir1
2007-04-01Fix Sparc shift ops (Aurelien Jarno)blueswir1
2007-03-23Sparc tagged operations (Aurelien Jarno)blueswir1
2007-03-19Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno.ths
2007-02-10Fix floating point to integer conversion, by Aurelien Jarno.ths
2006-10-23wrwim insn fix (Paul Robinson)bellard
2006-07-18sparc64 fixes (Blue Swirl)bellard
2006-06-26SPARC FPU optimization (Blue Swirl)bellard