summaryrefslogtreecommitdiff
path: root/opcodes
Commit message (Expand)AuthorAgeFilesLines
* x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich2018-01-103-4/+9
* x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich2018-01-103-96/+106
* RISC-V: Disassemble x0 based addresses as 0.Jim Wilson2018-01-092-1/+6
* [Arm] Add CSDB instructionJames Greenhalgh2018-01-092-0/+11
* Add support for the AArch64's CSDB instruction.James Greenhalgh2018-01-095-1012/+1022
* x86: Properly encode vmovd with 64-bit memeoryH.J. Lu2018-01-083-42/+13
* RISC-V: Print symbol address for jalr w/ zero offset.Jim Wilson2018-01-052-0/+7
* Update year range in copyright notice of binutils filesAlan Modra2018-01-03277-280/+284
* ChangeLog rotationAlan Modra2018-01-032-1965/+1979
* x86: partial revert of 10c17abdd0Jan Beulich2018-01-022-0/+9
* RISC-V: Add compressed instruction hints, and a few misc cleanups.Jim Wilson2017-12-202-13/+46
* Correct disassembly of dot product instructions.Tamar Christina2017-12-195-4/+15
* Add support for V_4B so we can properly reject it.Tamar Christina2017-12-192-0/+6
* x86: fold certain AVX and AVX2 templatesJan Beulich2017-12-185-4106/+789
* x86: fold RegXMM/RegYMM/RegZMM into RegSIMDJan Beulich2017-12-187-46306/+46315
* x86: drop FloatReg and FloatAccJan Beulich2017-12-186-32581/+32585
* x86: replace Reg8, Reg16, Reg32, and Reg64Jan Beulich2017-12-187-32766/+33250
* Fix disassembly for PowerPCDimitar Dimitrov2017-12-152-3/+8
* x86: drop stray CheckRegSize usesJan Beulich2017-12-153-155/+164
* Add missing RISC-V fsrmi and fsflagsi instructions.Jim Wilson2017-12-132-0/+9
* This patch enables disassembler_needs_relocs for PRU. It is needed to print c...Dimitar Dimitrov2017-12-132-0/+9
* [Binutils][Objdump]Check symbol section information while search a mapping sy...Renlin Li2017-12-112-3/+11
* Fix "FAIL: VLE relocations 3"Alan Modra2017-12-032-7/+7
* Use consistent types for holding instructions, instruction masks, etc.Peter Bergner2017-12-013-517/+556
* x86: derive DispN from BaseIndexJan Beulich2017-11-304-4142/+4196
* x86: drop Vec_Disp8Jan Beulich2017-11-306-16227/+16225
* Support --localedir, --datarootdir and --datadirStefan Stroe2017-11-292-4/+10
* Update the simplified Chinese translation of the messages in the opcodes libr...Nick Clifton2017-11-272-437/+945
* x86: don't omit disambiguating suffixes from "fi*"Jan Beulich2017-11-242-12/+17
* Add Disp8MemShift for AVX512 VAES instructions.Igor Tsimbalist2017-11-233-24/+29
* x86: fix AVX-512 16-bit addressingJan Beulich2017-11-232-0/+7
* x86: correct UDnJan Beulich2017-11-234-14/+47
* Remove Vec_Disp8 field for vgf2p8mulb for AVX flavor.Igor Tsimbalist2017-11-223-4/+9
* Update ChangeLogIgor Tsimbalist2017-11-221-0/+5
* Remove Vec_Disp8 from vpcompressb and vpexpandb.Igor Tsimbalist2017-11-222-13/+12
* [ARC] Fix handling of ARCv2 H-register class.claziss2017-11-222-0/+6
* [ARC] Improve printing of pc-relative instructions.claziss2017-11-213-17/+52
* Add new AArch64 FP16 FM{A|S} instructions.Tamar Christina2017-11-162-2/+7
* Correct AArch64 crypto dependencies.Tamar Christina2017-11-161-4/+6
* Add assembler and disassembler support for the new Armv8.4-a instructions for...Tamar Christina2017-11-163-2925/+3534
* x86: ignore high register select bit(s) in 32- and 16-bit modesJan Beulich2017-11-162-28/+47
* x86: use correct register namesJan Beulich2017-11-152-3/+8
* x86: drop VEXI4_Fixup()Jan Beulich2017-11-152-50/+45
* x86-64: don't allow use of %axl as accumulatorJan Beulich2017-11-153-2/+7
* x86: add disassembler support for XOP VPCOM* pseudo-opsJan Beulich2017-11-142-8/+67
* x86: add support for AVX-512 VPCMP*{B,W} pseudo-opsJan Beulich2017-11-144-29/+1554
* x86: string insns don't allow displacementsJan Beulich2017-11-143-42/+48
* x86: {f,}xsave64 / {f,}xrstor64 / xsaveopt64 should not allow q suffixJan Beulich2017-11-133-10/+16
* Add assembler and disassembler support for the new Armv8.4-a registers for AA...Tamar Christina2017-11-092-1/+164
* Add the operand encoding types for the new Armv8.2-a back-ported instructions...Tamar Christina2017-11-092-0/+97