aboutsummaryrefslogtreecommitdiffstats
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2012-11-14opcodes/Michael Eager4-4/+45
2012-11-14Add clz opcode.Michael Eager3-2/+8
2012-11-14Add the endian reversing versions of load/store instructions;Michael Eager3-2/+16
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton4-0/+9
2012-11-09Remove trailing redundant `;'H.J. Lu3-2/+7
2012-11-08Regenerate.Alan Modra2-0/+15
2012-11-05 * configure.in: Apply 2012-09-10 change to config.in here.Alan Modra2-2/+7
2012-10-262012-10-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel4-3/+32
2012-10-26gas/testsuite:Christian Groessler3-61/+59
2012-10-26 * ppc-opc (powerpc_opcodes): "lfdp" and "stfdp" use DS offset.Alan Modra2-2/+6
2012-10-24gas/testsuite/Roland McGrath2-58/+66
2012-10-22opcodes/Peter Bergner2-1/+5
2012-10-18 * tic54x-dis.c (print_instruction): Don't use K&R style.Tom Tromey2-38/+37
2012-10-18 * aarch64-asm.c (aarch64_ins_ldst_reglist): InitializeKai Tietz3-7/+16
2012-10-15Updated the system register table.yufeng2-4/+8
2012-10-15Added the changelog for the previous commit.yufeng1-0/+6
2012-10-15Added missing alignment check to load/store uimm12 immediate offset.yufeng1-1/+1
2012-10-112012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Richard Earnshaw2-5/+10
2012-10-09Add AMD bdver3 support.neggone3-0/+13
2012-10-05opcodes/Peter Bergner3-1/+21
2012-10-04 * v850-dis.c (disassemble): Place square parentheses around secondNick Clifton2-4/+21
2012-10-042012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel4-34/+90
2012-09-28Don't abort() when disassembling bad moxie instructions.Anthony Green3-29/+102
2012-09-25Add missing Cpu flags in bd and bt coresH.J. Lu3-16/+23
2012-09-20Replace CpuSSE3 with CpuCX16 for cmpxchg16bH.J. Lu6-2964/+2989
2012-09-182012-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Richard Earnshaw2-28/+33
2012-09-18 opcodes/Maciej W. Rozycki2-1/+6
2012-09-172012-09-17 Yufeng Zhang <yufeng.zhang@arm.com>Richard Earnshaw2-5/+14
2012-09-15 * configure: Regenerate.David Edelsohn2-2/+7
2012-09-14Fix moxie disassembly for new branch semanticsAnthony Green2-1/+6
2012-09-13Bi-endian patches for moxieAnthony Green2-7/+33
2012-09-10missed from 2012-08-15 changeAlan Modra1-387/+387
2012-09-10 * config.in: Disable sanity check for kfreebsd.Alan Modra2-1/+5
2012-09-10Regenerate binutils configureH.J. Lu2-6/+17
2012-09-04Add Intel Itanium Series 9500 supportH.J. Lu10-7362/+10421
2012-08-29 * ppc-opc.c (VXASHB_MASK): New define.Peter Bergner2-1/+9
2012-08-28 * ppc-opc.c (UIMM4, UIMM3, UIMM2, VXVA_MASK, VXVB_MASK, VXVAVB_MASK,Peter Bergner2-23/+66
2012-08-24 * gas/config/tc-arm.c (ARM_ENC_TAB): Add sha1h and sha2op entries.mgretton2-0/+7
2012-08-24 * gas/config/tc-arm.c (NEON_ENC_TAB): Add sha3op entry.mgretton2-0/+11
2012-08-24 * gas/config/tc-arm.c (neon_type_mask): Add P64 type.mgretton2-0/+5
2012-08-24 * gas/config/tc-arm.c (NEON_ENC_TAB): Add aes entry.mgretton2-0/+8
2012-08-24 * gas/config/tc-arm.c (el_type_type_check): Add handling for 16-bitmgretton2-0/+7
2012-08-24 * gas/config/tc-arm.c (NEON_ENC_TAB): Add vrint entries.mgretton2-0/+10
2012-08-24 * gas/config/tc-arm.c (NEON_ENC_TAB): Add vcvta entry.mgretton2-1/+10
2012-08-24 * gas/config/tc-arm.c (NEON_ENC_TAB): Add vmaxnm, vminnm entries.mgretton2-0/+11
2012-08-24 * gas/config/tc-arm.c (NEON_ENC_TAB): Add entries for VSEL.mgretton2-0/+36
2012-08-24 * gas/config/tc-arm.c (do_rm_rn): New function.mgretton2-1/+40
2012-08-24 * gas/config/tc-arm.c (do_t_bkpt_hlt1): New function.mgretton2-0/+8
2012-08-24 * gas/config/tc-arm.c (insns): Add DCPS instruction.mgretton2-0/+5
2012-08-24 * gas/config/tc-arm.c (T16_32_TAB): Add _sevl.mgretton2-0/+15
2012-08-24 * gas/config/tc-arm.c (asm_barrier_opt): Add arch field.mgretton2-27/+41
2012-08-24 * opcodes/arm-dis.c (COND_UNCOND): New constant.mgretton2-4/+30
2012-08-21Fix sparc opcode encoding for 4-arg crypto instructions.David S. Miller2-13/+18
2012-08-20opcodes/ChangeLogAlan Modra2-20/+25
2012-08-17Add AMD btver1 and btver2 supportH.J. Lu6-3/+30
2012-08-17 * po/vi.po: Updated Vietnamese translation.Nick Clifton4-2/+1316
2012-08-16 * ppc-opc.c (powerpc_opcodes) <"lswx">: Use RAX for the second andPeter Bergner2-2/+8
2012-08-15* rl78-decode.opc (rl78_decode_opcode): Merge %e and %[01]DJ Delorie3-239/+250
2012-08-15opcodes/Peter Bergner2-3/+7
2012-08-15opcodes/Peter Bergner2-0/+10
2012-08-14 * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S localMaciej W. Rozycki2-339/+244
2012-08-13Add support for 64-bit ARM architecture: AArch64Nick Clifton17-8/+19164
2012-08-13 include/opcode/Maciej W. Rozycki9-95/+184
2012-08-10Enable FMA instructions for bdver2H.J. Lu3-2/+8
2012-08-09Updated Vietnamese translation.Nick Clifton2-144/+215
2012-08-07gas/testsuite/Roland McGrath2-0/+39
2012-08-07There were several cases where the registers in the REX encoded rangeJan Beulich2-5/+4
2012-08-06gas/testsuite/Roland McGrath2-6/+20
2012-08-06gas/testsuite/Roland McGrath2-30/+44
2012-08-02 * configure.in: Formatting.Jan-Benedict Glaw3-22/+27
2012-08-01 * h8300-dis.c: Fix printf arg warnings.Alan Modra11-446/+461
2012-07-31 include/opcode/Maciej W. Rozycki3-0/+225
2012-07-31VMOVNTDQA was both misplaced and improperly tagged as being an AVXJan Beulich3-2/+8
2012-07-302012-07-05 Sean Keys <skeys@ipdatasys.com>seank1-0/+7
2012-07-30Updated translationsNick Clifton3-291/+431
2012-07-27bfd: update to AC_INITMike Frysinger3-2/+8
2012-07-26Fix attributation of PR 13135 patch.Nick Clifton1-1/+2
2012-07-252012-07-25 James Lemke <jwlemke@codesourcery.com>jwlemke2-56/+60
2012-07-24 PR binutils/13135Nick Clifton8-58/+70
2012-07-19Use vex_len_table in xop_tableH.J. Lu2-8/+74
2012-07-16Implement RDRSEED, ADX and PRFCHW instructionsH.J. Lu7-2754/+5611
2012-07-05gas/config/seank2-12/+4
2012-07-05Typo fix.Thomas Schwinge1-1/+1
2012-07-05opcodes/Thomas Schwinge2-2/+5
2012-07-02gas/testsuite/Roland McGrath3-2/+7
2012-06-28 * po/vi.po: Updated Vietnamese translation.Nick Clifton2-274/+285
2012-06-22gas/Roland McGrath3-8/+11
2012-06-22gas/Roland McGrath5-4481/+4494
2012-06-11opcodes/Andreas Schwab2-75/+87
2012-05-19bfd/Alan Modra2-2/+10
2012-05-18 * ia64-opc.c: Remove #include "ansidecl.h".Alan Modra3-4/+8
2012-05-18 * arc-dis.c: Include sysdep.h first, remove some redundant includes.Alan Modra16-631/+650
2012-05-18 * ppc-opc.c (powerpc_macros): Add entries for e_extlwi to e_clrlslwi.Alan Modra2-0/+16
2012-05-18 * ppc-opc.c (extract_sprg): Use ALLOW8_SPRG to include VLE.Alan Modra2-4/+7
2012-05-17 PR 14072Nick Clifton51-180/+262
2012-05-17bfd/Alan Modra2-1/+4
2012-05-16 * arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg}Nick Clifton2-0/+39
2012-05-15 * config/tc-m68hc11.c: Add S12X and XGATE co-processor support.Nick Clifton6-1070/+1898
2012-05-14Add support for PowerPC VLE.jwlemke3-894/+1960
2012-05-11 PR binutils/14028Nick Clifton5-1/+51
2012-05-11 PR binutils/14006Nick Clifton2-3/+19
2012-05-03Add support for Motorola XGATE embedded CPUNick Clifton8-2/+633
2012-04-30* rx-decode.opc (MOV): Do not sign-extend immediates which areDJ Delorie3-601/+633
2012-04-27Add support for sparc %cfr ASR register.David S. Miller3-1/+7
2012-04-27Add support for sparc pause instruction.David S. Miller3-1/+8
2012-04-27Add support for sparc compare-and-branch instructions.David S. Miller2-0/+35
2012-04-27Add support for SPARC T4 crypto instructions.David S. Miller3-0/+36
2012-04-27Move sparc opcode hwcaps out of sparc_opcode flags field.David S. Miller2-1338/+1343
2012-04-12Support R_SPARC_WDISP10 and R_SPARC_H34.David S. Miller2-0/+11
2012-04-01opcodes: bfin: simplify field width processing and fix build warningsMike Frysinger2-10/+6
2012-03-24 gas/Maxim Kuvyrkov2-0/+12
2012-03-16 * ppc-dis.c (PPC_OPC_SEGS, PPC_OP_TO_SEG): Delete.Alan Modra2-54/+70
2012-03-15include/Alan Modra3-14/+64
2012-03-09include/opcode/Alan Modra3-8/+130
2012-03-082012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2-1/+5
2012-02-27cpu/Alan Modra2-1/+5
2012-02-27 * v850-opc.c (extract_v8): Rearrange to make it obvious thisAlan Modra2-32/+36
2012-02-27gas/Alan Modra3-8/+13
2012-02-27 * arc-dis.c (BITS): Don't use shifts to mask off bits.Alan Modra2-6/+10
2012-02-25Improve TLS support on TILE-Gx/TILEPro:walt3-949/+1078
2012-02-21Add HLEPrefixNone/HLEPrefixLock/HLEPrefixAny/HLEPrefixReleaseH.J. Lu2-0/+11
2012-02-08Implement Intel Transactional Synchronization ExtensionsH.J. Lu7-7251/+7515
2012-01-31* rl78-decode.opc (rl78_decode_opcode): Add NOT1.DJ Delorie1-145/+162
2012-01-25* rl78-decode.opc (rl78_decode_opcode): Add NOT1.DJ Delorie2-0/+10
2012-01-16 PR binutils/10173Alan Modra2-2/+7
2012-01-16* gas/testsuite/gas/m68k/pmove.s, gas/testsuite/gas/m68k/pmove.d: New test.Andreas Schwab2-2/+7
2012-01-13Add vmfuncH.J. Lu7-2742/+2783
2012-01-05Rotate ChangeLogsNick Clifton2-814/+823
2011-12-15 * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bitNick Clifton3-8/+30
2011-12-13 * ppc-opc.c (ISA_V2): Define and use for relevant BO field tests.Alan Modra3-338/+359
2011-12-08opcodes:pinskia2-0/+5
2011-12-08bfd:pinskia3-7/+55
2011-11-29opcode/pinskia3-1/+19
2011-11-25 * mips-dis.c (print_insn_micromips): Rename local variable iprintfPierre Muller2-94/+99
2011-11-25 * po/it.po: Updated Italian translation.Nick Clifton2-9/+6
2011-11-16 * micromips-opc.c (micromips_opcodes): Use NODS rather than TRAPMaciej W. Rozycki2-2/+7
2011-11-02 * po/it.po: New Italian translation.Nick Clifton6-3/+1261
2011-11-02[.]DJ Delorie9-0/+7358
2011-10-27opcodes/Peter Bergner2-14/+21
2011-10-26 PR binutils/13348Nick Clifton2-2/+6
2011-10-26cpu:Joern Rennecke3-4/+6
2011-10-26gas:Joern Rennecke2-1/+5
2011-10-25bfd:Nick Clifton15-141/+10492
2011-10-24 opcodes/Julian Brown2-4/+8
2011-10-212011-10-21 Jan Glauber <jang@linux.vnet.ibm.com>Andreas Krebbel2-0/+15
2011-10-18 Jie Zhang <jie@codesourcery.com>Julian Brown2-6/+21
2011-10-10Updated Bulgarian, Spanish, Finnish, French, Russian and Ukranian translations.Nick Clifton3-130/+136
2011-10-06gas/testsuite/Jan Beulich2-57/+135
2011-09-27opcodes/David S. Miller2-1/+6
2011-09-26Add sparc integer multiply-add instructions.David S. Miller2-0/+7
2011-09-21Annotate sparc objects with cpu hardware capabilities used.David S. Miller2-229/+234
2011-09-10Add PR markersAndreas Schwab1-0/+1
2011-09-08opcodes/David S. Miller2-0/+4
2011-09-08opcodes/David S. Miller2-5/+35
2011-09-08opcodes/David S. Miller2-1/+5
2011-09-07* gas/testsuite/gas/m68k/all.exp: Run "mode5" test also with -mcpu=5200.Andreas Schwab2-10/+9
2011-08-26Updated Spanish translations.Nick Clifton2-163/+168
2011-08-22Move cpu files from cgen/cpu to top level cpu directory.Nick Clifton3-46/+59
2011-08-09 gas/Maciej W. Rozycki4-2/+49
2011-08-09 include/opcode/Maciej W. Rozycki2-82/+103
2011-08-05include/opcode/David S. Miller3-3/+113
2011-08-02opcodes/qneill2-1/+5
2011-08-01Check R_X86_64_32 overflow and allow R_X86_64_64 for x32.H.J. Lu2-33/+16
2011-08-01Add Disp32S to 64bit call.H.J. Lu3-2/+8
2011-07-24Fix misapplied patch.Richard Sandiford1-24/+25
2011-07-24bfd/Richard Sandiford7-14/+1821
2011-07-24include/opcode/Richard Sandiford3-31/+47
2011-07-22Add initial Intel K1OM support.H.J. Lu9-3114/+3151
2011-07-12 * arm-dis.c (print_insn_arm): Revert previous, undocumented,Nick Clifton2-3/+5
2011-07-01 PR binutils/12329Nick Clifton3-1/+11
2011-07-01Update rorxS.H.J. Lu2-1/+5
2011-06-30Fix rorx in BMI2.H.J. Lu4-7/+12
2011-06-29Replace "index" with "i".H.J. Lu3-8/+13
2011-06-29gas/Richard Sandiford2-4/+11
2011-06-21Re-indent prefix_table.H.J. Lu2-2/+7
2011-06-17* Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...Andreas Schwab3-5/+11
2011-06-14 * Makefile.in: Regenerate.Alan Modra2-0/+6
2011-06-13 * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo.Nick Clifton11-1/+18650
2011-06-10Support AVX Programming Reference (June, 2011).H.J. Lu7-6387/+9478
2011-06-03Add CpuF16C to CPU_BDVER2_FLAGS.qneill3-2/+7
2011-06-03 PR binutils/12752Nick Clifton2-8/+24
2011-06-02 gas/Nathan Sidwell2-37/+55
2011-06-02Fix spelling mistakes.Nick Clifton3-63/+69
2011-05-242011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel3-16/+22
2011-05-242011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel3-205/+329
2011-05-19 * v850-opc.c (cmpf.[sd]): Reverse the order of the reg1 and reg2Nick Clifton2-4/+9
2011-05-112011-05-10 Quentin Neill <quentin.neill@amd.com>qneill3-0/+12
2011-04-27Updated Danish, Esperanto and French translations.Nick Clifton2-140/+113
2011-04-25 * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7.Alan Modra2-2/+6
2011-04-21* rx-decode.opc (rx_decode_opcode): Set the syntax for multi-byte NOPs.DJ Delorie3-585/+594
2011-04-20Regenerate i386-init.h.H.J. Lu2-1/+5
2011-04-19 * i386-gen.c (cpu_flag_init): Remove 3dnow and 3dnowa bitsqneill2-1/+6
2011-04-19 * config/tc-arm.c (v7m_psrs): Revert previous delta.Nick Clifton2-5/+1
2011-04-19 * gas/arm/arch7.s: Fix typo basepri_max should be basepri_mask.Nick Clifton2-10/+5
2011-04-13 * v850-dis.c (disassemble): Always print a closing square brace ifNick Clifton2-3/+15
2011-04-12 PR binutils/12534Nick Clifton2-4/+27
2011-04-11 gas/Julian Brown2-1/+15
2011-04-082011-04-07 Paul Carroll<pcarroll@codesourcery.com>Paul Brook2-18/+27
2011-03-24opcodes: blackfin: ignore (M) on MAC0-only dsp mac funcsMike Frysinger2-1/+8
2011-03-22/bfd:Eric B. Weddington2-8/+30