aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2018-11-06[BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.Sudakshina Das2-5/+10
2018-11-06PowerPC instruction mask checksAlan Modra2-141/+72
2018-11-06x86: correctly handle VPBROADCASTD with EVEX.W set outside of 64-bit modeJan Beulich2-1/+6
2018-11-06x86: correctly handle VMOVD with EVEX.W set outside of 64-bit modeJan Beulich3-14/+8
2018-11-06x86: correctly handle KMOVD with VEX.W set outside of 64-bit modeJan Beulich2-32/+17
2018-11-06x86: adjust {,E}VEX.W handling for PEXTR* / PINSR*Jan Beulich5-62/+47
2018-11-06x86: adjust {,E}VEX.W handling outside of 64-bit modeJan Beulich3-32/+39
2018-11-06x86: fix various non-LIG templatesJan Beulich3-86/+106
2018-11-06x86: allow {store} to select alternative {,}PEXTRW encodingJan Beulich3-11/+16
2018-11-06x86: add more VexWIGJan Beulich3-285/+293
2018-11-06x86: XOP VPHADD* / VPHSUB* are VEX.W0Jan Beulich3-32/+40
2018-10-23S/390: Support vector alignment hintsAndreas Krebbel1-0/+7
2018-10-22S12Z: Disassembly: Fallback to show the address if the symbol table is empty.John Darrington2-0/+9
2018-10-19Arm: Fix disassembler crashing on -b binary when thumb file and thumb not for...Tamar Christina2-3/+14
2018-10-16AArch64: Fix error checking for SIMD udot (by element)Matthew Malcomson2-1/+7
2018-10-10x86: fold Size{16,32,64} template attributesJan Beulich5-15577/+11696
2018-10-09[PATCH, BINUTULS, AARCH64, 9/9] Add SSBS to MSR/MRSSudakshina Das2-0/+23
2018-10-09[PATCH, BINUTILS, AARCH64, 8/9] Add SCXTNUM_ELx and ID_PFR2_EL1 system registersSudakshina Das2-0/+26
2018-10-09[PATCH, BINUTILS, AARCH64, 7/9] Add BTI instructionSudakshina Das8-1136/+1182
2018-10-09[PATCH, BINUTILS, AARCH64, 6/9] Add Random number instructionsSudakshina Das2-0/+16
2018-10-09[PATCH, BINUTILS, AARCH64, 5/9] Add DC CVADP instructionSudakshina Das2-0/+11
2018-10-09[PATCH, BINUTILS, AARCH64, 4/9] Add Execution and Data Restriction instructionsSudakshina Das7-1089/+1147
2018-10-09[PATCH, BINUTILS, AARCH64, 3/9] Add instruction SB for ARMv8.5-ASudakshina Das5-1014/+1030
2018-10-09[PATCH, BINUTILS, AARCH64, 2/9] Add Data procoessing instructions for ARMv8.5-ASudakshina Das5-2644/+2766
2018-10-09[PATCH, BINUTILS, AARCH64, 1/9] Add -march=armv8.5-a and related internal fea...Sudakshina Das2-0/+11
2018-10-08AArch64: Replace C initializers with memsetTamar Christina2-1/+7
2018-10-05x86: Add Intel ENCLV to assembler and disassemblerH.J. Lu4-1/+22
2018-10-05[Arm, 2/3] Add instruction SB for AArch32Sudakshina Das2-0/+11
2018-10-05or1k: Add the l.muld, l.muldu, l.macu, l.msbu insnsRichard Henderson6-29/+163
2018-10-05or1k: Add the l.adrp insn and supporting relocationsStafford Horne9-137/+320
2018-10-05or1k: Add relocations for high-signed and low-storesRichard Henderson2-272/+172
2018-10-03AArch64: Constraint disassembler and assembler changes.Tamar Christina4-11/+104
2018-10-03AArch64: Add SVE constraints verifier.Tamar Christina3-1/+358
2018-10-03AArch64: Refactor verifiers to make more general.Tamar Christina3-7/+16
2018-10-03AArch64: Refactor err_type.Tamar Christina2-13/+13
2018-10-03AArch64: Wire through instr_sequenceTamar Christina3-1/+10
2018-10-03AArch64: Mark sve instructions that require MOVPRFX constraintsTamar Christina2-231/+254
2018-10-02RISC-V: Add fence.tso instructionPalmer Dabbelt2-0/+5
2018-09-23Fix incorrect extraction of signed constants in nios2 disassembler.Sandra Loosemore2-13/+21
2018-09-21csky-opc.h: Initialize fields of last array elementsSimon Marchi7-68/+14
2018-09-20ARC: Fix build errors with large constants and C89Maciej W. Rozycki2-26/+30
2018-09-20Andes Technology has good news for you, we plan to update the nds32 port of b...Nick Clifton5-300/+944
2018-09-17RISC-V: bge[u] should get higher priority than ble[u].Jim Wilson2-2/+6
2018-09-17x86: Set EVex=2 on EVEX.128 only vmovd and vmovqH.J. Lu5-13/+94
2018-09-17x86: Set Vex=1 on VEX.128 only vmovd and vmovqH.J. Lu4-18/+24
2018-09-17x86: Update disassembler for VexWIGH.J. Lu2-1563/+619
2018-09-17x86: Replace VexW=3 with VexWIGH.J. Lu2-468/+475
2018-09-15x86: Set VexW=3 on AVX vrsqrtssH.J. Lu3-2/+7
2018-09-15x86: Set Vex=1 on VEX.128 only vmovqH.J. Lu4-6/+12
2018-09-14x86: Support VEX/EVEX WIG encodingH.J. Lu4-932/+941