Statistics
| Branch: | Revision:

root / target-arm / translate-a64.c @ 505935fc

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
14ade10f 09/10/2013 09:11 pm Alexander Graf

target-arm: Add AArch64 translation stub

We should translate AArch64 mode separately from AArch32 mode. In AArch64 mode,
registers look vastly different, instruction encoding is completely different,
basically the system turns into a different machine.

So let's do a simple if() in translate.c to decide whether we can handle the...