aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc
AgeCommit message (Expand)AuthorFilesLines
2014-09-25target-sparc: Use cpu_exec_interrupt qom hookRichard Henderson1-0/+21
2014-08-17target-sparc64: implement Short Floating-Point Store InstructionsArtyom Tarasenko1-1/+14
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+3
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini2-4/+2
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-13/+0
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini2-1/+2
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini3-7/+10
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson9-14/+9
2014-03-26target-sparc: fix 32bit integer division overflowOlivier Danet1-7/+10
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-3/+3
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber3-10/+13
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-3/+6
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber2-2/+2
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2-11/+17
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2-4/+4
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-3/+5
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber3-3/+4
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber5-22/+26
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber4-10/+18
2014-03-13target-sparc: Defer SPARCCPU feature inference to QOM realizeAndreas Färber1-5/+8
2014-03-13target-sparc: Implement CPUClass::parse_features() for SPARCCPUAndreas Färber1-33/+49
2014-03-13target-sparc: Use error_report() for CPU error reportingAndreas Färber1-8/+9
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2-9/+10
2014-03-13target-sparc: Clean up ENV_GET_CPU() usageAndreas Färber2-12/+9
2014-03-12target-sparc: Add and use CPU_FEATURE_CASASebastian Huber5-32/+56
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias1-3/+3
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-3/+3
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-3/+3
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-7/+8
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias1-3/+3
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-10/+15
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2-12/+16
2014-01-15SPARC: Fix LEON3 power down instructionSebastian Huber1-0/+1
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2-14/+9
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson1-9/+9
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-5/+0
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-1/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-0/+2
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber4-2/+15
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-27/+27
2013-07-26target-sparc: Move cpu_gdb_{read,write}_register()Andreas Färber1-0/+200
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+6
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber3-6/+10
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-2/+3
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-5/+12
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-1/+2
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2-6/+9
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+9
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-5/+0
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber3-3/+3
2013-07-09target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPUAndreas Färber1-4/+6
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-12/+0
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+1
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber3-10/+23
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-3/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2-2/+7
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+1
2013-06-11target-sparc: Replace free by g_freeStefan Weil1-1/+1
2013-05-26Remove Sun4c, Sun4d and a few CPUsBlue Swirl1-122/+0
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber5-3/+10
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2-3/+6
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-23target-sparc: Use mul*2 for multiplyRichard Henderson1-27/+18
2013-02-23target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson1-26/+16
2013-02-23SPARC LEON power-down support addedRonald Hecht5-1/+19
2013-02-23Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht2-2/+8
2013-02-18Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-5/+24
2013-02-16target-sparc: Fix debug output for DEBUG_MMUAndreas Färber1-1/+1
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-sparc: Move TCG initialization to SPARCCPU initfnAndreas Färber1-4/+4
2013-02-16target-sparc: Introduce QOM realizefn for SPARCCPUAndreas Färber2-1/+18
2013-02-01cpu: do not use object_deletePaolo Bonzini1-1/+1
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini2-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini3-3/+3
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini5-12/+12
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl3-25/+12
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+0
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-12-07target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson1-1/+0
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2-5/+6
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl2-5/+6
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-30target-sparc: Revert setting cpu_dst to gen_dest_gprRichard Henderson1-1/+1
2012-10-28target-sparc: rename helper flagsAurelien Jarno1-25/+25
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity3-39/+39
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno1-1/+1
2012-10-20target-sparc: Remove cpu_tmp0 as a globalRichard Henderson1-85/+118
2012-10-20target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson1-4/+3
2012-10-20target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson1-26/+26
2012-10-20target-sparc: Remove last uses of cpu_tmp64Richard Henderson1-11/+17
2012-10-20target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson1-6/+6
2012-10-20target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson1-16/+16
2012-10-20target-sparc: Remove usage of cpu_tmp64 from most helper functionsRichard Henderson1-29/+44
2012-10-20target-sparc: Tidy ldfsr, stfsrRichard Henderson1-20/+17
2012-10-20target-sparc: Avoid cpu_tmp32 in Write Priv RegisterRichard Henderson1-32/+24
2012-10-20target-sparc: Avoid cpu_tmp32 in Read Priv RegisterRichard Henderson1-32/+21
2012-10-20target-sparc: Use get_temp_i32 in gen_dest_fpr_FRichard Henderson1-14/+14
2012-10-20target-sparc: Split out get_temp_i32Richard Henderson1-12/+17
2012-10-20target-sparc: Make the cpu_addr variable local to load/store handlingRichard Henderson1-11/+11
2012-10-20target-sparc: Cleanup cpu_src[12] allocationRichard Henderson1-9/+7
2012-10-20target-sparc: Finish conversion to gen_load_gprRichard Henderson1-38/+20
2012-10-20target-sparc: Convert swap to gen_load/store_gprRichard Henderson1-8/+8
2012-10-20target-sparc: Convert asi helpers to gen_*_gprRichard Henderson1-29/+32
2012-10-20target-sparc: Use gen_load_gpr in get_src[12]Richard Henderson1-46/+29
2012-10-20target-sparc: Conversion to gen_*_gpr, part 1Richard Henderson1-243/+177
2012-10-20target-sparc: Add gen_load/store/dest_gprRichard Henderson1-0/+52
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson3-19/+21
2012-10-13target-sparc: Avoid unnecessary local temporariesRichard Henderson1-21/+9
2012-10-13target-sparc: Optimize CC_OP_LOGIC conditionsRichard Henderson1-18/+40
2012-10-13target-sparc: Fix optimized %icc comparisonsRichard Henderson1-0/+1
2012-10-07target-sparc: Optimize conditionals using SUBCCRichard Henderson1-61/+131
2012-10-07target-sparc: Fall through from not-taken trapRichard Henderson1-5/+7
2012-10-07target-sparc: Cleanup "global" temporary allocationRichard Henderson1-19/+19
2012-10-07target-sparc: Use movcond for FMOV*RRichard Henderson1-30/+16
2012-10-07target-sparc: Use movcond in mulsccRichard Henderson1-6/+5
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson3-102/+66
2012-10-07target-sparc: Tidy TccRichard Henderson1-38/+53
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson5-52/+37
2012-10-07target-sparc: Use movcond in gen_generic_branchRichard Henderson1-11/+7
2012-10-07target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson1-17/+14
2012-10-07target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson1-24/+20
2012-10-07target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson1-117/+86
2012-10-07target-sparc: Use DisasCompare in TccRichard Henderson1-9/+11
2012-10-07target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson1-9/+83
2012-10-07target-sparc: Tidy gen_generic_branch interfaceRichard Henderson1-8/+7
2012-10-07target-sparc: Tidy save_npc interfaceRichard Henderson1-4/+4
2012-10-07target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson1-6/+6
2012-10-07target-sparc: Tidy save_state interfaceRichard Henderson1-49/+49
2012-10-07target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson1-18/+28
2012-10-07target-sparc: Tidy flush_cond interfaceRichard Henderson1-5/+5
2012-10-07target-sparc: Tidy do_branch interfacesRichard Henderson1-20/+18
2012-10-07target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson2-11/+4
2012-10-07target-sparc: Tidy cpu_dump_stateRichard Henderson1-4/+3
2012-10-05sparc: use g_strdup in place of unchecked strdupJim Meyering1-2/+2
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-2/+0
2012-09-08target-sparc: fix fcmp{s,d,q} instructions wrt exceptionAurelien Jarno1-40/+27
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-32/+48
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-1/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+7
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber2-5/+16
2012-05-12fix block loads broken in commit 30038fd818Artyom Tarasenko1-1/+1
2012-05-12Implement address masking for SPARC v9 CPUsArtyom Tarasenko1-1/+24
2012-04-19sparc: fix qtestBlue Swirl1-1/+3
2012-04-14Use uintptr_t for various op related functionsBlue Swirl2-8/+6
2012-04-07target-sparc: QOM'ify CPUAndreas Färber3-9/+135
2012-04-07target-sparc: Rename cpu_init.cAndreas Färber1-0/+0
2012-03-27sparc: pass page aligned addresses to tlb_set_pageBlue Swirl1-11/+8
2012-03-24target-sparc: Add compiler attribute to some functions which don't returnStefan Weil2-3/+4
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl4-265/+77
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl5-225/+387
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl2-6/+17
2012-03-17sparc: reset CPU state on resetBlue Swirl2-2/+4
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber13-208/+208
2012-03-14target-sparc: Typedef struct CPUSPARCState earlyAndreas Färber1-2/+4
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-01-22target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber1-1/+1
2012-01-03sparc: avoid cpu_get_physical_page_desc()Avi Kivity1-1/+4
2011-12-02fix spelling in target sub directoryDong Xu Wang1-1/+1
2011-11-19Improve "ta 0" shutdownFabien Chouteau4-18/+9
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson3-19/+26
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson3-4/+40
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson3-14/+22
2011-10-26target-sparc: Implement EDGE* instructions.Richard Henderson1-2/+175
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson3-1/+96
2011-10-26target-sparc: Implement PDIST.Richard Henderson3-2/+41
2011-10-26target-sparc: Do exceptions management fully inside the helpers.Richard Henderson3-91/+146
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson5-140/+114
2011-10-26target-sparc: Undo cpu_fpr rename.Richard Henderson1-28/+28
2011-10-26target-sparc: Extract float128 move to a function.Richard Henderson1-32/+18
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson1-454/+381
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson4-92/+78
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson6-449/+381
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson1-112/+130
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson1-46/+8
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson1-195/+337
2011-10-26Sparc: split load and store op helpersBlue Swirl2-2416/+2434
2011-10-26Sparc: convert win_helper to trace frameworkBlue Swirl1-22/+8
2011-10-26Sparc: convert interrupt helpers to trace frameworkBlue Swirl2-26/+16
2011-10-26Sparc: convert mmu_helper to trace frameworkBlue Swirl1-44/+20
2011-10-26Sparc: split MMU helpersBlue Swirl3-860/+879
2011-10-26Sparc: fix coding style in helper.cBlue Swirl1-43/+52
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl4-82/+88