summaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* target-sparc: Use mul*2 for multiplyRichard Henderson2013-02-231-27/+18
* target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson2013-02-231-26/+16
* SPARC LEON power-down support addedRonald Hecht2013-02-231-0/+5
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-sparc: Revert setting cpu_dst to gen_dest_gprRichard Henderson2012-10-301-1/+1
* target-sparc: fix FMOVr instructionAurelien Jarno2012-10-201-1/+1
* target-sparc: Remove cpu_tmp0 as a globalRichard Henderson2012-10-201-85/+118
* target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson2012-10-201-4/+3
* target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson2012-10-201-26/+26
* target-sparc: Remove last uses of cpu_tmp64Richard Henderson2012-10-201-11/+17
* target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson2012-10-201-6/+6
* target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson2012-10-201-16/+16
* target-sparc: Remove usage of cpu_tmp64 from most helper functionsRichard Henderson2012-10-201-29/+44
* target-sparc: Tidy ldfsr, stfsrRichard Henderson2012-10-201-20/+17
* target-sparc: Avoid cpu_tmp32 in Write Priv RegisterRichard Henderson2012-10-201-32/+24
* target-sparc: Avoid cpu_tmp32 in Read Priv RegisterRichard Henderson2012-10-201-32/+21
* target-sparc: Use get_temp_i32 in gen_dest_fpr_FRichard Henderson2012-10-201-14/+14
* target-sparc: Split out get_temp_i32Richard Henderson2012-10-201-12/+17
* target-sparc: Make the cpu_addr variable local to load/store handlingRichard Henderson2012-10-201-11/+11
* target-sparc: Cleanup cpu_src[12] allocationRichard Henderson2012-10-201-9/+7
* target-sparc: Finish conversion to gen_load_gprRichard Henderson2012-10-201-38/+20
* target-sparc: Convert swap to gen_load/store_gprRichard Henderson2012-10-201-8/+8
* target-sparc: Convert asi helpers to gen_*_gprRichard Henderson2012-10-201-29/+32
* target-sparc: Use gen_load_gpr in get_src[12]Richard Henderson2012-10-201-46/+29
* target-sparc: Conversion to gen_*_gpr, part 1Richard Henderson2012-10-201-243/+177
* target-sparc: Add gen_load/store/dest_gprRichard Henderson2012-10-201-0/+52
* target-sparc: Don't compute full flags value so oftenRichard Henderson2012-10-131-19/+11
* target-sparc: Avoid unnecessary local temporariesRichard Henderson2012-10-131-21/+9
* target-sparc: Optimize CC_OP_LOGIC conditionsRichard Henderson2012-10-131-18/+40
* target-sparc: Fix optimized %icc comparisonsRichard Henderson2012-10-131-0/+1
* target-sparc: Optimize conditionals using SUBCCRichard Henderson2012-10-071-61/+131
* target-sparc: Fall through from not-taken trapRichard Henderson2012-10-071-5/+7
* target-sparc: Cleanup "global" temporary allocationRichard Henderson2012-10-071-19/+19
* target-sparc: Use movcond for FMOV*RRichard Henderson2012-10-071-30/+16
* target-sparc: Use movcond in mulsccRichard Henderson2012-10-071-6/+5
* target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson2012-10-071-102/+6
* target-sparc: Tidy TccRichard Henderson2012-10-071-38/+53
* target-sparc: Move sdivx and udivx out of lineRichard Henderson2012-10-071-50/+2
* target-sparc: Use movcond in gen_generic_branchRichard Henderson2012-10-071-11/+7
* target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson2012-10-071-17/+14
* target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson2012-10-071-24/+20
* target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson2012-10-071-117/+86
OpenPOWER on IntegriCloud