Opcodes and assembler support for Nios II R2
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index dbce2d30310f771dd28b6fdcfba9788fcc494421..a3fbc43a2fc2a76fb2b737d0307e270fc8da889a 100644 (file)
@@ -1,3 +1,164 @@
+2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
+           Cesar Philippidis  <cesar@codesourcery.com>
+
+       * nios2-dis.c (nios2_extract_opcode): New.
+       (nios2_disassembler_state): New.
+       (nios2_find_opcode_hash): Use mach parameter to select correct
+       disassembler state.
+       (nios2_print_insn_arg): Extend to support new R2 argument letters
+       and formats.
+       (print_insn_nios2): Check for 16-bit instruction at end of memory.
+       * nios2-opc.c (nios2_builtin_regs): Add R2 register attributes.
+       (NIOS2_NUM_OPCODES): Rename to...
+       (NIOS2_NUM_R1_OPCODES): This.
+       (nios2_r2_opcodes): New.
+       (NIOS2_NUM_R2_OPCODES): New.
+       (nios2_num_r2_opcodes): New.
+       (nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): New.
+       (nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): New.
+       (nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): New.
+       (nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): New.
+       (nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings): New.
+
+2015-06-30  Amit Pawar  <Amit.Pawar@amd.com>
+
+       * i386-dis.c (OP_Mwaitx): New.
+       (rm_table): Add monitorx/mwaitx.
+       * i386-gen.c (cpu_flag_init): Add CpuMWAITX to CPU_BDVER4_FLAGS
+       and CPU_ZNVER1_FLAGS.  Add CPU_MWAITX_FLAGS.
+       (operand_type_init): Add CpuMWAITX.
+       * i386-opc.h (CpuMWAITX): New.
+       (i386_cpu_flags): Add cpumwaitx.
+       * i386-opc.tbl: Add monitorx and mwaitx.
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Likewise.
+
+2015-06-22  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * ppc-opc.c (insert_ls): Test for invalid LS operands.
+       (insert_esync): New function.
+       (LS, WC): Use insert_ls.
+       (ESYNC): Use insert_esync.
+
+2015-06-22  Nick Clifton  <nickc@redhat.com>
+
+       * dis-buf.c (buffer_read_memory): Fail is stop_vma is set and the
+       requested region lies beyond it.
+       * bfin-dis.c (print_insn_bfin): Ignore sysop instructions when
+       looking for 32-bit insns.
+       * mcore-dis.c (print_insn_mcore): Disable stop_vma when reading
+       data.
+       * sh-dis.c (print_insn_sh): Likewise.
+       * tic6x-dis.c (print_insn_tic6x): Disable stop_vma when reading
+       blocks of instructions.
+       * vax-dis.c (print_insn_vax): Check that the requested address
+       does not clash with the stop_vma.
+
+2015-06-19  Peter Bergner  <bergner@vnet.ibm.com>
+
+        * ppc-dis.h (skip_optional_operands): Use ppc_optional_operand_value.
+       * ppc-opc.c (FXM4): Add non-zero optional value.
+       (TBR): Likewise.
+       (SXL): Likewise.
+       (insert_fxm): Handle new default operand value.
+       (extract_fxm): Likewise.
+       (insert_tbr): Likewise.
+       (extract_tbr): Likewise.
+
+2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * arch64-opc.c (aarch64_sys_regs): Add "id_mmfr4_el1".
+
+2015-06-16  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * arm-dis.c (print_insn_coprocessor): Avoid negative shift.
+
+2015-06-12  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * ppc-opc.c: Add comment accidentally removed by old commit.
+       (MTMSRD_L): Delete.
+
+2015-06-04  Nick Clifton  <nickc@redhat.com>
+
+       PR 18474
+       * msp430-dis.c (msp430_nooperands): Fix check for emulated insns.
+
+2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * arm-dis.c (arm_opcodes): Add "setpan".
+       (thumb_opcodes): Add "setpan".
+
+2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * arm-dis.c (select_arm_features): Rework to avoid used of redefined
+       macros.
+
+2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * aarch64-tbl.h (aarch64_feature_rdma): New.
+       (RDMA): New.
+       (aarch64_opcode_table): Add "sqrmlah" and "sqrdmlsh" instructions.
+       * aarch64-asm-2.c: Regenerate.
+       * aarch64-dis-2.c: Regenerate.
+       * aarch64-opc-2.c: Regenerate.
+
+2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * aarch64-tbl.h (aarch64_feature_lor): New.
+       (LOR): New.
+       (aarch64_opdocde_table): Add "ldlar", "ldlarb", "ldlarh", "stllr",
+       "stllrb", "stllrh".
+       * aarch64-asm-2.c: Regenerate.
+       * aarch64-dis-2.c: Regenerate.
+       * aarch64-opc-2.c: Regenerate.
+
+2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * aarch64-opc.c (F_ARCHEXT): New.
+       (aarch64_sys_regs): Add "pan".
+       (aarch64_sys_reg_supported_p): New.
+       (aarch64_pstatefields): Add "pan".
+       (aarch64_pstatefield_supported_p): New.
+
+2015-06-01  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-tbl.h: Regenerate.
+
+2015-06-01  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-dis.c (print_insn): Swap rounding mode specifier and
+       general purpose register in Intel mode.
+
+2015-06-01  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl: New IntelSyntax entries for vcvt{,u}si2s{d,s}.
+       * i386-tbl.h: Regenerate.
+
+2015-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-opc.tbl: Remove Disp32 from AMD64 direct call/jmp.
+       * i386-init.h: Regenerated.
+
+2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutis/18386
+       * i386-dis.c: Add comments for '@'.
+       (x86_64_table): Use '@' on call/jmp for X86_64_E8/X86_64_E9.
+       (enum x86_64_isa): New.
+       (isa64): Likewise.
+       (print_i386_disassembler_options): Add amd64 and intel64.
+       (print_insn): Handle amd64 and intel64.
+       (putop): Handle '@'.
+       (OP_J): Don't ignore the operand size prefix for AMD64 in 64-bit.
+       * i386-gen.c (cpu_flags): Add CpuAMD64 and CpuIntel64.
+       * i386-opc.h (AMD64): New.
+       (CpuIntel64): Likewise.
+       (i386_cpu_flags): Add cpuamd64 and cpuintel64.
+       * i386-opc.tbl: Add direct call/jmp with Disp16|Disp32 for AMD64.
+       Mark direct call/jmp without Disp16|Disp32 as Intel64.
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Likewise.
+
 2015-05-14  Peter Bergner  <bergner@vnet.ibm.com>
 
        * ppc-opc.c (IH) New define.
This page took 0.024844 seconds and 4 git commands to generate.