Age | Commit message (Expand) | Author | Files | Lines |
2024-04-22 | aarch64: Fix coding style issue in `aarch64-dis.c' | Victor Do Nascimento | 1 | -1/+1 |
2024-04-17 | aarch64: Remove asserts from operand qualifier decoders [PR31595] | Victor Do Nascimento | 1 | -18/+80 |
2024-03-18 | aarch64: Add support for (M)ADDPT and (M)SUBPT instructions | Yury Khrustalev | 1 | -0/+17 |
2024-01-24 | aarch64: Eliminate unused variable warnings with -DNDEBUG | Andrew Carlotti | 1 | -2/+3 |
2024-01-15 | aarch64: rcpc3: Define address operand fields and inserter/extractors | Victor Do Nascimento | 1 | -0/+84 |
2024-01-15 | aarch64: Fix tlbi and tlbip instructions | Andrew Carlotti | 1 | -0/+1 |
2024-01-15 | aarch64: Add SVE2.1 Contiguous load/store instructions. | Srinath Parvathaneni | 1 | -0/+15 |
2024-01-15 | aarch64: Add SVE2.1 dupq, eorqv and extq instructions. | Srinath Parvathaneni | 1 | -0/+31 |
2024-01-15 | aarch64: Add support for FEAT_SVE2p1. | Srinath Parvathaneni | 1 | -0/+10 |
2024-01-15 | aarch64: Add support for FEAT_SME2p1 instructions. | Srinath Parvathaneni | 1 | -0/+79 |
2024-01-09 | aarch64: Add support for 128-bit system register mrrs and msrr insns | Victor Do Nascimento | 1 | -0/+1 |
2024-01-09 | aarch64: Add support for the SYSP 128-bit system instruction | Victor Do Nascimento | 1 | -1/+2 |
2024-01-09 | aarch64: Add support for xzr register in register pair operands | Victor Do Nascimento | 1 | -2/+5 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-09-26 | aarch64: Restructure feature flag handling | Richard Sandiford | 1 | -3/+4 |
2023-09-08 | Set insn_type for branch instructions on aarch64 | Vladimir Mezentsev | 1 | -0/+6 |
2023-08-22 | aarch64: Improve naming conventions for A and R-profile architecture | Victor Do Nascimento | 1 | -2/+2 |
2023-03-30 | aarch64: Add the SME2 shift instructions | Richard Sandiford | 1 | -0/+17 |
2023-03-30 | aarch64: Add the SME2 saturating conversion instructions | Richard Sandiford | 1 | -0/+4 |
2023-03-30 | aarch64: Add the SME2 MLAL and MLSL instructions | Richard Sandiford | 1 | -2/+6 |
2023-03-30 | aarch64: Add the SME2 maximum/minimum instructions | Richard Sandiford | 1 | -0/+7 |
2023-03-30 | aarch64: Add the SME2 ADD and SUB instructions | Richard Sandiford | 1 | -0/+2 |
2023-03-30 | aarch64: Add the SME2 ZT0 instructions | Richard Sandiford | 1 | -0/+15 |
2023-03-30 | aarch64: Add the SME2 predicate-related instructions | Richard Sandiford | 1 | -4/+29 |
2023-03-30 | aarch64: Add the SME2 multivector LD1 and ST1 instructions | Richard Sandiford | 1 | -1/+20 |
2023-03-30 | aarch64: Add the SME2 MOVA instructions | Richard Sandiford | 1 | -1/+59 |
2023-03-30 | aarch64: Add a _10 suffix to FLD_imm3 | Richard Sandiford | 1 | -2/+2 |
2023-03-30 | aarch64: Add support for strided register lists | Richard Sandiford | 1 | -0/+5 |
2023-03-30 | aarch64: Regularise FLD_* suffixes | Richard Sandiford | 1 | -5/+5 |
2023-03-30 | aarch64: Try to report invalid variants against the closest match | Richard Sandiford | 1 | -1/+2 |
2023-03-30 | aarch64: Rename za_tile_vector to za_index | Richard Sandiford | 1 | -17/+17 |
2023-03-30 | aarch64: Make SME instructions use F_STRICT | Richard Sandiford | 1 | -47/+46 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-07-29 | libopcodes/aarch64: add support for disassembler styling | Andrew Burgess | 1 | -32/+215 |
2022-06-29 | opcodes/aarch64: split off creation of comment text in disassembler | Andrew Burgess | 1 | -2/+13 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-03 | aarch64: Fix uninitialised memory | Richard Sandiford | 1 | -1/+1 |
2021-12-02 | aarch64: Enforce P/M/E order for MOPS instructions | Richard Sandiford | 1 | -4/+23 |
2021-12-02 | aarch64: Add support for +mops | Richard Sandiford | 1 | -0/+11 |
2021-11-25 | Fix building the AArch64 assembler and disassembler when assertions are disab... | Nick Clifton | 1 | -16/+17 |
2021-11-17 | aarch64: [SME] SVE2 instructions added to support SME | Przemyslaw Wirkus | 1 | -0/+43 |
2021-11-17 | aarch64: [SME] Add SME mode selection and state access instructions | Przemyslaw Wirkus | 1 | -2/+36 |
2021-11-17 | aarch64: [SME] Add LD1x, ST1x, LDR and STR instructions | Przemyslaw Wirkus | 1 | -0/+50 |
2021-11-17 | aarch64: [SME] Add MOV and MOVA instructions | Przemyslaw Wirkus | 1 | -0/+58 |
2021-11-05 | Missing va_end in aarch64-dis.c | Alan Modra | 1 | -0/+1 |
2021-03-31 | Use bool in opcodes | Alan Modra | 1 | -212/+212 |
2021-03-31 | Remove bfd_stdint.h | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -5/+5 |
2021-01-08 | Fix places in the AArch64 opcodes library code where a call to assert() has s... | Nick Clifton | 1 | -1/+3 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |