summaryrefslogtreecommitdiff
path: root/opcodes
Commit message (Expand)AuthorAgeFilesLines
* S12Z opcodes: Fix bug disassembling certain shift instructions.John Darrington2018-11-212-19/+30
* opcodes/nfp: Fix disassembly of crc[] with swapped operands.Francois H. Theron2018-11-132-6/+10
* [BINUTILS, AARCH64, 8/8] Add data cache instructions for Memory Tagging Exten...Sudakshina Das2018-11-122-0/+48
* [BINUTILS, AARCH64, 7/8] Add system registers for Memory Tagging ExtensionSudakshina Das2018-11-122-0/+35
* [BINUTILS, AARCH64, 6/8] Add Tag getting instruction in Memory Tagging ExtensionSudakshina Das2018-11-1210-1642/+1724
* [BINUTILS, AARCH64, 5/8] Add Tag getting instruction in Memory Tagging ExtensionSudakshina Das2018-11-125-1607/+1633
* [BINUTILS, AARCH64, 4/8] Add Tag setting instructions in Memory Tagging Exten...Sudakshina Das2018-11-128-1841/+2036
* [BINUTILS, AARCH64, 3/8] Add Pointer Arithmetic instructions in Memory Taggin...Sudakshina Das2018-11-125-1904/+1942
* [BINUTILS, AARCH64, 2/8] Add Tag generation instructions in Memory Tagging Ex...Sudakshina Das2018-11-129-2913/+3010
* [BINUTILS, AARCH64, 1/8] Add support for Memory Tagging Extension for ARMv8.5-ASudakshina Das2018-11-122-0/+10
* [BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.Sudakshina Das2018-11-062-5/+10
* PowerPC instruction mask checksAlan Modra2018-11-062-141/+72
* x86: correctly handle VPBROADCASTD with EVEX.W set outside of 64-bit modeJan Beulich2018-11-062-1/+6
* x86: correctly handle VMOVD with EVEX.W set outside of 64-bit modeJan Beulich2018-11-063-14/+8
* x86: correctly handle KMOVD with VEX.W set outside of 64-bit modeJan Beulich2018-11-062-32/+17
* x86: adjust {,E}VEX.W handling for PEXTR* / PINSR*Jan Beulich2018-11-065-62/+47
* x86: adjust {,E}VEX.W handling outside of 64-bit modeJan Beulich2018-11-063-32/+39
* x86: fix various non-LIG templatesJan Beulich2018-11-063-86/+106
* x86: allow {store} to select alternative {,}PEXTRW encodingJan Beulich2018-11-063-11/+16
* x86: add more VexWIGJan Beulich2018-11-063-285/+293
* x86: XOP VPHADD* / VPHSUB* are VEX.W0Jan Beulich2018-11-063-32/+40
* S/390: Support vector alignment hintsAndreas Krebbel2018-10-231-0/+7
* S12Z: Disassembly: Fallback to show the address if the symbol table is empty.John Darrington2018-10-222-0/+9
* Arm: Fix disassembler crashing on -b binary when thumb file and thumb not for...Tamar Christina2018-10-192-3/+14
* AArch64: Fix error checking for SIMD udot (by element)Matthew Malcomson2018-10-162-1/+7
* x86: fold Size{16,32,64} template attributesJan Beulich2018-10-105-15577/+11696
* [PATCH, BINUTULS, AARCH64, 9/9] Add SSBS to MSR/MRSSudakshina Das2018-10-092-0/+23
* [PATCH, BINUTILS, AARCH64, 8/9] Add SCXTNUM_ELx and ID_PFR2_EL1 system registersSudakshina Das2018-10-092-0/+26
* [PATCH, BINUTILS, AARCH64, 7/9] Add BTI instructionSudakshina Das2018-10-098-1136/+1182
* [PATCH, BINUTILS, AARCH64, 6/9] Add Random number instructionsSudakshina Das2018-10-092-0/+16
* [PATCH, BINUTILS, AARCH64, 5/9] Add DC CVADP instructionSudakshina Das2018-10-092-0/+11
* [PATCH, BINUTILS, AARCH64, 4/9] Add Execution and Data Restriction instructionsSudakshina Das2018-10-097-1089/+1147
* [PATCH, BINUTILS, AARCH64, 3/9] Add instruction SB for ARMv8.5-ASudakshina Das2018-10-095-1014/+1030
* [PATCH, BINUTILS, AARCH64, 2/9] Add Data procoessing instructions for ARMv8.5-ASudakshina Das2018-10-095-2644/+2766
* [PATCH, BINUTILS, AARCH64, 1/9] Add -march=armv8.5-a and related internal fea...Sudakshina Das2018-10-092-0/+11
* AArch64: Replace C initializers with memsetTamar Christina2018-10-082-1/+7
* x86: Add Intel ENCLV to assembler and disassemblerH.J. Lu2018-10-054-1/+22
* [Arm, 2/3] Add instruction SB for AArch32Sudakshina Das2018-10-052-0/+11
* or1k: Add the l.muld, l.muldu, l.macu, l.msbu insnsRichard Henderson2018-10-056-29/+163
* or1k: Add the l.adrp insn and supporting relocationsStafford Horne2018-10-059-137/+320
* or1k: Add relocations for high-signed and low-storesRichard Henderson2018-10-052-272/+172
* AArch64: Constraint disassembler and assembler changes.Tamar Christina2018-10-034-11/+104
* AArch64: Add SVE constraints verifier.Tamar Christina2018-10-033-1/+358
* AArch64: Refactor verifiers to make more general.Tamar Christina2018-10-033-7/+16
* AArch64: Refactor err_type.Tamar Christina2018-10-032-13/+13
* AArch64: Wire through instr_sequenceTamar Christina2018-10-033-1/+10
* AArch64: Mark sve instructions that require MOVPRFX constraintsTamar Christina2018-10-032-231/+254
* RISC-V: Add fence.tso instructionPalmer Dabbelt2018-10-022-0/+5
* Fix incorrect extraction of signed constants in nios2 disassembler.Sandra Loosemore2018-09-232-13/+21
* csky-opc.h: Initialize fields of last array elementsSimon Marchi2018-09-217-68/+14