index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-alpha
/
op.c
Age
Commit message (
Expand
)
Author
2008-09-30
target-alpha: convert palcode ops to TCG
aurel32
2008-09-29
target-alpha: misc fixes
aurel32
2008-09-29
target-alpha: convert FP ops to TCG
aurel32
2008-09-18
target-alpha: convert remaining arith3 functions to TCG
aurel32
2008-09-18
target-alpha: convert cmp* instructions to TCG
aurel32
2008-09-18
target-alpha: switch a few helpers to TCG
aurel32
2008-09-17
target-alpha: convert byte manipulation instructions to TCG
aurel32
2008-09-17
alpha: convert cmov and bcond to TCG
aurel32
2008-09-16
target-alpha: convert some arith3 instructions to TCG
aurel32
2008-09-16
target-alpha: convert arith2 instructions to TCG
aurel32
2008-09-04
alpha: convert a few more instructions to TCG
aurel32
2008-09-04
convert of few alpha insn to TCG
aurel32
2008-02-01
use the TCG code generator
bellard
2007-11-04
For consistency, move muls64 / mulu64 prototypes to host-utils.h
j_mayer
2007-10-25
Use host-utils for Alpha 64x64 bits multiplications.
j_mayer
2007-10-14
Generate micro-ops for Alpha executive and supervisor modes.
j_mayer
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-04-05
Alpha architecture emulation core.
j_mayer