aboutsummaryrefslogtreecommitdiffstats
path: root/target-s390x/helpers.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-14s390x: add ldeb instructionAlexander Graf1-0/+1
While running perl, we encountered the ldeb instruction to be used, so we implement it :). Signed-off-by: Alexander Graf <agraf@suse.de>
2011-05-20s390x: Implement opcode helpersAlexander Graf1-0/+151
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>