commit | defb0e3157af2934c412f6be69740003b9c8a2b9 | [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 | 4a4f92c1e428619d4d67c5034ebd1823898a37f4 | |
parent | d5a439645a5a70fed5431318c3bce9dc2caa950f [diff] |
s390x: Implement opcode helpers There are some instructions that can't (or shouldn't) be expressed by pure tcg code. For those, we call into externally compiled C functions. This patch implements those C functions. Signed-off-by: Alexander Graf <agraf@suse.de>