Alpha architecture emulation core.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Apr 2007 06:58:33 +0000 (06:58 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Apr 2007 06:58:33 +0000 (06:58 +0000)
commit4c9649a967e45bc3086d2e752871878e08d6cdf2
treef7e588b88b9d92c8b2a3cedfde902ad70cd2e197
parent6fa4cea9e8e904f7aac0c3d4f73a883c9e1e53bd
Alpha architecture emulation core.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2597 c046a42c-6fe2-441c-8c8c-71466251a162
target-alpha/cpu.h [new file with mode: 0644]
target-alpha/exec.h [new file with mode: 0644]
target-alpha/helper.c [new file with mode: 0644]
target-alpha/op.c [new file with mode: 0644]
target-alpha/op_helper.c [new file with mode: 0644]
target-alpha/op_helper.h [new file with mode: 0644]
target-alpha/op_helper_mem.h [new file with mode: 0644]
target-alpha/op_mem.h [new file with mode: 0644]
target-alpha/op_template.h [new file with mode: 0644]
target-alpha/translate.c [new file with mode: 0644]