aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/exec.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2010-01-08sparc64: move cpu_interrupts_enabled to cpu.hIgor V. Kovalenko1-13/+0
2009-07-12sparc64: trap handling correctionsIgor Kovalenko1-1/+14
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+8
2008-11-30Common cpu_loop_exit prototypeaurel321-3/+0
2008-10-03Fix missing prototype warnings by moving declarationsblueswir11-11/+0
2008-09-20Move signal handler prototype back to cpu.hblueswir11-1/+0
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir11-2/+0
2008-08-30Remove memcpy32() prototype leftover from r5109blueswir11-1/+0
2008-08-29Fix Sparc64 boot on i386 host:blueswir11-0/+15
2008-05-29Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)blueswir11-5/+0
2008-05-27Move non-op functions from op_helper.c to helper.c and vice versa.blueswir11-1/+1
2008-05-12Move prototype back to avoid a compiler warningblueswir11-0/+1
2008-05-10suppressed fixed registersbellard1-29/+0
2008-05-10Fix compiler warningsblueswir11-14/+5
2008-05-09CPU feature selection supportblueswir11-2/+0
2008-05-09Move #include to speed up compilationblueswir11-5/+0
2008-05-04Complete the TCG conversionblueswir11-2/+0
2008-03-21 Remove leftover definitionsblueswir11-12/+0
2008-03-06 Convert exception ops to TCGblueswir11-1/+0
2008-03-04 Convert float helpers to TCG, fix fabsq in the processblueswir11-32/+0
2008-02-24 Modify Sparc32/64 to use TCGblueswir11-16/+0
2007-11-28 Fix compilation and warnings on PPC hostblueswir11-1/+4
2007-11-25 128-bit float support for user modeblueswir11-0/+19
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-1/+1
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir11-0/+2
2007-09-21 Rework ASI instructions (Aurelien Jarno)blueswir11-1/+1
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-04-06Full implementation of IEEE exceptions (Aurelien Jarno)blueswir11-0/+9
2007-03-19SPARC host fixes, by Ben Taylor.ths1-18/+1
2007-02-02Sparc arm/mips/sparc register patch, by Martin Bochnig.ths1-0/+22
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-65/+1
2005-10-30restore regwptr (Blue Swirl)bellard1-0/+4
2005-07-23sparc64 fixes (Blue Swirl)bellard1-0/+3
2005-07-04correct split between helper.c and op_helper.cbellard1-2/+2
2005-07-02sparc64 marge (Blue Swirl)bellard1-2/+30
2005-02-13sparc fixesbellard1-1/+1
2005-02-07clean up - commentsbellard1-3/+4
2005-01-30initial sparc64 support - sparc fixes (Blue Swirl)bellard1-5/+13
2004-12-19SPARC mergebellard1-0/+3
2004-10-12correct handling of saved host registersbellard1-0/+9
2004-10-10sparc fixesbellard1-0/+2
2004-10-04sparc merge (Blue Swirl)bellard1-1/+4
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-0/+90
2004-04-25flush insn supportbellard1-0/+1
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard1-0/+16