summaryrefslogtreecommitdiff
path: root/target-sparc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau1-4/+14
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau1-2/+154
2011-01-18sparc: fix NaN handlingBlue Swirl1-22/+34
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno1-12/+42
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl1-10/+10
2010-06-02sparc64: fix udiv and sdiv insnsIgor V. Kovalenko1-2/+2
2010-06-02sparc64: improve ldf and stf insnsIgor V. Kovalenko1-0/+28
2010-06-02sparc64: use symbolic name for MMU index v1Igor V. Kovalenko1-12/+16
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko1-2/+48
2010-05-29sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)Artyom Tarasenko1-0/+1
2010-05-29sparc64: fix user emulator buildBlue Swirl1-0/+2
2010-05-29sparc64: fix 128-bit atomic load from nucleus context v1Igor V. Kovalenko1-5/+5
2010-05-22sparc64: flush translations on mmu context changeIgor V. Kovalenko1-0/+6
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko1-14/+10
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson1-1/+1
2010-05-19target-sparc: Simplify ICC generation.Richard Henderson1-80/+140
2010-05-19target-sparc: Fix compilation with --enable-debug.Richard Henderson1-1/+1
2010-05-16sparc: move DT and QT defines to op_helper.cBlue Swirl1-0/+5
2010-05-16sparc64: fix mmu demap operand typoIgor V. Kovalenko1-2/+2
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl1-32/+240
2010-05-06sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko1-63/+172
2010-05-06sparc64: implement global translation table entries v1Igor V. Kovalenko1-9/+44
2010-04-23target-sparc: Fix address masking in ldqf and stqf.Richard Henderson1-14/+11
2010-03-12Target specific usermode cleanupPaul Brook1-1/+14
2010-01-23sparc32 fix np dereference in do_unassigned_accessArtyom Tarasenko1-1/+2
2010-01-15sparc32 do_unassigned_access overhaul v2Artyom Tarasenko1-12/+30
2010-01-08sparc64: check for pending irq when pil, pstate or softint is changedIgor V. Kovalenko1-3/+38
2010-01-08sparc64: use helper_wrpil to check pending irq on writeIgor V. Kovalenko1-0/+14
2010-01-08sparc64: trace pstate and global register set changesIgor V. Kovalenko1-0/+20
2010-01-08sparc64: change_pstate should have 32bit argumentIgor V. Kovalenko1-3/+3
2010-01-07Sparc32: clear exception_index with -1 valueBlue Swirl1-1/+1
2010-01-06sparc64: clear exception_index with -1 valueIgor V. Kovalenko1-1/+1
2010-01-03pass env to raise_exception if called outside of op_helper codeIgor V. Kovalenko1-2/+5
2010-01-03sparc64: switch to MMU global registers in more MMU related trapsIgor V. Kovalenko1-3/+3
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko1-61/+30
2009-10-13sparc64: fix done instruction pcIgor V. Kovalenko1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-18/+18
2009-10-01Get rid of _t suffixmalc1-18/+18
2009-09-23sparc64-8bit-asiIgor V. Kovalenko1-0/+5
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko1-19/+28
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-27sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko1-89/+70
2009-07-27sparc64 name mmu registers and general cleanupIgor Kovalenko1-69/+145
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-5/+9
2009-07-12sparc64: trap handling correctionsIgor Kovalenko1-18/+23
2009-07-12sparc64: fix helper_st_asi little endian case typoIgor Kovalenko1-6/+6
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-8/+8
2009-05-10Convert udiv/sdivBlue Swirl1-0/+25
2009-05-10Convert tagged opsBlue Swirl1-0/+77
2009-05-10Convert subxBlue Swirl1-0/+44