aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64/simulator.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-29Tidy up AArch64 simulator code.Nick Clifton1-1418/+1397
2016-03-23More AArch64 simulator improvements.Nick Clifton1-221/+573
2016-03-18Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton1-53/+159
2016-03-03Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i...Nick Clifton1-44/+81
2016-01-05sim: aarch64: switch to common disassembler tracingMike Frysinger1-36/+13
2016-01-04sim: unify min/max macrosMike Frysinger1-17/+14
2016-01-04sim: aarch64: drop syscall.h include to fix buildTristan Gingold1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-15Add support for the MRS instruction to the AArch64 simulator.Nick Clifton1-9/+45
2015-11-24Add an AArch64 simulator to GDB.Nick Clifton1-0/+13047