aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-13target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.Richard Henderson1-32/+25
2009-12-13target-alpha: Expand zap/zapnot with immediate inline.Richard Henderson1-2/+59
2009-12-13target-alpha: Fix -d in_asmRichard Henderson1-15/+4
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson1-30/+49
2009-12-13target-alpha: Honor the -cpu command line argument.Richard Henderson1-2/+42
2009-12-13target-alpha: Remove bogus DO_TB_FLUSH code from translator.Richard Henderson1-7/+1
2009-09-18target-alpha: fix extlh instructionVince Weaver1-5/+6
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-16Replace always_inline with inlineBlue Swirl1-47/+43
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-15target-alpha: fix emulation of ecbaurel321-6/+0
2009-04-10target-alpha: remove amask helperaurel321-2/+13
2009-04-10target-alpha: remove helper_load_implveraurel321-1/+3
2009-04-07target-alpha: fix palcode mask for user pal callsaurel321-1/+1
2009-04-07target-alpha: stop translation if too longaurel321-5/+9
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+4
2009-03-29target-alpha: bug fix: avoid nop to override next instructionaurel321-3/+3
2009-03-29target-alpha: add instruction name in comments for hw_ld opcode.aurel321-20/+20
2009-03-29target-alpha: fix temp free for hw_staurel321-2/+1
2009-03-29target-alpha: fix bug: integer conditional branch offset is 21 bits wide.aurel321-10/+10
2009-03-29target-alpha: Fix bug: do not mask address LSBs for ldwu.aurel321-1/+1
2009-03-29target-alpha: Fix bug: palcode is at least 6 bits.aurel321-1/+1
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-10/+5
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-13/+15
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07target-alpha: gdb-stub supportaurel321-1/+6
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-17TCG variable type checking.pbrook1-309/+401
2008-11-11target-alpha: fix decoding of CVTST /Saurel321-1/+1