commit | e023e832d0ac7d863658074cb39be2b78a29ee64 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 23 10:58:07 2011 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri May 20 17:35:12 2011 +0200 |
tree | 8d183468f56f9cc3ca94f6db1ee0f11c3c5160b7 | |
parent | 81f7c56cb1a27aee3dabf45d6377f3c85a85378f [diff] |
s390x: translate engine for s390x CPU This is the main meat part of the patch set. It implements emulation for an s390x CPU. The code does all the optimizations that are common for TCG code: - direct branches - cc optimization - unrolling of simple microcode loops I'm still open for suggestions on speedups of course :). Signed-off-by: Alexander Graf <agraf@suse.de>