summaryrefslogtreecommitdiff
path: root/opcodes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds the new Fields and Operand types for the new instructions in Armv8.4-a.Tamar Christina2017-11-0911-179/+296
* Split the ARM Crypto ISA extensions for AES and SHA1+2 into their own options...Tamar Christina2017-11-092-0/+37
* Split the AArch64 Crypto instructions for AES and SHA1+2 into their own optio...Nick Clifton2017-11-082-17/+39
* Adds command line support for Armv8.4-A, via the new command line option -mar...Jiong Wang2017-11-082-0/+24
* opcodes/arc: Fix incorrect insn_class for some nps insnsAndrew Burgess2017-11-072-4/+8
* ngettext supportAlan Modra2017-11-072-16/+35
* [ARC] Force the disassam to use the hexadecimal number for printingclaziss2017-11-032-1/+21
* [ARC] Sync opcode data base.claziss2017-11-033-1588/+3455
* PR22348, conflicting global vars in crx and cr16Alan Modra2017-10-254-20/+33
* RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0Andrew Waterman2017-10-242-7/+33
* Add missing ChangeLog entriesIgor Tsimbalist2017-10-231-0/+110
* Fix the master due to bad regenerated filesIgor Tsimbalist2017-10-233-5469/+11545
* Enable Intel AVX512_BITALG instructions.Igor Tsimbalist2017-10-235-3/+51
* Enable Intel AVX512_VNNI instructions.Igor Tsimbalist2017-10-235-6/+48
* Enable Intel VPCLMULQDQ instruction.Igor Tsimbalist2017-10-235-14/+30
* Enable Intel VAES instructions.Igor Tsimbalist2017-10-237-5576/+5902