aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64/cpustate.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-23sim: aarch64: move arch-specific settings to internal headerMike Frysinger1-0/+2
2022-12-21sim: aarch64: invert sim_cpu storageMike Frysinger1-101/+141
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-18sim: split sim-signal.h include outMike Frysinger1-0/+1
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-0/+3
2021-05-01sim: aarch64: use PRIx64 for formatting 64-bit typesMike Frysinger1-5/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-28sim: fix aarch64 sim buildAndrew Burgess1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-04Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson1-2/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-03-30Fix more bugs in AArch64 simulator.Nick Clifton1-10/+50
2016-03-29Tidy up AArch64 simulator code.Nick Clifton1-7/+7
2016-03-23More AArch64 simulator improvements.Nick Clifton1-0/+51
2016-03-18Fix thinko in new GET_VEC_ELEMENT macro.Nick Clifton1-1/+1
2016-03-18Fix code to check for illegal element numbers when accessing AArch64 vector r...Nick Clifton1-2/+2
2016-03-18Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton1-158/+144
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-24Add an AArch64 simulator to GDB.Nick Clifton1-0/+557