summaryrefslogtreecommitdiff
path: root/target-sparc/int64_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-3/+3
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-1/+1
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-1/+3
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson1-0/+5
2012-10-07target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson1-6/+2
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber1-6/+6
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl1-16/+13
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl1-0/+40
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl1-0/+5
2011-10-23Sparc: split helper.cBlue Swirl1-0/+159