From caa8d70005e4e12392683c799b30790fc4c62166 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 15 Dec 2015 11:01:03 +0000 Subject: Add support for the MRS instruction to the AArch64 simulator. * aarch64/simulator.c (system_get): New function. Provides read access to the dczid system register. (do_mrs): New function - implements the MRS instruction. (dexSystem): Call do_mrs for the MRS instruction. Halt on unimplemented system instructions. --- sim/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sim/ChangeLog') diff --git a/sim/ChangeLog b/sim/ChangeLog index 76d75c9..6e88170 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,11 @@ +2015-12-14 Nick Clifton + + * aarch64/simulator.c (system_get): New function. Provides read + access to the dczid system register. + (do_mrs): New function - implements the MRS instruction. + (dexSystem): Call do_mrs for the MRS instruction. Halt on + unimplemented system instructions. + 2015-11-24 Nick Clifton * configure.tgt: Add aarch64 entry. -- cgit v1.1