aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)Author
2012-10-07target-sparc: Optimize conditionals using SUBCCRichard Henderson
2012-10-07target-sparc: Fall through from not-taken trapRichard Henderson
2012-10-07target-sparc: Cleanup "global" temporary allocationRichard Henderson
2012-10-07target-sparc: Use movcond for FMOV*RRichard Henderson
2012-10-07target-sparc: Use movcond in mulsccRichard Henderson
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson
2012-10-07target-sparc: Tidy TccRichard Henderson
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson
2012-10-07target-sparc: Use movcond in gen_generic_branchRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare in TccRichard Henderson
2012-10-07target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson
2012-10-07target-sparc: Tidy gen_generic_branch interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_state interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson
2012-10-07target-sparc: Tidy flush_cond interfaceRichard Henderson
2012-10-07target-sparc: Tidy do_branch interfacesRichard Henderson
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-05-12Implement address masking for SPARC v9 CPUsArtyom Tarasenko
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl
2012-03-18Sparc: avoid AREG0 for memory access helpersBlue Swirl
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber
2011-11-19Improve "ta 0" shutdownFabien Chouteau
2011-10-26target-sparc: Implement FALIGNDATA inline.Richard Henderson
2011-10-26target-sparc: Implement BMASK/BSHUFFLE.Richard Henderson
2011-10-26target-sparc: Implement ALIGNADDR* inline.Richard Henderson
2011-10-26target-sparc: Implement EDGE* instructions.Richard Henderson
2011-10-26target-sparc: Implement fpack{16,32,fix}.Richard Henderson
2011-10-26target-sparc: Implement PDIST.Richard Henderson
2011-10-26target-sparc: Do exceptions management fully inside the helpers.Richard Henderson
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
2011-10-26target-sparc: Undo cpu_fpr rename.Richard Henderson
2011-10-26target-sparc: Extract float128 move to a function.Richard Henderson
2011-10-26target-sparc: Extract common code for floating-point operations.Richard Henderson
2011-10-26target-sparc: Make FPU/VIS helpers const when possible.Richard Henderson
2011-10-26target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson
2011-10-26target-sparc: Add accessors for double-precision fpr access.Richard Henderson
2011-10-26target-sparc: Mark fprs dirty in store accessor.Richard Henderson
2011-10-26target-sparc: Add accessors for single-precision fpr access.Richard Henderson
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl
2011-10-26Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl
2011-10-26Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl
2011-10-25target-sparc: Fix order of function parametersStefan Weil
2011-10-23Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl