summaryrefslogtreecommitdiff
path: root/target-sparc/ldst_helper.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-8/+19
2013-02-23Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht1-0/+6
2013-02-16target-sparc: Fix debug output for DEBUG_MMUAndreas Färber1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-5/+5
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-18/+6
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl1-2/+6
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-18/+18
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson1-2/+2
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-32/+48
2012-05-12fix block loads broken in commit 30038fd818Artyom Tarasenko1-1/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-7/+5
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl1-4/+69
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl1-189/+167
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl1-6/+14
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber1-8/+8
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson1-41/+30
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson1-52/+0
2011-10-26Sparc: split load and store op helpersBlue Swirl1-0/+2434