unicorn/qemu/target-arm
Peter Maydell 56e9d7c09e
target-arm: Split data abort syndrome generator
Split the data abort syndrome generator into two versions:
One with a valid Instruction Specific Syndrome (ISS) and another without.

The following new flags are supported by the syndrome generator
with ISS:
* isv - Instruction syndrome valid
* sas - Syndrome access size
* sse - Syndrome sign extend
* srt - Syndrome register transfer
* sf - Sixty-Four bit register width
* ar - Acquire/Release

These flags are not yet used, so this patch has no functional change
except that we will now correctly set the IL bit in data abort
syndromes without ISS information.

Backports commit 094d028a7968236cd2b7f7b96394f7a3b8ad97c8 from qemu
2018-02-23 20:03:04 -05:00
..
arm_ldst.h
cpu-qom.h
cpu.c
cpu.h
cpu64.c
crypto_helper.c
helper-a64.c
helper-a64.h
helper.c target-arm: Fix descriptor address masking in ARM address translation 2018-02-23 19:56:56 -05:00
helper.h
internals.h target-arm: Split data abort syndrome generator 2018-02-23 20:03:04 -05:00
iwmmxt_helper.c
kvm-consts.h
Makefile.objs
neon_helper.c
op_addsub.h
op_helper.c target-arm: Split data abort syndrome generator 2018-02-23 20:03:04 -05:00
psci.c
translate-a64.c
translate.c
translate.h
unicorn.h
unicorn_aarch64.c
unicorn_arm.c