aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2018-01-10x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich3-4/+9
2018-01-10x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich3-96/+106
2018-01-09RISC-V: Disassemble x0 based addresses as 0.Jim Wilson2-1/+6
2018-01-09[Arm] Add CSDB instructionJames Greenhalgh2-0/+11
2018-01-09Add support for the AArch64's CSDB instruction.James Greenhalgh5-1012/+1022
2018-01-08x86: Properly encode vmovd with 64-bit memeoryH.J. Lu3-42/+13
2018-01-05RISC-V: Print symbol address for jalr w/ zero offset.Jim Wilson2-0/+7
2018-01-03Update year range in copyright notice of binutils filesAlan Modra277-280/+284
2018-01-03ChangeLog rotationAlan Modra2-1965/+1979
2018-01-02x86: partial revert of 10c17abdd0Jan Beulich2-0/+9
2017-12-20RISC-V: Add compressed instruction hints, and a few misc cleanups.Jim Wilson2-13/+46
2017-12-19Correct disassembly of dot product instructions.Tamar Christina5-4/+15
2017-12-19Add support for V_4B so we can properly reject it.Tamar Christina2-0/+6
2017-12-18x86: fold certain AVX and AVX2 templatesJan Beulich5-4106/+789
2017-12-18x86: fold RegXMM/RegYMM/RegZMM into RegSIMDJan Beulich7-46306/+46315
2017-12-18x86: drop FloatReg and FloatAccJan Beulich6-32581/+32585
2017-12-18x86: replace Reg8, Reg16, Reg32, and Reg64Jan Beulich7-32766/+33250
2017-12-15Fix disassembly for PowerPCDimitar Dimitrov2-3/+8
2017-12-15x86: drop stray CheckRegSize usesJan Beulich3-155/+164
2017-12-13Add missing RISC-V fsrmi and fsflagsi instructions.Jim Wilson2-0/+9
2017-12-13This patch enables disassembler_needs_relocs for PRU. It is needed to print c...Dimitar Dimitrov2-0/+9
2017-12-11[Binutils][Objdump]Check symbol section information while search a mapping sy...Renlin Li2-3/+11
2017-12-03Fix "FAIL: VLE relocations 3"Alan Modra2-7/+7
2017-12-01Use consistent types for holding instructions, instruction masks, etc.Peter Bergner3-517/+556
2017-11-30x86: derive DispN from BaseIndexJan Beulich4-4142/+4196
2017-11-30x86: drop Vec_Disp8Jan Beulich6-16227/+16225
2017-11-29Support --localedir, --datarootdir and --datadirStefan Stroe2-4/+10
2017-11-27Update the simplified Chinese translation of the messages in the opcodes libr...Nick Clifton2-437/+945
2017-11-24x86: don't omit disambiguating suffixes from "fi*"Jan Beulich2-12/+17
2017-11-23Add Disp8MemShift for AVX512 VAES instructions.Igor Tsimbalist3-24/+29
2017-11-23x86: fix AVX-512 16-bit addressingJan Beulich2-0/+7
2017-11-23x86: correct UDnJan Beulich4-14/+47
2017-11-22Remove Vec_Disp8 field for vgf2p8mulb for AVX flavor.Igor Tsimbalist3-4/+9
2017-11-22Update ChangeLogIgor Tsimbalist1-0/+5
2017-11-22Remove Vec_Disp8 from vpcompressb and vpexpandb.Igor Tsimbalist2-13/+12
2017-11-22[ARC] Fix handling of ARCv2 H-register class.claziss2-0/+6
2017-11-21[ARC] Improve printing of pc-relative instructions.claziss3-17/+52
2017-11-16Add new AArch64 FP16 FM{A|S} instructions.Tamar Christina2-2/+7
2017-11-16Correct AArch64 crypto dependencies.Tamar Christina1-4/+6
2017-11-16Add assembler and disassembler support for the new Armv8.4-a instructions for...Tamar Christina3-2925/+3534
2017-11-16x86: ignore high register select bit(s) in 32- and 16-bit modesJan Beulich2-28/+47
2017-11-15x86: use correct register namesJan Beulich2-3/+8
2017-11-15x86: drop VEXI4_Fixup()Jan Beulich2-50/+45
2017-11-15x86-64: don't allow use of %axl as accumulatorJan Beulich3-2/+7
2017-11-14x86: add disassembler support for XOP VPCOM* pseudo-opsJan Beulich2-8/+67
2017-11-14x86: add support for AVX-512 VPCMP*{B,W} pseudo-opsJan Beulich4-29/+1554
2017-11-14x86: string insns don't allow displacementsJan Beulich3-42/+48
2017-11-13x86: {f,}xsave64 / {f,}xrstor64 / xsaveopt64 should not allow q suffixJan Beulich3-10/+16
2017-11-09Add assembler and disassembler support for the new Armv8.4-a registers for AA...Tamar Christina2-1/+164
2017-11-09Add the operand encoding types for the new Armv8.2-a back-ported instructions...Tamar Christina2-0/+97