Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | s390x: add ldeb instruction | Alexander Graf | |
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-20 | s390x: Implement opcode helpers | Alexander Graf | |
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> |