]> git.proxmox.com Git - qemu.git/commit - target-s390x/misc_helper.c
s390x: Implement opcode helpers
authorAlexander Graf <agraf@suse.de>
Wed, 23 Mar 2011 09:58:07 +0000 (10:58 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 20 May 2011 15:35:12 +0000 (17:35 +0200)
commitdefb0e3157af2934c412f6be69740003b9c8a2b9
tree4a4f92c1e428619d4d67c5034ebd1823898a37f4
parentd5a439645a5a70fed5431318c3bce9dc2caa950f
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>
target-s390x/helpers.h [new file with mode: 0644]
target-s390x/op_helper.c