summaryrefslogtreecommitdiff
path: root/sim/aarch64/simulator.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: aarch64: move arch-specific settings to internal headerMike Frysinger2022-12-231-0/+1
* sim: aarch64: invert sim_cpu storageMike Frysinger2022-12-211-2/+3
* sim/aarch64: remove two unused functionsAndrew Burgess2022-10-241-16/+0
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* sim: split sim-signal.h include outMike Frysinger2021-06-181-0/+2
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-1/+3
* sim: aarch64: fix 64-bit immediate shiftsMike Frysinger2021-05-011-2/+2
* Aarch64 sim fix for gcc-10 miscompilation.Jim Wilson2021-04-071-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* sim/aarch64: Fix register ordering bug in blr (PR sim/25318)Carlo Bramini2020-02-061-4/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix ldn/stn multiple instructions. Fix testcases with unaligned data.Jim Wilson2017-04-221-188/+102
* Add support for fcvtl and fcvtl2.Jim Wilson2017-04-081-0/+48
* Support the fcmXX zero instructions.Jim Wilson2017-04-081-0/+145
* Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson2017-03-251-1/+1
* Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite.Jim Wilson2017-03-031-4/+15
* Add missing smov support, and clean up existing umov support.Jim Wilson2017-02-251-75/+126
* Add missing cnt (popcount) instruction support.Jim Wilson2017-02-251-0/+51
* Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv.Jim Wilson2017-02-191-17/+25
* Add self to aarch64 maintainers. Fix mla instruction.Jim Wilson2017-02-141-49/+16
* Fix bit/bif instructions.Jim Wilson2017-02-141-10/+10
* Add ldn/stn single support, fix ldnr support.Jim Wilson2017-02-141-269/+282
* Add support for cmtst.Jim Wilson2017-01-231-0/+1
* Fixes for addv and xtn2 instructions.Jim Wilson2017-01-171-31/+16
* Fix problems with the implementation of the uzp1 and uzp2 instructions.Jim Wilson2017-01-091-17/+51
* Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.Jim Wilson2017-01-041-31/+45
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix bugs with float compare and Inf operands.Jim Wilson2016-12-211-0/+28
* Fix aarch64 sim bug with adds64, and add testcases for last 3 bug fixes.Jim Wilson2016-12-131-36/+15
* Fix bugs with tbnz/tbz instructions.users/ARM/embedded-binutils-master-2016q4Jim Wilson2016-12-031-3/+3
* Fix bug with FP stur instructions.Jim Wilson2016-12-011-6/+6
* sim: unify symbol table handlingMike Frysinger2016-08-151-2/+4
* Undo the previous change to the aarch64 sim - exporting aarch64_step() - and ...Nick Clifton2016-08-121-4/+9
* Export the single step function from the AArch64 simulator.Nick Clifton2016-08-111-5/+3
* Use fsqrt() to calculate float (rather than double) square root.Nick Clifton2016-07-211-1/+1
* Add support for simulating big-endian AArch64 binaries.Jim Wilson2016-06-301-1/+5
* Add support for FMLA (by element) to AArch64 sim.Nick Clifton2016-05-061-2/+72
* Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton2016-04-271-7/+312
* Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2016-04-041-12/+189
* Fix more bugs in AArch64 simulator.Nick Clifton2016-03-301-172/+212
* Tidy up AArch64 simulator code.Nick Clifton2016-03-291-1418/+1397
* More AArch64 simulator improvements.Nick Clifton2016-03-231-221/+573
* Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton2016-03-181-53/+159
* Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i...Nick Clifton2016-03-031-44/+81
* sim: aarch64: switch to common disassembler tracingMike Frysinger2016-01-051-36/+13
* sim: unify min/max macrosMike Frysinger2016-01-041-17/+14
* sim: aarch64: drop syscall.h include to fix buildTristan Gingold2016-01-041-1/+0