aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-28target-alpha: Clean includesStefan Weil1-5/+0
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson1-4/+25
2011-10-08target-alpha: Implement HALT IPR.Richard Henderson1-0/+5
2011-10-08target-alpha: Implement WAIT IPR.Richard Henderson1-10/+21
2011-10-08target-alpha: Honor icount for RPCC instruction.Richard Henderson1-2/+10
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-16alpha: remove unused variableMichael S. Tsirkin1-1/+6
2011-06-16alpha/translate: remve unused variablesMichael S. Tsirkin1-2/+1
2011-05-31target-alpha: Implement TLB flush primitives.Richard Henderson1-11/+21
2011-05-31target-alpha: Implement more CALL_PAL values inline.Richard Henderson1-32/+108
2011-05-31target-alpha: All ISA checks to use TB->FLAGS.Richard Henderson1-179/+199
2011-05-31target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson1-0/+96
2011-05-31target-alpha: Use kernel mmu_idx for pal_mode.Richard Henderson1-4/+2
2011-05-31target-alpha: Add various symbolic constants.Richard Henderson1-1/+1
2011-05-31target-alpha: Tidy exception constants.Richard Henderson1-2/+2
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-61/+3
2011-05-31target-alpha: Merge HW_REI and HW_RET implementations.Richard Henderson1-11/+8
2011-05-31target-alpha: Cleanup MMU modes.Richard Henderson1-3/+4
2011-05-31target-alpha: Fix system store_conditionalRichard Henderson1-3/+3
2011-05-31target-alpha: Fix translation of PALmode memory insns.Richard Henderson1-53/+22
2011-05-31target-alpha: Remove partial support for palcode emulation.Richard Henderson1-2/+0
2011-05-31target-alpha: Single-step properly across branches.Richard Henderson1-15/+20
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-3/+3
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson1-76/+126
2010-04-27target-alpha: Indicate NORETURN status when raising exception.Richard Henderson1-11/+14
2010-04-27target-alpha: Update commentary for opcode 0x1A.Richard Henderson1-4/+7
2010-04-27target-alpha: Emit goto_tb opcodes.Richard Henderson1-145/+191
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson1-1/+22
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson1-4/+15
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson1-4/+75
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl1-7/+4
2010-04-10target-alpha: Use non-inverted arguments to gen_{f}cmov.Richard Henderson1-18/+19
2010-04-10target-alpha: Use setcond for int comparisons.Richard Henderson1-21/+22
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson1-6/+39
2010-02-28alpha-linux-user: Implement signals.Richard Henderson1-1/+2
2010-02-28target-alpha: Implement IEEE FP qualifiers.Richard Henderson1-88/+433
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson1-18/+27
2009-12-23target-alpha: Initialize fpcrRichard Henderson1-0/+2
2009-12-21target-alpha: Emit tcg debug_insn_start.Richard Henderson1-0/+5
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson1-87/+110
2009-12-13target-alpha: Fix double log_cpu_state.Richard Henderson1-1/+0
2009-12-13target-alpha: Fix FMOV.Richard Henderson1-3/+7
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson1-6/+45
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson1-14/+49
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson1-8/+30
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson1-28/+59
2009-12-13target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson1-10/+29
2009-12-13target-alpha: Fix fbcond branch offset.Richard Henderson1-5/+4