target-arm: implement setend
commit9886ecdf31165de2d4b8bccc1a220bd6ac8bc192
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Mar 2016 11:30:21 +0000 (4 11:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Mar 2016 11:30:21 +0000 (4 11:30 +0000)
treedcf7ac4757818aec6738dc97b17e3f2c934ca2ef
parent91cca2cda9823b1e7a049cb308a05104b5076cba
target-arm: implement setend

Since this is not a high-performance path, just use a helper to
flip the E bit and force a lookup in the hash table since the
flags have changed.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.h
target-arm/op_helper.c
target-arm/translate.c