Statistics
| Branch: | Revision:

root / target-s390x / helpers.h @ a74cdab4

History | View | Annotate | Download (6.3 kB)

# Date Author Comment
defb0e31 05/20/2011 06:35 pm Alexander Graf

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 <>