1*ed8eb4c2Schristos2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 2*ed8eb4c2Schristos 3*ed8eb4c2Schristos * arm.h (ARM_EXT2_V6T2_V8M): New extension bit. 4*ed8eb4c2Schristos (ARM_AEXT2_V8A): New architecture extension bitfield. 5*ed8eb4c2Schristos (ARM_AEXT2_V8_1A): Use ARM_AEXT2_V8A instead of ARM_EXT2_ATOMICS. 6*ed8eb4c2Schristos (ARM_AEXT_V8M_BASE): New architecture extension bitfield. 7*ed8eb4c2Schristos (ARM_AEXT2_V8M): Add extension bit ARM_EXT2_V6T2_V8M. 8*ed8eb4c2Schristos (ARM_ARCH_V6T2): Use ARM_EXT2_V6T2_V8M for the second extension 9*ed8eb4c2Schristos bitfield. 10*ed8eb4c2Schristos (ARM_ARCH_V6KT2): Likewise. 11*ed8eb4c2Schristos (ARM_ARCH_V6ZT2): Likewise. 12*ed8eb4c2Schristos (ARM_ARCH_V6KZT2): Likewise. 13*ed8eb4c2Schristos (ARM_ARCH_V7): Likewise. 14*ed8eb4c2Schristos (ARM_ARCH_V7A): Likewise. 15*ed8eb4c2Schristos (ARM_ARCH_V7VE): Likewise. 16*ed8eb4c2Schristos (ARM_ARCH_V7R): Likewise. 17*ed8eb4c2Schristos (ARM_ARCH_V7M): Likewise. 18*ed8eb4c2Schristos (ARM_ARCH_V7EM): Likewise. 19*ed8eb4c2Schristos (ARM_ARCH_V8A): Likewise. 20*ed8eb4c2Schristos (ARM_ARCH_V8M_BASE): New architecture bitfield. 21*ed8eb4c2Schristos (ARM_ARCH_THUMB2): Include instructions shared by ARMv6t2 and ARMv8-M. 22*ed8eb4c2Schristos (ARM_ARCH_V7A_SEC): Use ARM_EXT2_V6T2_V8M for the second extension 23*ed8eb4c2Schristos bitfield and reindent. 24*ed8eb4c2Schristos (ARM_ARCH_V7A_MP_SEC): Likewise. 25*ed8eb4c2Schristos (ARM_ARCH_V7R_IDIV): Likewise. 26*ed8eb4c2Schristos (ARM_ARCH_V8A_FP): Use ARM_AEXT2_V8A instead of ARM_EXT2_ATOMICS. 27*ed8eb4c2Schristos (ARM_ARCH_V8A_SIMD): Likewise. 28*ed8eb4c2Schristos (ARM_ARCH_V8A_CRYPTOV1): Likewise. 29*ed8eb4c2Schristos 30*ed8eb4c2Schristos2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 31*ed8eb4c2Schristos 32*ed8eb4c2Schristos * arm.h (ARM_EXT2_ATOMICS): New extension bit. 33*ed8eb4c2Schristos (ARM_EXT2_V8M): Likewise. 34*ed8eb4c2Schristos (ARM_EXT_V8): Adjust comment with regards to atomics and remove 35*ed8eb4c2Schristos mention of legacy use for that bit. 36*ed8eb4c2Schristos (ARM_AEXT2_V8_1A): New architecture extension bitfield. 37*ed8eb4c2Schristos (ARM_AEXT2_V8_2A): Likewise. 38*ed8eb4c2Schristos (ARM_AEXT_V8M_MAIN): Likewise. 39*ed8eb4c2Schristos (ARM_AEXT2_V8M): Likewise. 40*ed8eb4c2Schristos (ARM_ARCH_V8A): Use ARM_EXT2_ATOMICS for features in second bitfield. 41*ed8eb4c2Schristos (ARM_ARCH_V8_1A): Likewise with ARM_AEXT2_V8_1A. 42*ed8eb4c2Schristos (ARM_ARCH_V8_2A): Likewise with ARM_AEXT2_V8_2A. 43*ed8eb4c2Schristos (ARM_ARCH_V8M_MAIN): New architecture feature bitfield. 44*ed8eb4c2Schristos (ARM_ARCH_V8A_FP): Use ARM_EXT2_ATOMICS for features in second bitfield 45*ed8eb4c2Schristos and reindent. 46*ed8eb4c2Schristos (ARM_ARCH_V8A_SIMD): Likewise. 47*ed8eb4c2Schristos (ARM_ARCH_V8A_CRYPTOV1): Likewise. 48*ed8eb4c2Schristos (ARM_ARCH_V8_1A_FP): Use ARM_AEXT2_V8_1A to set second bitfield of 49*ed8eb4c2Schristos feature bits. 50*ed8eb4c2Schristos (ARM_ARCH_V8_1A_SIMD): Likewise. 51*ed8eb4c2Schristos (ARM_ARCH_V8_1A_CRYPTOV1): Likewise. 52*ed8eb4c2Schristos 53*ed8eb4c2Schristos2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> 54*ed8eb4c2Schristos 55*ed8eb4c2Schristos * arm.h (ARM_ARCH_THUMB2): Add comment explaining its meaning and 56*ed8eb4c2Schristos remove extension bit not including any Thumb-2 instruction. 57*ed8eb4c2Schristos 58*ed8eb4c2Schristos2015-12-15 Matthew Wahab <matthew.wahab@arm.com> 59*ed8eb4c2Schristos 60*ed8eb4c2Schristos * arm.h (ARM_ARCH_V8_1A): Add the CRC_EXT_ARMV8 co-processor 61*ed8eb4c2Schristos feature macro. 62*ed8eb4c2Schristos (ARM_ARCH_V8_2A): Likewise. 63*ed8eb4c2Schristos 64*ed8eb4c2Schristos2015-12-14 Matthew Wahab <matthew.wahab@arm.com> 65*ed8eb4c2Schristos 66*ed8eb4c2Schristos * aarch64.h (enum aarch64_opnd_qualifier): Add 67*ed8eb4c2Schristos AARCH64_OPND_QLF_V_2H. 68*ed8eb4c2Schristos 69*ed8eb4c2Schristos2015-12-14 Yoshinori Sato <ysato@users.sourceforge.jp> 70*ed8eb4c2Schristos 71*ed8eb4c2Schristos * rx.h: Add new instructions. 72*ed8eb4c2Schristos 73*ed8eb4c2Schristos2015-12-11 Matthew Wahab <matthew.wahab@arm.com> 74*ed8eb4c2Schristos 75*ed8eb4c2Schristos * aarch64.h (aarch64_opnd): Add AARCH64_OPND_BARRIER_PSB. 76*ed8eb4c2Schristos * aarch64-asm-2.c: Regenerate. 77*ed8eb4c2Schristos * aarch64-dis-2.c: Regenerate. 78*ed8eb4c2Schristos * aarch64-opc-2.c: Regenerate. 79*ed8eb4c2Schristos * aarch64-opc.c (aarch64_hint_options): Add "csync". 80*ed8eb4c2Schristos (aarch64_print_operands): Handle AARCH64_OPND_BARRIER_PSB. 81*ed8eb4c2Schristos * aarch64-tbl.h (aarch64_feature_stat_profile): New. 82*ed8eb4c2Schristos (STAT_PROFILE): New. 83*ed8eb4c2Schristos (aarch64_opcode_table): Add "psb". 84*ed8eb4c2Schristos (AARCH64_OPERANDS): Add "BARRIER_PSB". 85*ed8eb4c2Schristos 86*ed8eb4c2Schristos2015-12-11 Matthew Wahab <matthew.wahab@arm.com> 87*ed8eb4c2Schristos 88*ed8eb4c2Schristos * aarch64.h (aarch64_hint_options): Declare. 89*ed8eb4c2Schristos (aarch64_opnd_info): Add field hint_option. 90*ed8eb4c2Schristos 91*ed8eb4c2Schristos2015-12-11 Matthew Wahab <matthew.wahab@arm.com> 92*ed8eb4c2Schristos 93*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_PROFILE): New. 94*ed8eb4c2Schristos 95*ed8eb4c2Schristos2015-12-10 Matthew Wahab <matthew.wahab@arm.com> 96*ed8eb4c2Schristos 97*ed8eb4c2Schristos * aarch64.h (aarch64_sys_ins_reg_supported_p): Declare. 98*ed8eb4c2Schristos 99*ed8eb4c2Schristos2015-12-10 Matthew Wahab <matthew.wahab@arm.com> 100*ed8eb4c2Schristos 101*ed8eb4c2Schristos * aarch64.h (aarch64_sys_ins_reg): Replace has_xt with flags. 102*ed8eb4c2Schristos (aarch64_sys_ins_reg_has_xt): Declare. 103*ed8eb4c2Schristos 104*ed8eb4c2Schristos2015-12-10 Matthew Wahab <matthew.wahab@arm.com> 105*ed8eb4c2Schristos 106*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_RAS): New. 107*ed8eb4c2Schristos (AARCH64_ARCH_V8_2): Add AARCH64_FEATURE_RAS. 108*ed8eb4c2Schristos 109*ed8eb4c2Schristos2015-12-10 Matthew Wahab <matthew.wahab@arm.com> 110*ed8eb4c2Schristos 111*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_F16): Fix clash with 112*ed8eb4c2Schristos AARCH64_FEATURE_V8_1. 113*ed8eb4c2Schristos (AARCH64_ARCH_V8_1): Add AARCH64_FEATURE_CRC. 114*ed8eb4c2Schristos (AARCH64_ARCH_V8_2): Add AARCH64_FEATURE_CRC and 115*ed8eb4c2Schristos AARCH64_FEATURE_V8_1. 116*ed8eb4c2Schristos 117*ed8eb4c2Schristos2015-12-04 Claudiu Zissulescu <claziss@synopsys.com> 118*ed8eb4c2Schristos 119*ed8eb4c2Schristos * arc.h (arc_reloc_equiv_tab): Replace flagcode with flags[32]. 120*ed8eb4c2Schristos 121*ed8eb4c2Schristos2015-11-27 Matthew Wahab <matthew.wahab@arm.com> 122*ed8eb4c2Schristos 123*ed8eb4c2Schristos * aarch64.h (aarch64_op): Add OP_BFC. 124*ed8eb4c2Schristos 125*ed8eb4c2Schristos2015-11-27 Matthew Wahab <matthew.wahab@arm.com> 126*ed8eb4c2Schristos 127*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_F16): New. 128*ed8eb4c2Schristos (AARCH64_ARCH_V8_2): Add AARCH64_FEATURE_F16 to ARMv8.2 129*ed8eb4c2Schristos features. 130*ed8eb4c2Schristos 131*ed8eb4c2Schristos2015-11-20 Matthew Wahab <matthew.wahab@arm.com> 132*ed8eb4c2Schristos 133*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_V8_1): New. 134*ed8eb4c2Schristos (AARCH64_ARCH_v8_1): Add AARCH64_FEATURE_V8_1. 135*ed8eb4c2Schristos 136*ed8eb4c2Schristos2015-11-19 Matthew Wahab <matthew.wahab@arm.com> 137*ed8eb4c2Schristos 138*ed8eb4c2Schristos * arm.h (ARM_EXT2_V8_2A): New. 139*ed8eb4c2Schristos (ARM_ARCH_V8_2A): New. 140*ed8eb4c2Schristos 141*ed8eb4c2Schristos2015-11-19 Matthew Wahab <matthew.wahab@arm.com> 142*ed8eb4c2Schristos 143*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_V8_2): New. 144*ed8eb4c2Schristos (AARCH64_ARCH_V8_2): New. 145*ed8eb4c2Schristos 146*ed8eb4c2Schristos2015-11-11 Alan Modra <amodra@gmail.com> 147*ed8eb4c2Schristos Peter Bergner <bergner@vnet.ibm.com> 148*ed8eb4c2Schristos 149*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_POWER9): New define. 150*ed8eb4c2Schristos (PPC_OPCODE_VSX3): Likewise. 151*ed8eb4c2Schristos 152*ed8eb4c2Schristos2015-11-02 Nick Clifton <nickc@redhat.com> 153*ed8eb4c2Schristos 154*ed8eb4c2Schristos * rx.h (enum RX_Opcode_ID): Add more NOP opcodes. 155*ed8eb4c2Schristos 156*ed8eb4c2Schristos2015-11-02 Nick Clifton <nickc@redhat.com> 157*ed8eb4c2Schristos 158*ed8eb4c2Schristos * rx.h (enum RX_Operand_Type): Add RX_Operand_Zero_Indirect. 159*ed8eb4c2Schristos 160*ed8eb4c2Schristos2015-10-28 Yao Qi <yao.qi@linaro.org> 161*ed8eb4c2Schristos 162*ed8eb4c2Schristos * aarch64.h (aarch64_decode_insn): Update declaration. 163*ed8eb4c2Schristos 164*ed8eb4c2Schristos2015-10-07 Yao Qi <yao.qi@linaro.org> 165*ed8eb4c2Schristos 166*ed8eb4c2Schristos * aarch64.h (aarch64_sys_ins_reg) <template>: Removed. 167*ed8eb4c2Schristos <name>: New field. 168*ed8eb4c2Schristos 169*ed8eb4c2Schristos2015-10-07 Yao Qi <yao.qi@linaro.org> 170*ed8eb4c2Schristos 171*ed8eb4c2Schristos * aarch64.h [__cplusplus]: Wrap in extern "C". 172*ed8eb4c2Schristos 173*ed8eb4c2Schristos2015-10-07 Claudiu Zissulescu <claziss@synopsys.com> 174*ed8eb4c2Schristos Cupertino Miranda <cmiranda@synopsys.com> 175*ed8eb4c2Schristos 176*ed8eb4c2Schristos * arc-func.h: New file. 177*ed8eb4c2Schristos * arc.h: Likewise. 178*ed8eb4c2Schristos 179*ed8eb4c2Schristos2015-10-02 Yao Qi <yao.qi@linaro.org> 180*ed8eb4c2Schristos 181*ed8eb4c2Schristos * aarch64.h (aarch64_zero_register_p): Move the declaration 182*ed8eb4c2Schristos to column one. 183*ed8eb4c2Schristos 184*ed8eb4c2Schristos2015-10-02 Yao Qi <yao.qi@linaro.org> 185*ed8eb4c2Schristos 186*ed8eb4c2Schristos * aarch64.h (aarch64_decode_insn): Declare it. 187*ed8eb4c2Schristos 188*ed8eb4c2Schristos2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com> 189*ed8eb4c2Schristos 190*ed8eb4c2Schristos * s390.h (S390_INSTR_FLAG_HTM): New flag. 191*ed8eb4c2Schristos (S390_INSTR_FLAG_VX): New flag. 192*ed8eb4c2Schristos (S390_INSTR_FLAG_FACILITY_MASK): New flag mask. 193*ed8eb4c2Schristos 194*ed8eb4c2Schristos2015-09-26 James Bowman <james.bowman@ftdichip.com> 195*ed8eb4c2Schristos 196*ed8eb4c2Schristos * ft32.h: Add instruction macros FT32_*() 197*ed8eb4c2Schristos 198*ed8eb4c2Schristos2015-09-23 Nick Clifton <nickc@redhat.com> 199*ed8eb4c2Schristos 200*ed8eb4c2Schristos * ppc.h (PPC_OPSHIFT_INV): Use an unsigned constant when left 201*ed8eb4c2Schristos shifting. 202*ed8eb4c2Schristos 203*ed8eb4c2Schristos2015-09-22 Nick Clifton <nickc@redhat.com> 204*ed8eb4c2Schristos 205*ed8eb4c2Schristos * rx.h (enum RX_Size): Add RX_Bad_Size entry. 206*ed8eb4c2Schristos 207*ed8eb4c2Schristos2015-09-09 Daniel Santos <daniel.santos@pobox.com> 208*ed8eb4c2Schristos 209*ed8eb4c2Schristos * visium.h (gen_reg_table): Make static. 210*ed8eb4c2Schristos (fp_reg_table): Likewise. 211*ed8eb4c2Schristos (cc_table): Likewise. 212*ed8eb4c2Schristos 213*ed8eb4c2Schristos2015-07-20 Matthew Wahab <matthew.wahab@arm.com> 214*ed8eb4c2Schristos 215*ed8eb4c2Schristos * arm.h (ARM_AEXT_V6ZK): Rename to ARM_AEXT_V6KZ. 216*ed8eb4c2Schristos (ARM_AEXT_V6ZKT2): Rename to ARM_AEXT_V6KZT2. 217*ed8eb4c2Schristos (ARM_ARCH_V6ZK): Rename to ARM_ARCH_V6KZ. 218*ed8eb4c2Schristos (ARM_ARCH_V6ZKT2): Rename to ARM_ARCH_V6KZT2. 219*ed8eb4c2Schristos 220*ed8eb4c2Schristos2015-07-03 Alan Modra <amodra@gmail.com> 221*ed8eb4c2Schristos 222*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_750, PPC_OPCODE_7450, PPC_OPCODE_860): Define. 223*ed8eb4c2Schristos 224*ed8eb4c2Schristos2015-07-01 Sandra Loosemore <sandra@codesourcery.com> 225*ed8eb4c2Schristos Cesar Philippidis <cesar@codesourcery.com> 226*ed8eb4c2Schristos 227*ed8eb4c2Schristos * nios2.h (enum iw_format_type): Add R2 formats. 228*ed8eb4c2Schristos (enum overflow_type): Add signed_immed12_overflow and 229*ed8eb4c2Schristos enumeration_overflow for R2. 230*ed8eb4c2Schristos (struct nios2_opcode): Document new argument letters for R2. 231*ed8eb4c2Schristos (REG_3BIT, REG_LDWM, REG_POP): Define. 232*ed8eb4c2Schristos (includes): Include nios2r2.h. 233*ed8eb4c2Schristos (nios2_r2_opcodes, nios2_num_r2_opcodes): Declare. 234*ed8eb4c2Schristos (nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): Declare. 235*ed8eb4c2Schristos (nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): Declare. 236*ed8eb4c2Schristos (nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): Declare. 237*ed8eb4c2Schristos (nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): Declare. 238*ed8eb4c2Schristos (nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings): 239*ed8eb4c2Schristos Declare. 240*ed8eb4c2Schristos * nios2r2.h: New file. 241*ed8eb4c2Schristos 242*ed8eb4c2Schristos2015-06-19 Peter Bergner <bergner@vnet.ibm.com> 243*ed8eb4c2Schristos 244*ed8eb4c2Schristos * ppc.h (PPC_OPERAND_OPTIONAL_VALUE): New. 245*ed8eb4c2Schristos (ppc_optional_operand_value): New inline function. 246*ed8eb4c2Schristos 247*ed8eb4c2Schristos2015-06-04 Matthew Wahab <matthew.wahab@arm.com> 248*ed8eb4c2Schristos 249*ed8eb4c2Schristos * aarch64.h (AARCH64_V8_1): New. 250*ed8eb4c2Schristos 251*ed8eb4c2Schristos2015-06-03 Matthew Wahab <matthew.wahab@arm.com> 252*ed8eb4c2Schristos 253*ed8eb4c2Schristos * arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): New. 254*ed8eb4c2Schristos (ARM_ARCH_V8_1A): New. 255*ed8eb4c2Schristos (ARM_ARCH_V8_1A_FP): New. 256*ed8eb4c2Schristos (ARM_ARCH_V8_1A_SIMD): New. 257*ed8eb4c2Schristos (ARM_ARCH_V8_1A_CRYPTOV1): New. 258*ed8eb4c2Schristos (ARM_FEATURE_CORE): New. 259*ed8eb4c2Schristos 260*ed8eb4c2Schristos2015-06-02 Matthew Wahab <matthew.wahab@arm.com> 261*ed8eb4c2Schristos 262*ed8eb4c2Schristos * arm.h (ARM_EXT2_PAN): New. 263*ed8eb4c2Schristos (ARM_FEATURE_CORE_HIGH): New. 264*ed8eb4c2Schristos 265*ed8eb4c2Schristos2015-06-02 Matthew Wahab <matthew.wahab@arm.com> 266*ed8eb4c2Schristos 267*ed8eb4c2Schristos * arm.h (ARM_FEATURE_ALL): New. 268*ed8eb4c2Schristos 269*ed8eb4c2Schristos2015-06-02 Matthew Wahab <matthew.wahab@arm.com> 270*ed8eb4c2Schristos 271*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_RDMA): New. 272*ed8eb4c2Schristos 273*ed8eb4c2Schristos2015-06-02 Matthew Wahab <matthew.wahab@arm.com> 274*ed8eb4c2Schristos 275*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_LOR): New. 276*ed8eb4c2Schristos 277*ed8eb4c2Schristos2015-06-01 Matthew Wahab <matthew.wahab@arm.com> 278*ed8eb4c2Schristos 279*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_PAN): New. 280*ed8eb4c2Schristos (aarch64_sys_reg_supported_p): Declare. 281*ed8eb4c2Schristos (aarch64_pstatefield_supported_p): Declare. 282*ed8eb4c2Schristos 283*ed8eb4c2Schristos2015-04-30 DJ Delorie <dj@redhat.com> 284*ed8eb4c2Schristos 285*ed8eb4c2Schristos * rl78.h (RL78_Dis_Isa): New. 286*ed8eb4c2Schristos (rl78_decode_opcode): Add ISA parameter. 287*ed8eb4c2Schristos 288*ed8eb4c2Schristos2015-03-24 Terry Guo <terry.guo@arm.com> 289*ed8eb4c2Schristos 290*ed8eb4c2Schristos * arm.h (arm_feature_set): Extended to provide more available bits. 291*ed8eb4c2Schristos (ARM_ANY): Updated to follow above new definition. 292*ed8eb4c2Schristos (ARM_CPU_HAS_FEATURE): Likewise. 293*ed8eb4c2Schristos (ARM_CPU_IS_ANY): Likewise. 294*ed8eb4c2Schristos (ARM_MERGE_FEATURE_SETS): Likewise. 295*ed8eb4c2Schristos (ARM_CLEAR_FEATURE): Likewise. 296*ed8eb4c2Schristos (ARM_FEATURE): Likewise. 297*ed8eb4c2Schristos (ARM_FEATURE_COPY): New macro. 298*ed8eb4c2Schristos (ARM_FEATURE_EQUAL): Likewise. 299*ed8eb4c2Schristos (ARM_FEATURE_ZERO): Likewise. 300*ed8eb4c2Schristos (ARM_FEATURE_CORE_EQUAL): Likewise. 301*ed8eb4c2Schristos (ARM_FEATURE_LOW): Likewise. 302*ed8eb4c2Schristos (ARM_FEATURE_CORE_LOW): Likewise. 303*ed8eb4c2Schristos (ARM_FEATURE_CORE_COPROC): Likewise. 304*ed8eb4c2Schristos 305*ed8eb4c2Schristos2015-02-19 Pedro Alves <palves@redhat.com> 306*ed8eb4c2Schristos 307*ed8eb4c2Schristos * cgen.h [__cplusplus]: Wrap in extern "C". 308*ed8eb4c2Schristos * msp430-decode.h [__cplusplus]: Likewise. 309*ed8eb4c2Schristos * nios2.h [__cplusplus]: Likewise. 310*ed8eb4c2Schristos * rl78.h [__cplusplus]: Likewise. 311*ed8eb4c2Schristos * rx.h [__cplusplus]: Likewise. 312*ed8eb4c2Schristos * tilegx.h [__cplusplus]: Likewise. 313*ed8eb4c2Schristos 314*ed8eb4c2Schristos2015-01-28 James Bowman <james.bowman@ftdichip.com> 315*ed8eb4c2Schristos 316*ed8eb4c2Schristos * ft32.h: New file. 317*ed8eb4c2Schristos 318*ed8eb4c2Schristos2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com> 319*ed8eb4c2Schristos 320*ed8eb4c2Schristos * s390.h (s390_opcode_cpu_val): Add S390_OPCODE_Z13. 321*ed8eb4c2Schristos 322*ed8eb4c2Schristos2015-01-01 Alan Modra <amodra@gmail.com> 323*ed8eb4c2Schristos 324*ed8eb4c2Schristos Update year range in copyright notice of all files. 325*ed8eb4c2Schristos 326*ed8eb4c2Schristos2014-12-27 Anthony Green <green@moxielogic.com> 327*ed8eb4c2Schristos 328*ed8eb4c2Schristos * moxie.h (MOXIE_F1_AiB2, MOXIE_F1_ABi2): Renamed from 329*ed8eb4c2Schristos MOXIE_F1_AiB4 and MOXIE_F1_ABi2. 330*ed8eb4c2Schristos 331*ed8eb4c2Schristos2014-12-06 Eric Botcazou <ebotcazou@adacore.com> 332*ed8eb4c2Schristos 333*ed8eb4c2Schristos * visium.h: New file. 334*ed8eb4c2Schristos 335*ed8eb4c2Schristos2014-11-28 Sandra Loosemore <sandra@codesourcery.com> 336*ed8eb4c2Schristos 337*ed8eb4c2Schristos * nios2.h (NIOS2_INSN_ADDI, NIOS2_INSN_ANDI): Delete. 338*ed8eb4c2Schristos (NIOS2_INSN_ORI, NIOS2_INSN_XORI): Delete. 339*ed8eb4c2Schristos (NIOS2_INSN_OPTARG): Renumber. 340*ed8eb4c2Schristos 341*ed8eb4c2Schristos2014-11-21 Terry Guo <terry.guo@arm.com> 342*ed8eb4c2Schristos 343*ed8eb4c2Schristos * arm.h (FPU_VFP_EXT_ARMV8xD): New macro. 344*ed8eb4c2Schristos (FPU_VFP_V5D16): Likewise. 345*ed8eb4c2Schristos (FPU_VFP_V5_SP_D16): Likewise. 346*ed8eb4c2Schristos (FPU_ARCH_VFP_V5D16): Likewise. 347*ed8eb4c2Schristos (FPU_ARCH_VFP_V5_SP_D16): Likewise. 348*ed8eb4c2Schristos 349*ed8eb4c2Schristos2014-11-06 Sandra Loosemore <sandra@codesourcery.com> 350*ed8eb4c2Schristos 351*ed8eb4c2Schristos * nios2.h (nios2_find_opcode_hash): Add mach parameter to 352*ed8eb4c2Schristos declaration. Fix obsolete comment. 353*ed8eb4c2Schristos 354*ed8eb4c2Schristos2014-10-23 Sandra Loosemore <sandra@codesourcery.com> 355*ed8eb4c2Schristos 356*ed8eb4c2Schristos * nios2.h (enum iw_format_type): New. 357*ed8eb4c2Schristos (struct nios2_opcode): Update comments. Add size and format fields. 358*ed8eb4c2Schristos (NIOS2_INSN_OPTARG): New. 359*ed8eb4c2Schristos (REG_NORMAL, REG_CONTROL, REG_COPROCESSOR): New. 360*ed8eb4c2Schristos (struct nios2_reg): Add regtype field. 361*ed8eb4c2Schristos (GET_INSN_FIELD, SET_INSN_FIELD): Delete. 362*ed8eb4c2Schristos (IW_A_LSB, IW_A_MSB, IW_A_SZ, IW_A_MASK): Delete. 363*ed8eb4c2Schristos (IW_B_LSB, IW_B_MSB, IW_B_SZ, IW_B_MASK): Delete. 364*ed8eb4c2Schristos (IW_C_LSB, IW_C_MSB, IW_C_SZ, IW_C_MASK): Delete. 365*ed8eb4c2Schristos (IW_IMM16_LSB, IW_IMM16_MSB, IW_IMM16_SZ, IW_IMM16_MASK): Delete. 366*ed8eb4c2Schristos (IW_IMM26_LSB, IW_IMM26_MSB, IW_IMM26_SZ, IW_IMM26_MASK): Delete. 367*ed8eb4c2Schristos (IW_OP_LSB, IW_OP_MSB, IW_OP_SZ, IW_OP_MASK): Delete. 368*ed8eb4c2Schristos (IW_OPX_LSB, IW_OPX_MSB, IW_OPX_SZ, IW_OPX_MASK): Delete. 369*ed8eb4c2Schristos (IW_SHIFT_IMM5_LSB, IW_SHIFT_IMM5_MSB): Delete. 370*ed8eb4c2Schristos (IW_SHIFT_IMM5_SZ, IW_SHIFT_IMM5_MASK): Delete. 371*ed8eb4c2Schristos (IW_CONTROL_REGNUM_LSB, IW_CONTROL_REGNUM_MSB): Delete. 372*ed8eb4c2Schristos (IW_CONTROL_REGNUM_SZ, IW_CONTROL_REGNUM_MASK): Delete. 373*ed8eb4c2Schristos (OP_MASK_OP, OP_SH_OP): Delete. 374*ed8eb4c2Schristos (OP_MASK_IOP, OP_SH_IOP): Delete. 375*ed8eb4c2Schristos (OP_MASK_IRD, OP_SH_IRD): Delete. 376*ed8eb4c2Schristos (OP_MASK_IRT, OP_SH_IRT): Delete. 377*ed8eb4c2Schristos (OP_MASK_IRS, OP_SH_IRS): Delete. 378*ed8eb4c2Schristos (OP_MASK_ROP, OP_SH_ROP): Delete. 379*ed8eb4c2Schristos (OP_MASK_RRD, OP_SH_RRD): Delete. 380*ed8eb4c2Schristos (OP_MASK_RRT, OP_SH_RRT): Delete. 381*ed8eb4c2Schristos (OP_MASK_RRS, OP_SH_RRS): Delete. 382*ed8eb4c2Schristos (OP_MASK_JOP, OP_SH_JOP): Delete. 383*ed8eb4c2Schristos (OP_MASK_IMM26, OP_SH_IMM26): Delete. 384*ed8eb4c2Schristos (OP_MASK_RCTL, OP_SH_RCTL): Delete. 385*ed8eb4c2Schristos (OP_MASK_IMM5, OP_SH_IMM5): Delete. 386*ed8eb4c2Schristos (OP_MASK_CACHE_OPX, OP_SH_CACHE_OPX): Delete. 387*ed8eb4c2Schristos (OP_MASK_CACHE_RRS, OP_SH_CACHE_RRS): Delete. 388*ed8eb4c2Schristos (OP_MASK_CUSTOM_A, OP_SH_CUSTOM_A): Delete. 389*ed8eb4c2Schristos (OP_MASK_CUSTOM_B, OP_SH_CUSTOM_B): Delete. 390*ed8eb4c2Schristos (OP_MASK_CUSTOM_C, OP_SH_CUSTOM_C): Delete. 391*ed8eb4c2Schristos (OP_MASK_CUSTOM_N, OP_SH_CUSTOM_N): Delete. 392*ed8eb4c2Schristos (OP_<insn>, OPX_<insn>, OP_MATCH_<insn>, OPX_MATCH_<insn>): Delete. 393*ed8eb4c2Schristos (OP_MASK_<insn>, OP_MASK): Delete. 394*ed8eb4c2Schristos (GET_IW_A, GET_IW_B, GET_IW_C, GET_IW_CONTROL_REGNUM): Delete. 395*ed8eb4c2Schristos (GET_IW_IMM16, GET_IW_IMM26, GET_IW_OP, GET_IW_OPX): Delete. 396*ed8eb4c2Schristos Include nios2r1.h to define new instruction opcode constants 397*ed8eb4c2Schristos and accessors. 398*ed8eb4c2Schristos (nios2_builtin_opcodes): Rename to nios2_r1_opcodes. 399*ed8eb4c2Schristos (bfd_nios2_num_builtin_opcodes): Rename to nios2_num_r1_opcodes. 400*ed8eb4c2Schristos (bfd_nios2_num_opcodes): Rename to nios2_num_opcodes. 401*ed8eb4c2Schristos (NUMOPCODES, NUMREGISTERS): Delete. 402*ed8eb4c2Schristos * nios2r1.h: New file. 403*ed8eb4c2Schristos 404*ed8eb4c2Schristos2014-10-17 Jose E. Marchesi <jose.marchesi@oracle.com> 405*ed8eb4c2Schristos 406*ed8eb4c2Schristos * sparc.h (HWCAP2_VIS3B): Documentation improved. 407*ed8eb4c2Schristos 408*ed8eb4c2Schristos2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com> 409*ed8eb4c2Schristos 410*ed8eb4c2Schristos * sparc.h (sparc_opcode): new field `hwcaps2'. 411*ed8eb4c2Schristos (HWCAP2_FJATHPLUS): New define. 412*ed8eb4c2Schristos (HWCAP2_VIS3B): Likewise. 413*ed8eb4c2Schristos (HWCAP2_ADP): Likewise. 414*ed8eb4c2Schristos (HWCAP2_SPARC5): Likewise. 415*ed8eb4c2Schristos (HWCAP2_MWAIT): Likewise. 416*ed8eb4c2Schristos (HWCAP2_XMPMUL): Likewise. 417*ed8eb4c2Schristos (HWCAP2_XMONT): Likewise. 418*ed8eb4c2Schristos (HWCAP2_NSEC): Likewise. 419*ed8eb4c2Schristos (HWCAP2_FJATHHPC): Likewise. 420*ed8eb4c2Schristos (HWCAP2_FJDES): Likewise. 421*ed8eb4c2Schristos (HWCAP2_FJAES): Likewise. 422*ed8eb4c2Schristos Document the new operand kind `{', corresponding to the mcdper 423*ed8eb4c2Schristos ancillary state register. 424*ed8eb4c2Schristos Document the new operand kind }, which represents frsd floating 425*ed8eb4c2Schristos point registers (double precision) which must be the same than 426*ed8eb4c2Schristos frs1 in its containing instruction. 427*ed8eb4c2Schristos 428*ed8eb4c2Schristos2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com> 429*ed8eb4c2Schristos 430*ed8eb4c2Schristos * nds32.h: Add new opcode declaration. 431*ed8eb4c2Schristos 432*ed8eb4c2Schristos2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com> 433*ed8eb4c2Schristos Matthew Fortune <matthew.fortune@imgtec.com> 434*ed8eb4c2Schristos 435*ed8eb4c2Schristos * mips.h (mips_operand_type): Add new entries: OP_SAME_RS_RT, 436*ed8eb4c2Schristos OP_CHECK_PREV and OP_NON_ZERO_REG. Add descriptions for the MIPS R6 437*ed8eb4c2Schristos instruction arguments: -a, -b, -d, -s, -t, -u, -v, -w, -x, -y, -A, -B, 438*ed8eb4c2Schristos +I, +O, +R, +:, +\, +", +; 439*ed8eb4c2Schristos (mips_check_prev_operand): New struct. 440*ed8eb4c2Schristos (INSN2_FORBIDDEN_SLOT): New define. 441*ed8eb4c2Schristos (INSN_ISA32R6): New define. 442*ed8eb4c2Schristos (INSN_ISA64R6): New define. 443*ed8eb4c2Schristos (INSN_UPTO32R6): New define. 444*ed8eb4c2Schristos (INSN_UPTO64R6): New define. 445*ed8eb4c2Schristos (mips_isa_table): Add INSN_UPTO32R6 and INSN_UPTO64R6. 446*ed8eb4c2Schristos (ISA_MIPS32R6): New define. 447*ed8eb4c2Schristos (ISA_MIPS64R6): New define. 448*ed8eb4c2Schristos (CPU_MIPS32R6): New define. 449*ed8eb4c2Schristos (CPU_MIPS64R6): New define. 450*ed8eb4c2Schristos (cpu_is_member): Add cases for CPU_MIPS32R6, and CPU_MIPS64R6. 451*ed8eb4c2Schristos 452*ed8eb4c2Schristos2014-09-03 Jiong Wang <jiong.wang@arm.com> 453*ed8eb4c2Schristos 454*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_LSE): New feature added. 455*ed8eb4c2Schristos (aarch64_opnd): Add AARCH64_OPND_PAIRREG. 456*ed8eb4c2Schristos (aarch64_insn_class): Add lse_atomic. 457*ed8eb4c2Schristos (F_LSE_SZ): New field added. 458*ed8eb4c2Schristos (opcode_has_special_coder): Recognize F_LSE_SZ. 459*ed8eb4c2Schristos 460*ed8eb4c2Schristos2014-08-26 Maciej W. Rozycki <macro@codesourcery.com> 461*ed8eb4c2Schristos 462*ed8eb4c2Schristos * mips.h: Document the move of `MICROMIPSOP_*_CODE10' from `B' 463*ed8eb4c2Schristos over to `+J'. 464*ed8eb4c2Schristos 465*ed8eb4c2Schristos2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com> 466*ed8eb4c2Schristos 467*ed8eb4c2Schristos * mips.h (INSN_LOAD_COPROC_DELAY): Rename to... 468*ed8eb4c2Schristos (INSN_LOAD_COPROC): New define. 469*ed8eb4c2Schristos (INSN_COPROC_MOVE_DELAY): Rename to... 470*ed8eb4c2Schristos (INSN_COPROC_MOVE): New define. 471*ed8eb4c2Schristos 472*ed8eb4c2Schristos2014-07-01 Barney Stratford <barney_stratford@fastmail.fm> 473*ed8eb4c2Schristos Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> 474*ed8eb4c2Schristos Pitchumani Sivanupandi <pitchumani.s@atmel.com> 475*ed8eb4c2Schristos Soundararajan <Sounderarajan.D@atmel.com> 476*ed8eb4c2Schristos 477*ed8eb4c2Schristos * avr.h (AVR_ISA_TINY): Define avrtiny specific ISA. 478*ed8eb4c2Schristos (AVR_ISA_2xxxa): Define ISA without LPM. 479*ed8eb4c2Schristos (AVR_ISA_AVRTINY): Define avrtiny arch ISA. 480*ed8eb4c2Schristos Add doc for contraint used in 16 bit lds/sts. 481*ed8eb4c2Schristos Adjust ISA group for icall, ijmp, pop and push. 482*ed8eb4c2Schristos Add 16 bit lds/sts encoding and update 32 bit lds/sts constraints. 483*ed8eb4c2Schristos 484*ed8eb4c2Schristos2014-05-19 Nick Clifton <nickc@redhat.com> 485*ed8eb4c2Schristos 486*ed8eb4c2Schristos * msp430.h (struct msp430_operand_s): Add vshift field. 487*ed8eb4c2Schristos 488*ed8eb4c2Schristos2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com> 489*ed8eb4c2Schristos 490*ed8eb4c2Schristos * mips.h (INSN_ISA_MASK): Updated. 491*ed8eb4c2Schristos (INSN_ISA32R3): New define. 492*ed8eb4c2Schristos (INSN_ISA32R5): New define. 493*ed8eb4c2Schristos (INSN_ISA64R3): New define. 494*ed8eb4c2Schristos (INSN_ISA64R5): New define. 495*ed8eb4c2Schristos (INSN_ISA64, INSN_ISA64R2, INSN_ISA3_32, INSN_ISA3_32R2, INSN_ISA4_32 496*ed8eb4c2Schristos INSN_ISA4_32R2, INSN_ISA5_32R2): Renumbered. 497*ed8eb4c2Schristos (mips_isa_table): Add entries for mips32r3, mips32r5, mips64r3 and 498*ed8eb4c2Schristos mips64r5. 499*ed8eb4c2Schristos (INSN_UPTO32R3): New define. 500*ed8eb4c2Schristos (INSN_UPTO32R5): New define. 501*ed8eb4c2Schristos (INSN_UPTO64R3): New define. 502*ed8eb4c2Schristos (INSN_UPTO64R5): New define. 503*ed8eb4c2Schristos (ISA_MIPS32R3): New define. 504*ed8eb4c2Schristos (ISA_MIPS32R5): New define. 505*ed8eb4c2Schristos (ISA_MIPS64R3): New define. 506*ed8eb4c2Schristos (ISA_MIPS64R5): New define. 507*ed8eb4c2Schristos (CPU_MIPS32R3): New define. 508*ed8eb4c2Schristos (CPU_MIPS32R5): New define. 509*ed8eb4c2Schristos (CPU_MIPS64R3): New define. 510*ed8eb4c2Schristos (CPU_MIPS64R5): New define. 511*ed8eb4c2Schristos 512*ed8eb4c2Schristos2014-05-01 Richard Sandiford <rdsandiford@googlemail.com> 513*ed8eb4c2Schristos 514*ed8eb4c2Schristos * mips.h (mips_isa_table): Avoid hard-coding INSN_ISA* values. 515*ed8eb4c2Schristos 516*ed8eb4c2Schristos2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com> 517*ed8eb4c2Schristos 518*ed8eb4c2Schristos * mips.h (ASE_XPA): New define. 519*ed8eb4c2Schristos 520*ed8eb4c2Schristos2014-04-22 Christian Svensson <blue@cmd.nu> 521*ed8eb4c2Schristos 522*ed8eb4c2Schristos * or32.h: Delete. 523*ed8eb4c2Schristos 524*ed8eb4c2Schristos2014-03-05 Alan Modra <amodra@gmail.com> 525*ed8eb4c2Schristos 526*ed8eb4c2Schristos Update copyright years. 527*ed8eb4c2Schristos 528*ed8eb4c2Schristos2013-12-16 Andrew Bennett <andrew.bennett@imgtec.com> 529*ed8eb4c2Schristos 530*ed8eb4c2Schristos * mips.h: Updated description of +o, +u, +v and +w for MIPS and 531*ed8eb4c2Schristos microMIPS. 532*ed8eb4c2Schristos 533*ed8eb4c2Schristos2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com> 534*ed8eb4c2Schristos Wei-Cheng Wang <cole945@gmail.com> 535*ed8eb4c2Schristos 536*ed8eb4c2Schristos * nds32.h: New file for Andes NDS32. 537*ed8eb4c2Schristos 538*ed8eb4c2Schristos2013-12-07 Mike Frysinger <vapier@gentoo.org> 539*ed8eb4c2Schristos 540*ed8eb4c2Schristos * bfin.h: Remove +x file mode. 541*ed8eb4c2Schristos 542*ed8eb4c2Schristos2013-11-20 Yufeng Zhang <yufeng.zhang@arm.com> 543*ed8eb4c2Schristos 544*ed8eb4c2Schristos * aarch64.h (aarch64_pstatefields): Change element type to 545*ed8eb4c2Schristos aarch64_sys_reg. 546*ed8eb4c2Schristos 547*ed8eb4c2Schristos2013-11-18 Renlin Li <Renlin.Li@arm.com> 548*ed8eb4c2Schristos 549*ed8eb4c2Schristos * arm.h (ARM_AEXT_V7VE): New define. 550*ed8eb4c2Schristos (ARM_ARCH_V7VE): New define. 551*ed8eb4c2Schristos (ARM_ARCH_V7A_IDIV_MP_SEC_VIRT): Removed. 552*ed8eb4c2Schristos 553*ed8eb4c2Schristos2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com> 554*ed8eb4c2Schristos 555*ed8eb4c2Schristos Revert 556*ed8eb4c2Schristos 557*ed8eb4c2Schristos 2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com> 558*ed8eb4c2Schristos 559*ed8eb4c2Schristos * aarch64.h (aarch64_sys_reg_readonly_p): New declaration. 560*ed8eb4c2Schristos (aarch64_sys_reg_writeonly_p): Ditto. 561*ed8eb4c2Schristos 562*ed8eb4c2Schristos2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com> 563*ed8eb4c2Schristos 564*ed8eb4c2Schristos * aarch64.h (aarch64_sys_reg_readonly_p): New declaration. 565*ed8eb4c2Schristos (aarch64_sys_reg_writeonly_p): Ditto. 566*ed8eb4c2Schristos 567*ed8eb4c2Schristos2013-11-11 Catherine Moore <clm@codesourcery.com> 568*ed8eb4c2Schristos 569*ed8eb4c2Schristos * mips.h (INSN_LOAD_MEMORY_DELAY): Rename to... 570*ed8eb4c2Schristos (INSN_LOAD_MEMORY): ...this. 571*ed8eb4c2Schristos 572*ed8eb4c2Schristos2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com> 573*ed8eb4c2Schristos 574*ed8eb4c2Schristos * aarch64.h (aarch64_sys_reg): New typedef. 575*ed8eb4c2Schristos (aarch64_sys_regs): Change to define with the new type. 576*ed8eb4c2Schristos (aarch64_sys_reg_deprecated_p): Declare. 577*ed8eb4c2Schristos 578*ed8eb4c2Schristos2013-11-05 Yufeng Zhang <yufeng.zhang@arm.com> 579*ed8eb4c2Schristos 580*ed8eb4c2Schristos * aarch64.h (enum aarch64_operand_class): Add AARCH64_OPND_CLASS_COND. 581*ed8eb4c2Schristos (enum aarch64_opnd): Add AARCH64_OPND_COND1. 582*ed8eb4c2Schristos 583*ed8eb4c2Schristos2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com> 584*ed8eb4c2Schristos 585*ed8eb4c2Schristos * mips.h (mips_operand_type): Add OP_IMM_INDEX and OP_REG_INDEX. 586*ed8eb4c2Schristos (mips_reg_operand_type): Add OP_REG_MSA and OP_REG_MSA_CTRL. 587*ed8eb4c2Schristos For MIPS, add comments for +d, +e, +h, +k, +l, +n, +o, +u, +v, +w, 588*ed8eb4c2Schristos +T, +U, +V, +W, +~, +!, +@, +#, +$, +%, +^, +&, +*, +|. 589*ed8eb4c2Schristos For MIPS, update extension character sequences after +. 590*ed8eb4c2Schristos (ASE_MSA): New define. 591*ed8eb4c2Schristos (ASE_MSA64): New define. 592*ed8eb4c2Schristos For microMIPS, add comments for +d, +e, +h, +k, +l, +n, +o, +u, +v, +w, 593*ed8eb4c2Schristos +x, +T, +U, +V, +W, +~, +!, +@, +#, +$, +%, +^, +&, +*, +|. 594*ed8eb4c2Schristos For microMIPS, update extension character sequences after +. 595*ed8eb4c2Schristos 596*ed8eb4c2Schristos2013-08-23 Yuri Chornoivan <yurchor@ukr.net> 597*ed8eb4c2Schristos 598*ed8eb4c2Schristos PR binutils/15834 599*ed8eb4c2Schristos * i960.h: Fix typos. 600*ed8eb4c2Schristos 601*ed8eb4c2Schristos2013-08-19 Richard Sandiford <rdsandiford@googlemail.com> 602*ed8eb4c2Schristos 603*ed8eb4c2Schristos * mips.h: Remove references to "+I" and imm2_expr. 604*ed8eb4c2Schristos 605*ed8eb4c2Schristos2013-08-19 Richard Sandiford <rdsandiford@googlemail.com> 606*ed8eb4c2Schristos 607*ed8eb4c2Schristos * mips.h (M_DEXT, M_DINS): Delete. 608*ed8eb4c2Schristos 609*ed8eb4c2Schristos2013-08-19 Richard Sandiford <rdsandiford@googlemail.com> 610*ed8eb4c2Schristos 611*ed8eb4c2Schristos * mips.h (OP_OPTIONAL_REG): New mips_operand_type. 612*ed8eb4c2Schristos (mips_optional_operand_p): New function. 613*ed8eb4c2Schristos 614*ed8eb4c2Schristos2013-08-05 Eric Botcazou <ebotcazou@adacore.com> 615*ed8eb4c2Schristos Konrad Eisele <konrad@gaisler.com> 616*ed8eb4c2Schristos 617*ed8eb4c2Schristos * sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON. 618*ed8eb4c2Schristos 619*ed8eb4c2Schristos2013-08-04 Jürgen Urban <JuergenUrban@gmx.de> 620*ed8eb4c2Schristos Richard Sandiford <rdsandiford@googlemail.com> 621*ed8eb4c2Schristos 622*ed8eb4c2Schristos * mips.h: Document new VU0 operand characters. 623*ed8eb4c2Schristos (OP_VU0_SUFFIX, OP_VU0_MATCH_SUFFIX): New mips_operand_types. 624*ed8eb4c2Schristos (OP_REG_VF, OP_REG_VI, OP_REG_R5900_I, OP_REG_R5900_Q, OP_REG_R5900_R) 625*ed8eb4c2Schristos (OP_REG_R5900_ACC): New mips_reg_operand_types. 626*ed8eb4c2Schristos (INSN2_VU0_CHANNEL_SUFFIX): New macro. 627*ed8eb4c2Schristos (mips_vu0_channel_mask): Declare. 628*ed8eb4c2Schristos 629*ed8eb4c2Schristos2013-08-03 Richard Sandiford <rdsandiford@googlemail.com> 630*ed8eb4c2Schristos 631*ed8eb4c2Schristos * mips.h (mips_pcrel_operand): Inherit from mips_int_operand. 632*ed8eb4c2Schristos (mips_int_operand_min, mips_int_operand_max): New functions. 633*ed8eb4c2Schristos (mips_decode_pcrel_operand): Use mips_decode_int_operand. 634*ed8eb4c2Schristos 635*ed8eb4c2Schristos2013-08-01 Richard Sandiford <rdsandiford@googlemail.com> 636*ed8eb4c2Schristos 637*ed8eb4c2Schristos * mips.h (mips_decode_reg_operand): New function. 638*ed8eb4c2Schristos (INSN_WRITE_SHIFT, INSN_WRITE_1, INSN_WRITE_2, INSN_WRITE_ALL) 639*ed8eb4c2Schristos (INSN_READ_SHIFT, INSN_READ_1, INSN_READ_2, INSN_READ_3, INSN_READ_4) 640*ed8eb4c2Schristos (INSN_READ_ALL, INSN_READ_GPR_24, INSN_WRITE_GPR_24, INSN_UDI): 641*ed8eb4c2Schristos New macros. 642*ed8eb4c2Schristos (INSN_WRITE_GPR_D, INSN_WRITE_GPR_T, INSN_WRITE_FPR_D) 643*ed8eb4c2Schristos (INSN_WRITE_FPR_S, INSN_WRITE_FPR_T, INSN_READ_GPR_S, INSN_READ_GPR_T) 644*ed8eb4c2Schristos (INSN_READ_FPR_S, INSN_READ_FPR_T, INSN_READ_FPR_R, INSN_WRITE_GPR_S) 645*ed8eb4c2Schristos (INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z, INSN2_READ_GPR_Z) 646*ed8eb4c2Schristos (INSN2_READ_FPR_Z, INSN2_READ_GPR_D, INSN2_READ_FPR_D) 647*ed8eb4c2Schristos (INSN2_WRITE_GPR_MB, INSN2_READ_GPR_MC, INSN2_MOD_GPR_MD) 648*ed8eb4c2Schristos (INSN2_READ_GPR_ME, INSN2_MOD_GPR_MF, INSN2_READ_GPR_MG) 649*ed8eb4c2Schristos (INSN2_READ_GPR_MJ, INSN2_WRITE_GPR_MJ, INSN2_READ_GPR_MP) 650*ed8eb4c2Schristos (INSN2_WRITE_GPR_MP, INSN2_READ_GPR_MQ, INSN2_READ_GP) 651*ed8eb4c2Schristos (INSN2_WRITE_GPR_MH, INSN2_READ_GPR_MMN): Delete. Renumber other 652*ed8eb4c2Schristos macros to cover the gaps. 653*ed8eb4c2Schristos (INSN2_MOD_SP): Replace with... 654*ed8eb4c2Schristos (INSN2_WRITE_SP, INSN2_READ_SP): ...these new macros. 655*ed8eb4c2Schristos (MIPS16_INSN_WRITE_X, MIPS16_INSN_WRITE_Y, MIPS16_INSN_WRITE_Z) 656*ed8eb4c2Schristos (MIPS16_INSN_WRITE_T, MIPS16_INSN_WRITE_31, MIPS16_INSN_WRITE_GPR_Y) 657*ed8eb4c2Schristos (MIPS16_INSN_READ_X, MIPS16_INSN_READ_Y, MIPS16_INSN_READ_Z) 658*ed8eb4c2Schristos (MIPS16_INSN_READ_T, MIPS16_INSN_READ_SP, MIPS16_INSN_READ_GPR_X): 659*ed8eb4c2Schristos Delete. 660*ed8eb4c2Schristos 661*ed8eb4c2Schristos2013-08-01 Richard Sandiford <rdsandiford@googlemail.com> 662*ed8eb4c2Schristos 663*ed8eb4c2Schristos * mips.h (MIPS16_INSN_WRITE_SP, MIPS16_INSN_READ_31) 664*ed8eb4c2Schristos (MIPS16_INSN_READ_PC, MIPS16_INSN_UNCOND_BRANCH) 665*ed8eb4c2Schristos (MIPS16_INSN_COND_BRANCH): Delete. 666*ed8eb4c2Schristos 667*ed8eb4c2Schristos2013-07-24 Anna Tikhonova <anna.tikhonova@intel.com> 668*ed8eb4c2Schristos Kirill Yukhin <kirill.yukhin@intel.com> 669*ed8eb4c2Schristos Michael Zolotukhin <michael.v.zolotukhin@intel.com> 670*ed8eb4c2Schristos 671*ed8eb4c2Schristos * i386.h (BND_PREFIX_OPCODE): New. 672*ed8eb4c2Schristos 673*ed8eb4c2Schristos2013-07-14 Richard Sandiford <rdsandiford@googlemail.com> 674*ed8eb4c2Schristos 675*ed8eb4c2Schristos * mips.h (mips_operand_type): Add OP_ENTRY_EXIT_LIST and 676*ed8eb4c2Schristos OP_SAVE_RESTORE_LIST. 677*ed8eb4c2Schristos (decode_mips16_operand): Declare. 678*ed8eb4c2Schristos 679*ed8eb4c2Schristos2013-07-14 Richard Sandiford <rdsandiford@googlemail.com> 680*ed8eb4c2Schristos 681*ed8eb4c2Schristos * mips.h (mips_operand_type, mips_reg_operand_type): New enums. 682*ed8eb4c2Schristos (mips_operand, mips_int_operand, mips_mapped_int_operand) 683*ed8eb4c2Schristos (mips_msb_operand, mips_reg_operand, mips_reg_pair_operand) 684*ed8eb4c2Schristos (mips_pcrel_operand): New structures. 685*ed8eb4c2Schristos (mips_insert_operand, mips_extract_operand, mips_signed_operand) 686*ed8eb4c2Schristos (mips_decode_int_operand, mips_decode_pcrel_operand): New functions. 687*ed8eb4c2Schristos (decode_mips_operand, decode_micromips_operand): Declare. 688*ed8eb4c2Schristos 689*ed8eb4c2Schristos2013-07-14 Richard Sandiford <rdsandiford@googlemail.com> 690*ed8eb4c2Schristos 691*ed8eb4c2Schristos * mips.h: Document MIPS16 "I" opcode. 692*ed8eb4c2Schristos 693*ed8eb4c2Schristos2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> 694*ed8eb4c2Schristos 695*ed8eb4c2Schristos * mips.h (M_ACLR_OB, M_ASET_OB, M_CACHE_OB, M_CACHEE_OB, M_L_DOB) 696*ed8eb4c2Schristos (M_LB_A, M_LBE_OB, M_LBU_A, M_LBUE_OB, M_LD_A, M_LD_OB, M_LDC2_OB) 697*ed8eb4c2Schristos (M_LDL_OB, M_LDM_OB, M_LDP_OB, M_LDR_OB, M_LH_A, M_LHE_OB, M_LHU_A) 698*ed8eb4c2Schristos (M_LHUE_OB, M_LL_OB, M_LLD_OB, M_LLE_OB, M_LS_A, M_LW_A, M_LWE_OB) 699*ed8eb4c2Schristos (M_LWC0_A, M_LWC1_A, M_LWC2_A, M_LWC2_OB, M_LWC3_A, M_LWL_A, M_LWL_OB) 700*ed8eb4c2Schristos (M_LWLE_OB, M_LWM_OB, M_LWP_OB, M_LWR_A, M_LWR_OB, M_LWRE_OB, M_LWU_OB) 701*ed8eb4c2Schristos (M_PREF_OB, M_PREFE_OB, M_S_DOB, M_SAA_OB, M_SAAD_OB, M_SC_OB) 702*ed8eb4c2Schristos (M_SCD_OB, M_SCE_OB, M_SD_A, M_SD_OB, M_SDC2_OB, M_SDL_OB, M_SDM_OB) 703*ed8eb4c2Schristos (M_SDP_OB, M_SDR_OB, M_SB_A, M_SBE_OB, M_SH_A, M_SHE_OB, M_SW_A) 704*ed8eb4c2Schristos (M_SWE_OB, M_SWC0_A, M_SWC1_A, M_SWC2_A, M_SWC2_OB, M_SWC3_A, M_SWL_A) 705*ed8eb4c2Schristos (M_SWL_OB, M_SWLE_OB, M_SWM_OB, M_SWP_OB, M_SWR_A, M_SWR_OB, M_SWRE_OB) 706*ed8eb4c2Schristos (M_ULD, M_ULH, M_ULHU, M_ULW, M_USH, M_USW, M_USD): Delete. 707*ed8eb4c2Schristos (M_ULD_A, M_ULH_A, M_ULHU_A, M_ULW_A, M_USH_A, M_USW_A, M_USD_A): 708*ed8eb4c2Schristos Rename to... 709*ed8eb4c2Schristos (M_ULD_AB, M_ULH_AB, M_ULHU_AB, M_ULW_AB, M_USH_AB, M_USW_AB) 710*ed8eb4c2Schristos (M_USD_AB): ...these. 711*ed8eb4c2Schristos 712*ed8eb4c2Schristos2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> 713*ed8eb4c2Schristos 714*ed8eb4c2Schristos * mips.h: Remove documentation of "[" and "]". Update documentation 715*ed8eb4c2Schristos of "k" and the MDMX formats. 716*ed8eb4c2Schristos 717*ed8eb4c2Schristos2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> 718*ed8eb4c2Schristos 719*ed8eb4c2Schristos * mips.h: Update documentation of "+s" and "+S". 720*ed8eb4c2Schristos 721*ed8eb4c2Schristos2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> 722*ed8eb4c2Schristos 723*ed8eb4c2Schristos * mips.h: Document "+i". 724*ed8eb4c2Schristos 725*ed8eb4c2Schristos2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> 726*ed8eb4c2Schristos 727*ed8eb4c2Schristos * mips.h: Remove "mi" documentation. Update "mh" documentation. 728*ed8eb4c2Schristos (OP_MASK_MI, OP_SH_MI, MICROMIPSOP_MASK_MI, MICROMIPSOP_MASK_MI): 729*ed8eb4c2Schristos Delete. 730*ed8eb4c2Schristos (INSN2_WRITE_GPR_MHI): Rename to... 731*ed8eb4c2Schristos (INSN2_WRITE_GPR_MH): ...this. 732*ed8eb4c2Schristos 733*ed8eb4c2Schristos2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> 734*ed8eb4c2Schristos 735*ed8eb4c2Schristos * mips.h: Remove documentation of "+D" and "+T". 736*ed8eb4c2Schristos 737*ed8eb4c2Schristos2013-06-26 Richard Sandiford <rdsandiford@googlemail.com> 738*ed8eb4c2Schristos 739*ed8eb4c2Schristos * mips.h: Fix comment for "1": it is now STYPE rather than SHAMT. 740*ed8eb4c2Schristos Use "source" rather than "destination" for microMIPS "G". 741*ed8eb4c2Schristos 742*ed8eb4c2Schristos2013-06-25 Maciej W. Rozycki <macro@codesourcery.com> 743*ed8eb4c2Schristos 744*ed8eb4c2Schristos * mips.h: Add M_JRADDIUSP, M_JRC and M_MOVEP anonymous enum 745*ed8eb4c2Schristos values. 746*ed8eb4c2Schristos 747*ed8eb4c2Schristos2013-06-23 Richard Sandiford <rdsandiford@googlemail.com> 748*ed8eb4c2Schristos 749*ed8eb4c2Schristos * mips.h: Fix comment typo: "G" is _RS rather than _RD for microMIPS. 750*ed8eb4c2Schristos 751*ed8eb4c2Schristos2013-06-17 Catherine Moore <clm@codesourcery.com> 752*ed8eb4c2Schristos Maciej W. Rozycki <macro@codesourcery.com> 753*ed8eb4c2Schristos Chao-Ying Fu <fu@mips.com> 754*ed8eb4c2Schristos 755*ed8eb4c2Schristos * mips.h (OP_SH_EVAOFFSET): Define. 756*ed8eb4c2Schristos (OP_MASK_EVAOFFSET): Define. 757*ed8eb4c2Schristos (INSN_ASE_MASK): Delete. 758*ed8eb4c2Schristos (ASE_EVA): Define. 759*ed8eb4c2Schristos (M_CACHEE_AB, M_CACHEE_OB): New. 760*ed8eb4c2Schristos (M_LBE_OB, M_LBE_AB): New. 761*ed8eb4c2Schristos (M_LBUE_OB, M_LBUE_AB): New. 762*ed8eb4c2Schristos (M_LHE_OB, M_LHE_AB): New. 763*ed8eb4c2Schristos (M_LHUE_OB, M_LHUE_AB): New. 764*ed8eb4c2Schristos (M_LLE_AB, M_LLE_OB): New. 765*ed8eb4c2Schristos (M_LWE_OB, M_LWE_AB): New. 766*ed8eb4c2Schristos (M_LWLE_AB, M_LWLE_OB): New. 767*ed8eb4c2Schristos (M_LWRE_AB, M_LWRE_OB): New. 768*ed8eb4c2Schristos (M_PREFE_AB, M_PREFE_OB): New. 769*ed8eb4c2Schristos (M_SCE_AB, M_SCE_OB): New. 770*ed8eb4c2Schristos (M_SBE_OB, M_SBE_AB): New. 771*ed8eb4c2Schristos (M_SHE_OB, M_SHE_AB): New. 772*ed8eb4c2Schristos (M_SWE_OB, M_SWE_AB): New. 773*ed8eb4c2Schristos (M_SWLE_AB, M_SWLE_OB): New. 774*ed8eb4c2Schristos (M_SWRE_AB, M_SWRE_OB): New. 775*ed8eb4c2Schristos (MICROMIPSOP_SH_EVAOFFSET): Define. 776*ed8eb4c2Schristos (MICROMIPSOP_MASK_EVAOFFSET): Define. 777*ed8eb4c2Schristos 778*ed8eb4c2Schristos2013-06-12 Sandra Loosemore <sandra@codesourcery.com> 779*ed8eb4c2Schristos 780*ed8eb4c2Schristos * nios2.h (OP_MATCH_ERET): Correct eret encoding. 781*ed8eb4c2Schristos 782*ed8eb4c2Schristos2013-06-08 Catherine Moore <clm@codesourcery.com> 783*ed8eb4c2Schristos 784*ed8eb4c2Schristos * mips.h (mips_opcode): Add ase field. 785*ed8eb4c2Schristos (INSN_ASE_MASK): Delete. 786*ed8eb4c2Schristos (INSN_DSP): Rename to ASE_DSP. Provide new value. 787*ed8eb4c2Schristos (INSN_DSPR2): Rename to ASE_DSPR2. Provide new value. 788*ed8eb4c2Schristos (INSN_MCU): Rename to ASE_MCU. Provide new value. 789*ed8eb4c2Schristos (INSN_MDMX): Rename to ASE_MDMX. Provide new value. 790*ed8eb4c2Schristos (INSN_MIPS3d): Rename to ASE_MIPS3D. Provide new value. 791*ed8eb4c2Schristos (INSN_MT): Rename to ASE_MT. Provide new value. 792*ed8eb4c2Schristos (INSN_SMARTMIPS): Rename to ASE_SMARTMIPS. Provide new value. 793*ed8eb4c2Schristos (INSN_VIRT): Rename to ASE_VIRT. Provide new value. 794*ed8eb4c2Schristos (INSN_VIRT64): Rename to ASE_VIRT64. Provide new value. 795*ed8eb4c2Schristos (opcode_is_member): Add ase argument. Check ase. 796*ed8eb4c2Schristos 797*ed8eb4c2Schristos2013-05-22 Jürgen Urban <JuergenUrban@gmx.de> 798*ed8eb4c2Schristos 799*ed8eb4c2Schristos * mips.h (M_LQC2_AB, M_SQC2_AB): New macros. 800*ed8eb4c2Schristos 801*ed8eb4c2Schristos2013-05-09 Andrew Pinski <apinski@cavium.com> 802*ed8eb4c2Schristos 803*ed8eb4c2Schristos * mips.h (OP_MASK_CODE10): Correct definition. 804*ed8eb4c2Schristos (OP_SH_CODE10): Likewise. 805*ed8eb4c2Schristos Add a comment that "+J" is used now for OP_*CODE10. 806*ed8eb4c2Schristos (INSN_ASE_MASK): Update. 807*ed8eb4c2Schristos (INSN_VIRT): New macro. 808*ed8eb4c2Schristos (INSN_VIRT64): New macro 809*ed8eb4c2Schristos 810*ed8eb4c2Schristos2013-05-02 Nick Clifton <nickc@redhat.com> 811*ed8eb4c2Schristos 812*ed8eb4c2Schristos * msp430.h: Add patterns for MSP430X instructions. 813*ed8eb4c2Schristos 814*ed8eb4c2Schristos2013-04-06 David S. Miller <davem@davemloft.net> 815*ed8eb4c2Schristos 816*ed8eb4c2Schristos * sparc.h (F_PREFERRED): Define. 817*ed8eb4c2Schristos (F_PREF_ALIAS): Define. 818*ed8eb4c2Schristos 819*ed8eb4c2Schristos2013-04-03 Nick Clifton <nickc@redhat.com> 820*ed8eb4c2Schristos 821*ed8eb4c2Schristos * v850.h (V850_INVERSE_PCREL): Define. 822*ed8eb4c2Schristos 823*ed8eb4c2Schristos2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com> 824*ed8eb4c2Schristos 825*ed8eb4c2Schristos PR binutils/15068 826*ed8eb4c2Schristos * tic6x-opcode-table.h: Fix patterns for add, ldnw and xor. 827*ed8eb4c2Schristos 828*ed8eb4c2Schristos2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com> 829*ed8eb4c2Schristos 830*ed8eb4c2Schristos PR binutils/15068 831*ed8eb4c2Schristos * tic6xc-insn-formats.h (FLD): Add use of bitfield array. 832*ed8eb4c2Schristos Add 16-bit opcodes. 833*ed8eb4c2Schristos * tic6xc-opcode-table.h: Add 16-bit insns. 834*ed8eb4c2Schristos * tic6x.h: Add support for 16-bit insns. 835*ed8eb4c2Schristos 836*ed8eb4c2Schristos2013-03-21 Michael Schewe <michael.schewe@gmx.net> 837*ed8eb4c2Schristos 838*ed8eb4c2Schristos * h8300.h: Add MEMRELAX flag for mov.b/w/l @(d:32,ERs),Rd 839*ed8eb4c2Schristos and mov.b/w/l Rs,@(d:32,ERd). 840*ed8eb4c2Schristos 841*ed8eb4c2Schristos2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com> 842*ed8eb4c2Schristos 843*ed8eb4c2Schristos PR gas/15082 844*ed8eb4c2Schristos * tic6x-opcode-table.h: Rename mpydp's specific operand type macro 845*ed8eb4c2Schristos from ORREGD1324 to ORXREGD1324 and make it cross-path-able through 846*ed8eb4c2Schristos tic6x_operand_xregpair operand coding type. 847*ed8eb4c2Schristos Make mpydp instruction cross-path-able, ie: remove the FIXed 'x' 848*ed8eb4c2Schristos opcode field, usu ORXREGD1324 for the src2 operand and remove the 849*ed8eb4c2Schristos TIC6X_FLAG_NO_CROSS. 850*ed8eb4c2Schristos 851*ed8eb4c2Schristos2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com> 852*ed8eb4c2Schristos 853*ed8eb4c2Schristos PR gas/15095 854*ed8eb4c2Schristos * tic6x.h (enum tic6x_coding_method): Add 855*ed8eb4c2Schristos tic6x_coding_dreg_(msb|lsb) field coding type in order to encode 856*ed8eb4c2Schristos separately the msb and lsb of a register pair. This is needed to 857*ed8eb4c2Schristos encode the opcodes in the same way as TI assembler does. 858*ed8eb4c2Schristos * tic6x-opcode-table.h: Modify absdp, dpint, dpsp, dptrunc, rcpdp 859*ed8eb4c2Schristos and rsqrdp opcodes to use the new field coding types. 860*ed8eb4c2Schristos 861*ed8eb4c2Schristos2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de> 862*ed8eb4c2Schristos 863*ed8eb4c2Schristos * nios2.h: Edit comment. 864*ed8eb4c2Schristos 865*ed8eb4c2Schristos2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de> 866*ed8eb4c2Schristos 867*ed8eb4c2Schristos * nios2.h (OPX_WRPRS): New define. 868*ed8eb4c2Schristos (OP_MATCH_WRPRS): Likewise. 869*ed8eb4c2Schristos 870*ed8eb4c2Schristos2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de> 871*ed8eb4c2Schristos 872*ed8eb4c2Schristos * nios2.h (OP_RDPRS): New define. 873*ed8eb4c2Schristos (OP_MATCH_RDPRS): Likewise. 874*ed8eb4c2Schristos 875*ed8eb4c2Schristos2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 876*ed8eb4c2Schristos 877*ed8eb4c2Schristos * arm.h (CRC_EXT_ARMV8): New constant. 878*ed8eb4c2Schristos (ARCH_CRC_ARMV8): New macro. 879*ed8eb4c2Schristos 880*ed8eb4c2Schristos2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com> 881*ed8eb4c2Schristos 882*ed8eb4c2Schristos * aarch64.h (AARCH64_FEATURE_CRC): New macro. 883*ed8eb4c2Schristos 884*ed8eb4c2Schristos2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 885*ed8eb4c2Schristos Andrew Jenner <andrew@codesourcery.com> 886*ed8eb4c2Schristos 887*ed8eb4c2Schristos Based on patches from Altera Corporation. 888*ed8eb4c2Schristos 889*ed8eb4c2Schristos * nios2.h: New file. 890*ed8eb4c2Schristos 891*ed8eb4c2Schristos2013-01-30 Yufeng Zhang <yufeng.zhang@arm.com> 892*ed8eb4c2Schristos 893*ed8eb4c2Schristos * aarch64.h (aarch64_op): Add OP_SXTL, OP_SXTL2, OP_UXTL and OP_UXTL2. 894*ed8eb4c2Schristos 895*ed8eb4c2Schristos2013-01-28 Alexis Deruelle <alexis.deruelle@gmail.com> 896*ed8eb4c2Schristos 897*ed8eb4c2Schristos PR gas/15069 898*ed8eb4c2Schristos * tic6x-opcode-table.h: Fix encoding of BNOP instruction. 899*ed8eb4c2Schristos 900*ed8eb4c2Schristos2013-01-24 Nick Clifton <nickc@redhat.com> 901*ed8eb4c2Schristos 902*ed8eb4c2Schristos * v850.h: Add e3v5 support. 903*ed8eb4c2Schristos 904*ed8eb4c2Schristos2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com> 905*ed8eb4c2Schristos 906*ed8eb4c2Schristos * aarch64.h (aarch64_op): Remove OP_V_MOVI_B. 907*ed8eb4c2Schristos 908*ed8eb4c2Schristos2013-01-10 Peter Bergner <bergner@vnet.ibm.com> 909*ed8eb4c2Schristos 910*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_POWER8): New define. 911*ed8eb4c2Schristos (PPC_OPCODE_HTM): Likewise. 912*ed8eb4c2Schristos 913*ed8eb4c2Schristos2013-01-10 Will Newton <will.newton@imgtec.com> 914*ed8eb4c2Schristos 915*ed8eb4c2Schristos * metag.h: New file. 916*ed8eb4c2Schristos 917*ed8eb4c2Schristos2013-01-07 Kaushik Phatak <kaushik.phatak@kpitcummins.com> 918*ed8eb4c2Schristos 919*ed8eb4c2Schristos * cr16.h (make_instruction): Rename to cr16_make_instruction. 920*ed8eb4c2Schristos (match_opcode): Rename to cr16_match_opcode. 921*ed8eb4c2Schristos 922*ed8eb4c2Schristos2013-01-04 Juergen Urban <JuergenUrban@gmx.de> 923*ed8eb4c2Schristos 924*ed8eb4c2Schristos * mips.h: Add support for r5900 instructions including lq and sq. 925*ed8eb4c2Schristos 926*ed8eb4c2Schristos2013-01-02 Kaushik Phatak <kaushik.phatak@kpitcummins.com> 927*ed8eb4c2Schristos 928*ed8eb4c2Schristos * cr16.h (dwordU,wordU): Moved typedefs from cr16-dis.c 929*ed8eb4c2Schristos (make_instruction,match_opcode): Added function prototypes. 930*ed8eb4c2Schristos (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern. 931*ed8eb4c2Schristos 932*ed8eb4c2Schristos2012-12-17 Nick Clifton <nickc@redhat.com> 933*ed8eb4c2Schristos 934*ed8eb4c2Schristos * tahoe.h: Add copyright notice. 935*ed8eb4c2Schristos 936*ed8eb4c2Schristos2012-11-23 Alan Modra <amodra@gmail.com> 937*ed8eb4c2Schristos 938*ed8eb4c2Schristos * ppc.h (ppc_parse_cpu): Update prototype. 939*ed8eb4c2Schristos 940*ed8eb4c2Schristos2012-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 941*ed8eb4c2Schristos 942*ed8eb4c2Schristos * hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx 943*ed8eb4c2Schristos opcodes. Likewise, use "cM" instead of "cm" in fstqs opcodes. 944*ed8eb4c2Schristos 945*ed8eb4c2Schristos2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 946*ed8eb4c2Schristos 947*ed8eb4c2Schristos * s390.h (s390_opcode_cpu_val): Add S390_OPCODE_ZEC12. 948*ed8eb4c2Schristos 949*ed8eb4c2Schristos2012-09-27 Anthony Green <green@moxielogic.com> 950*ed8eb4c2Schristos 951*ed8eb4c2Schristos * moxie.h (MOXIE_BAD): New define. 952*ed8eb4c2Schristos 953*ed8eb4c2Schristos2012-09-04 Sergey A. Guriev <sergey.a.guriev@intel.com> 954*ed8eb4c2Schristos 955*ed8eb4c2Schristos * ia64.h (ia64_opnd): Add new operand types. 956*ed8eb4c2Schristos 957*ed8eb4c2Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 958*ed8eb4c2Schristos 959*ed8eb4c2Schristos * arm.h (ARM_CPU_IS_ANY): New define. 960*ed8eb4c2Schristos 961*ed8eb4c2Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 962*ed8eb4c2Schristos 963*ed8eb4c2Schristos * arm.h (ARM_EXT_V8): New define. 964*ed8eb4c2Schristos (FPU_VFP_EXT_ARMV8): Likewise. 965*ed8eb4c2Schristos (FPU_NEON_EXT_ARMV8): Likewise. 966*ed8eb4c2Schristos (FPU_CRYPTO_EXT_ARMV8): Likewise. 967*ed8eb4c2Schristos (ARM_AEXT_V8A): Likewise. 968*ed8eb4c2Schristos (FPU_VFP_ARMV8): Likwise. 969*ed8eb4c2Schristos (FPU_NEON_ARMV8): Likewise. 970*ed8eb4c2Schristos (FPU_CRYPTO_ARMV8): Likewise. 971*ed8eb4c2Schristos (FPU_ARCH_VFP_ARMV8): Likewise. 972*ed8eb4c2Schristos (FPU_ARCH_NEON_VFP_ARMV8): Likewise. 973*ed8eb4c2Schristos (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise. 974*ed8eb4c2Schristos (ARM_ARCH_V8A): Likwise. 975*ed8eb4c2Schristos (ARM_ARCH_V8A_FP): Likewise. 976*ed8eb4c2Schristos (ARM_ARCH_V8A_SIMD): Likewise. 977*ed8eb4c2Schristos (ARM_ARCH_V8A_CRYPTO): Likewise. 978*ed8eb4c2Schristos 979*ed8eb4c2Schristos2012-08-21 David S. Miller <davem@davemloft.net> 980*ed8eb4c2Schristos 981*ed8eb4c2Schristos * sparc.h (F3F4): New macro. 982*ed8eb4c2Schristos 983*ed8eb4c2Schristos2012-08-13 Ian Bolton <ian.bolton@arm.com> 984*ed8eb4c2Schristos Laurent Desnogues <laurent.desnogues@arm.com> 985*ed8eb4c2Schristos Jim MacArthur <jim.macarthur@arm.com> 986*ed8eb4c2Schristos Marcus Shawcroft <marcus.shawcroft@arm.com> 987*ed8eb4c2Schristos Nigel Stephens <nigel.stephens@arm.com> 988*ed8eb4c2Schristos Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 989*ed8eb4c2Schristos Richard Earnshaw <rearnsha@arm.com> 990*ed8eb4c2Schristos Sofiane Naci <sofiane.naci@arm.com> 991*ed8eb4c2Schristos Tejas Belagod <tejas.belagod@arm.com> 992*ed8eb4c2Schristos Yufeng Zhang <yufeng.zhang@arm.com> 993*ed8eb4c2Schristos 994*ed8eb4c2Schristos * aarch64.h: New file. 995*ed8eb4c2Schristos 996*ed8eb4c2Schristos2012-08-13 Richard Sandiford <rdsandiford@googlemail.com> 997*ed8eb4c2Schristos Maciej W. Rozycki <macro@codesourcery.com> 998*ed8eb4c2Schristos 999*ed8eb4c2Schristos * mips.h (mips_opcode): Add the exclusions field. 1000*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Remove macro. 1001*ed8eb4c2Schristos (cpu_is_member): New inline function. 1002*ed8eb4c2Schristos (opcode_is_member): Likewise. 1003*ed8eb4c2Schristos 1004*ed8eb4c2Schristos2012-07-31 Chao-Ying Fu <fu@mips.com> 1005*ed8eb4c2Schristos Catherine Moore <clm@codesourcery.com> 1006*ed8eb4c2Schristos Maciej W. Rozycki <macro@codesourcery.com> 1007*ed8eb4c2Schristos 1008*ed8eb4c2Schristos * mips.h: Document microMIPS DSP ASE usage. 1009*ed8eb4c2Schristos (MICROMIPSOP_MASK_DSPACC, MICROMIPSOP_SH_DSPACC): Update for 1010*ed8eb4c2Schristos microMIPS DSP ASE support. 1011*ed8eb4c2Schristos (MICROMIPSOP_MASK_DSPSFT, MICROMIPSOP_SH_DSPSFT): Likewise. 1012*ed8eb4c2Schristos (MICROMIPSOP_MASK_SA3, MICROMIPSOP_SH_SA3): Likewise. 1013*ed8eb4c2Schristos (MICROMIPSOP_MASK_SA4, MICROMIPSOP_SH_SA4): Likewise. 1014*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMM8, MICROMIPSOP_SH_IMM8): Likewise. 1015*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMM10, MICROMIPSOP_SH_IMM10): Likewise. 1016*ed8eb4c2Schristos (MICROMIPSOP_MASK_WRDSP, MICROMIPSOP_SH_WRDSP): Likewise. 1017*ed8eb4c2Schristos (MICROMIPSOP_MASK_BP, MICROMIPSOP_SH_BP): Likewise. 1018*ed8eb4c2Schristos 1019*ed8eb4c2Schristos2012-07-06 Maciej W. Rozycki <macro@codesourcery.com> 1020*ed8eb4c2Schristos 1021*ed8eb4c2Schristos * mips.h: Fix a typo in description. 1022*ed8eb4c2Schristos 1023*ed8eb4c2Schristos2012-07-05 Sean Keys <skeys@ipdatasys.com> 1024*ed8eb4c2Schristos 1025*ed8eb4c2Schristos * xgate.h: Changed the format string for mode XGATE_OP_DYA_MON. 1026*ed8eb4c2Schristos 1027*ed8eb4c2Schristos2012-06-07 Georg-Johann Lay <avr@gjlay.de> 1028*ed8eb4c2Schristos 1029*ed8eb4c2Schristos * avr.h: (AVR_ISA_XCH): New define. 1030*ed8eb4c2Schristos (AVR_ISA_XMEGA): Use it. 1031*ed8eb4c2Schristos (XCH, LAS, LAT, LAC): New XMEGA opcodes. 1032*ed8eb4c2Schristos 1033*ed8eb4c2Schristos2012-05-15 James Murray <jsm@jsm-net.demon.co.uk> 1034*ed8eb4c2Schristos 1035*ed8eb4c2Schristos * m68hc11.h: Add XGate definitions. 1036*ed8eb4c2Schristos (struct m68hc11_opcode): Add xg_mask field. 1037*ed8eb4c2Schristos 1038*ed8eb4c2Schristos2012-05-14 Catherine Moore <clm@codesourcery.com> 1039*ed8eb4c2Schristos Maciej W. Rozycki <macro@codesourcery.com> 1040*ed8eb4c2Schristos Rhonda Wittels <rhonda@codesourcery.com> 1041*ed8eb4c2Schristos 1042*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_VLE): New definition. 1043*ed8eb4c2Schristos (PPC_OP_SA): New macro. 1044*ed8eb4c2Schristos (PPC_OP_SE_VLE): New macro. 1045*ed8eb4c2Schristos (PPC_OP): Use a variable shift amount. 1046*ed8eb4c2Schristos (powerpc_operand): Update comments. 1047*ed8eb4c2Schristos (PPC_OPSHIFT_INV): New macro. 1048*ed8eb4c2Schristos (PPC_OPERAND_CR): Replace with... 1049*ed8eb4c2Schristos (PPC_OPERAND_CR_BIT): ...this and 1050*ed8eb4c2Schristos (PPC_OPERAND_CR_REG): ...this. 1051*ed8eb4c2Schristos 1052*ed8eb4c2Schristos 1053*ed8eb4c2Schristos2012-05-03 Sean Keys <skeys@ipdatasys.com> 1054*ed8eb4c2Schristos 1055*ed8eb4c2Schristos * xgate.h: Header file for XGATE assembler. 1056*ed8eb4c2Schristos 1057*ed8eb4c2Schristos2012-04-27 David S. Miller <davem@davemloft.net> 1058*ed8eb4c2Schristos 1059*ed8eb4c2Schristos * sparc.h: Document new arg code' )' for crypto RS3 1060*ed8eb4c2Schristos immediates. 1061*ed8eb4c2Schristos 1062*ed8eb4c2Schristos * sparc.h (struct sparc_opcode): New field 'hwcaps'. 1063*ed8eb4c2Schristos F_MUL32, F_DIV32, F_FDMULD, F_V8PLUS, F_POPC, F_VIS, F_VIS2, 1064*ed8eb4c2Schristos F_ASI_BLK_INIT, F_FMAF, F_VIS3, F_HPC, F_RANDOM, F_TRANS, 1065*ed8eb4c2Schristos F_FJFMAU, F_IMA, F_ASI_CACHE_SPARING, F_HWCAP_MASK): Delete. 1066*ed8eb4c2Schristos (HWCAP_MUL32, HWCAP_DIV32, HWCAP_FSMULD, HWCAP_V8PLUS, HWCAP_POPC, 1067*ed8eb4c2Schristos HWCAP_VIS, HWCAP_VIS2, HWCAP_ASI_BLK_INIT, HWCAP_FMAF, 1068*ed8eb4c2Schristos HWCAP_VIS3, HWCAP_HPC, HWCAP_RANDOM, HWCAP_TRANS, HWCAP_FJFMAU, 1069*ed8eb4c2Schristos HWCAP_IMA, HWCAP_ASI_CACHE_SPARING, HWCAP_AES, HWCAP_DES, 1070*ed8eb4c2Schristos HWCAP_KASUMI, HWCAP_CAMELLIA, HWCAP_MD5, HWCAP_SHA1, 1071*ed8eb4c2Schristos HWCAP_SHA256, HWCAP_SHA512, HWCAP_MPMUL, HWCAP_MONT, HWCAP_PAUSE, 1072*ed8eb4c2Schristos HWCAP_CBCOND, HWCAP_CRC32): New defines. 1073*ed8eb4c2Schristos 1074*ed8eb4c2Schristos2012-04-12 David S. Miller <davem@davemloft.net> 1075*ed8eb4c2Schristos 1076*ed8eb4c2Schristos * sparc.h: Define '=' as generating R_SPARC_WDISP10. 1077*ed8eb4c2Schristos 1078*ed8eb4c2Schristos2012-03-10 Edmar Wienskoski <edmar@freescale.com> 1079*ed8eb4c2Schristos 1080*ed8eb4c2Schristos * ppc.h: Add PPC_OPCODE_ALTIVEC2, PPC_OPCODE_E6500, PPC_OPCODE_TMR. 1081*ed8eb4c2Schristos 1082*ed8eb4c2Schristos2012-02-27 Alan Modra <amodra@gmail.com> 1083*ed8eb4c2Schristos 1084*ed8eb4c2Schristos * crx.h (cst4_map): Update declaration. 1085*ed8eb4c2Schristos 1086*ed8eb4c2Schristos2012-02-25 Walter Lee <walt@tilera.com> 1087*ed8eb4c2Schristos 1088*ed8eb4c2Schristos * tilegx.h (tilegx_mnemonic): Add TILEGX_OPC_LD4S_TLS, 1089*ed8eb4c2Schristos TILEGX_OPC_LD_TLS. 1090*ed8eb4c2Schristos * tilepro.h (tilepro_mnemonic): Add TILEPRO_OPC_LW_TLS, 1091*ed8eb4c2Schristos TILEPRO_OPC_LW_TLS_SN. 1092*ed8eb4c2Schristos 1093*ed8eb4c2Schristos2012-02-08 H.J. Lu <hongjiu.lu@intel.com> 1094*ed8eb4c2Schristos 1095*ed8eb4c2Schristos * i386.h (XACQUIRE_PREFIX_OPCODE): New. 1096*ed8eb4c2Schristos (XRELEASE_PREFIX_OPCODE): Likewise. 1097*ed8eb4c2Schristos 1098*ed8eb4c2Schristos2011-12-08 Andrew Pinski <apinski@cavium.com> 1099*ed8eb4c2Schristos Adam Nemet <anemet@caviumnetworks.com> 1100*ed8eb4c2Schristos 1101*ed8eb4c2Schristos * mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEON2. 1102*ed8eb4c2Schristos (INSN_OCTEON2): New macro. 1103*ed8eb4c2Schristos (CPU_OCTEON2): New macro. 1104*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Add Octeon2. 1105*ed8eb4c2Schristos 1106*ed8eb4c2Schristos2011-11-29 Andrew Pinski <apinski@cavium.com> 1107*ed8eb4c2Schristos 1108*ed8eb4c2Schristos * mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEONP. 1109*ed8eb4c2Schristos (INSN_OCTEONP): New macro. 1110*ed8eb4c2Schristos (CPU_OCTEONP): New macro. 1111*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Add Octeon+. 1112*ed8eb4c2Schristos (M_SAA_AB, M_SAAD_AB, M_SAA_OB, M_SAAD_OB): New enum values. 1113*ed8eb4c2Schristos 1114*ed8eb4c2Schristos2011-11-01 DJ Delorie <dj@redhat.com> 1115*ed8eb4c2Schristos 1116*ed8eb4c2Schristos * rl78.h: New file. 1117*ed8eb4c2Schristos 1118*ed8eb4c2Schristos2011-10-24 Maciej W. Rozycki <macro@codesourcery.com> 1119*ed8eb4c2Schristos 1120*ed8eb4c2Schristos * mips.h: Fix a typo in description. 1121*ed8eb4c2Schristos 1122*ed8eb4c2Schristos2011-09-21 David S. Miller <davem@davemloft.net> 1123*ed8eb4c2Schristos 1124*ed8eb4c2Schristos * sparc.h (struct sparc_opcode): Expand 'flags' to unsigned int. 1125*ed8eb4c2Schristos (F_MUL32, F_DIV32, F_FSMULD, F_V8PLUS, F_POPC, F_VIS, F_VIS2, 1126*ed8eb4c2Schristos F_ASI_BLK_INIT, F_FMAF, F_VIS3, F_HPC, F_RANDOM, F_TRANS, 1127*ed8eb4c2Schristos F_FJFMAU, F_IMA, F_ASI_CACHE_SPARING): New flag bits. 1128*ed8eb4c2Schristos 1129*ed8eb4c2Schristos2011-08-09 Chao-ying Fu <fu@mips.com> 1130*ed8eb4c2Schristos Maciej W. Rozycki <macro@codesourcery.com> 1131*ed8eb4c2Schristos 1132*ed8eb4c2Schristos * mips.h (OP_MASK_3BITPOS, OP_SH_3BITPOS): New macros. 1133*ed8eb4c2Schristos (OP_MASK_OFFSET12, OP_SH_OFFSET12): Redefine. 1134*ed8eb4c2Schristos (INSN_ASE_MASK): Add the MCU bit. 1135*ed8eb4c2Schristos (INSN_MCU): New macro. 1136*ed8eb4c2Schristos (M_ACLR_AB, M_ACLR_OB, M_ASET_AB, M_ASET_OB): New enum values. 1137*ed8eb4c2Schristos (MICROMIPSOP_MASK_3BITPOS, MICROMIPSOP_SH_3BITPOS): New macros. 1138*ed8eb4c2Schristos 1139*ed8eb4c2Schristos2011-08-09 Maciej W. Rozycki <macro@codesourcery.com> 1140*ed8eb4c2Schristos 1141*ed8eb4c2Schristos * mips.h (INSN_WRITE_GPR_S, INSN2_WRITE_GPR_MB): New macros. 1142*ed8eb4c2Schristos (INSN2_READ_GPR_MC, INSN2_READ_GPR_ME): Likewise. 1143*ed8eb4c2Schristos (INSN2_WRITE_GPR_MF, INSN2_READ_GPR_MG): Likewise. 1144*ed8eb4c2Schristos (INSN2_READ_GPR_MJ, INSN2_WRITE_GPR_MJ): Likewise. 1145*ed8eb4c2Schristos (INSN2_READ_GPR_MP, INSN2_WRITE_GPR_MP): Likewise. 1146*ed8eb4c2Schristos (INSN2_READ_GPR_MQ, INSN2_WRITE_GPR_MHI): Likewise. 1147*ed8eb4c2Schristos (INSN2_READ_GPR_MMN): Likewise. 1148*ed8eb4c2Schristos (INSN2_READ_FPR_D): Change the bit used. 1149*ed8eb4c2Schristos (INSN2_MOD_GPR_MD, INSN2_MOD_GPR_MF): Likewise. 1150*ed8eb4c2Schristos (INSN2_MOD_SP, INSN2_READ_GPR_31, INSN2_READ_GP): Likewise. 1151*ed8eb4c2Schristos (INSN2_READ_PC, INSN2_UNCOND_BRANCH): Likewise. 1152*ed8eb4c2Schristos (INSN2_COND_BRANCH): Likewise. 1153*ed8eb4c2Schristos (INSN2_WRITE_GPR_S, INSN2_MOD_GPR_MB): Remove macros. 1154*ed8eb4c2Schristos (INSN2_MOD_GPR_MC, INSN2_MOD_GPR_ME, INSN2_MOD_GPR_MG): Likewise. 1155*ed8eb4c2Schristos (INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MP, INSN2_MOD_GPR_MQ): Likewise. 1156*ed8eb4c2Schristos (INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MM): Likewise. 1157*ed8eb4c2Schristos (INSN2_MOD_GPR_MN): Likewise. 1158*ed8eb4c2Schristos 1159*ed8eb4c2Schristos2011-08-05 David S. Miller <davem@davemloft.net> 1160*ed8eb4c2Schristos 1161*ed8eb4c2Schristos * sparc.h: Document new format codes '4', '5', and '('. 1162*ed8eb4c2Schristos (OPF_LOW4, RS3): New macros. 1163*ed8eb4c2Schristos 1164*ed8eb4c2Schristos2011-08-03 Maciej W. Rozycki <macro@codesourcery.com> 1165*ed8eb4c2Schristos 1166*ed8eb4c2Schristos * mips.h: Document the use of FP_D in MIPS16 mode. Adjust the 1167*ed8eb4c2Schristos order of flags documented. 1168*ed8eb4c2Schristos 1169*ed8eb4c2Schristos2011-07-29 Maciej W. Rozycki <macro@codesourcery.com> 1170*ed8eb4c2Schristos 1171*ed8eb4c2Schristos * mips.h: Clarify the description of microMIPS instruction 1172*ed8eb4c2Schristos manipulation macros. 1173*ed8eb4c2Schristos (MICROMIPSOP_MASK_MAJOR, MICROMIPSOP_SH_MAJOR): Remove macros. 1174*ed8eb4c2Schristos 1175*ed8eb4c2Schristos2011-07-24 Chao-ying Fu <fu@mips.com> 1176*ed8eb4c2Schristos Maciej W. Rozycki <macro@codesourcery.com> 1177*ed8eb4c2Schristos 1178*ed8eb4c2Schristos * mips.h (OP_MASK_EXTLSB, OP_SH_EXTLSB): New macros. 1179*ed8eb4c2Schristos (OP_MASK_STYPE, OP_SH_STYPE): Likewise. 1180*ed8eb4c2Schristos (OP_MASK_CODE10, OP_SH_CODE10): Likewise. 1181*ed8eb4c2Schristos (OP_MASK_TRAP, OP_SH_TRAP): Likewise. 1182*ed8eb4c2Schristos (OP_MASK_OFFSET12, OP_SH_OFFSET12): Likewise. 1183*ed8eb4c2Schristos (OP_MASK_OFFSET10, OP_SH_OFFSET10): Likewise. 1184*ed8eb4c2Schristos (OP_MASK_RS3, OP_SH_RS3): Likewise. 1185*ed8eb4c2Schristos (OP_MASK_MB, OP_SH_MB, OP_MASK_MC, OP_SH_MC): Likewise. 1186*ed8eb4c2Schristos (OP_MASK_MD, OP_SH_MD, OP_MASK_ME, OP_SH_ME): Likewise. 1187*ed8eb4c2Schristos (OP_MASK_MF, OP_SH_MF, OP_MASK_MG, OP_SH_MG): Likewise. 1188*ed8eb4c2Schristos (OP_MASK_MJ, OP_SH_MJ, OP_MASK_ML, OP_SH_ML): Likewise. 1189*ed8eb4c2Schristos (OP_MASK_MP, OP_SH_MP, OP_MASK_MQ, OP_SH_MQ): Likewise. 1190*ed8eb4c2Schristos (OP_MASK_IMMA, OP_SH_IMMA, OP_MASK_IMMB, OP_SH_IMMB): Likewise. 1191*ed8eb4c2Schristos (OP_MASK_IMMC, OP_SH_IMMC, OP_MASK_IMMF, OP_SH_IMMF): Likewise. 1192*ed8eb4c2Schristos (OP_MASK_IMMG, OP_SH_IMMG, OP_MASK_IMMH, OP_SH_IMMH): Likewise. 1193*ed8eb4c2Schristos (OP_MASK_IMMI, OP_SH_IMMI, OP_MASK_IMMJ, OP_SH_IMMJ): Likewise. 1194*ed8eb4c2Schristos (OP_MASK_IMML, OP_SH_IMML, OP_MASK_IMMM, OP_SH_IMMM): Likewise. 1195*ed8eb4c2Schristos (OP_MASK_IMMN, OP_SH_IMMN, OP_MASK_IMMO, OP_SH_IMMO): Likewise. 1196*ed8eb4c2Schristos (OP_MASK_IMMP, OP_SH_IMMP, OP_MASK_IMMQ, OP_SH_IMMQ): Likewise. 1197*ed8eb4c2Schristos (OP_MASK_IMMU, OP_SH_IMMU, OP_MASK_IMMW, OP_SH_IMMW): Likewise. 1198*ed8eb4c2Schristos (OP_MASK_IMMX, OP_SH_IMMX, OP_MASK_IMMY, OP_SH_IMMY): Likewise. 1199*ed8eb4c2Schristos (INSN_WRITE_GPR_S): New macro. 1200*ed8eb4c2Schristos (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise. 1201*ed8eb4c2Schristos (INSN2_READ_FPR_D): Likewise. 1202*ed8eb4c2Schristos (INSN2_MOD_GPR_MB, INSN2_MOD_GPR_MC): Likewise. 1203*ed8eb4c2Schristos (INSN2_MOD_GPR_MD, INSN2_MOD_GPR_ME): Likewise. 1204*ed8eb4c2Schristos (INSN2_MOD_GPR_MF, INSN2_MOD_GPR_MG): Likewise. 1205*ed8eb4c2Schristos (INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MP): Likewise. 1206*ed8eb4c2Schristos (INSN2_MOD_GPR_MQ, INSN2_MOD_SP): Likewise. 1207*ed8eb4c2Schristos (INSN2_READ_GPR_31, INSN2_READ_GP, INSN2_READ_PC): Likewise. 1208*ed8eb4c2Schristos (INSN2_UNCOND_BRANCH, INSN2_COND_BRANCH): Likewise. 1209*ed8eb4c2Schristos (INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MM, INSN2_MOD_GPR_MN): Likewise. 1210*ed8eb4c2Schristos (CPU_MICROMIPS): New macro. 1211*ed8eb4c2Schristos (M_BC1FL, M_BC1TL, M_BC2FL, M_BC2TL): New enum values. 1212*ed8eb4c2Schristos (M_BEQL, M_BGEZ, M_BGEZL, M_BGEZALL, M_BGTZ, M_BGTZL): Likewise. 1213*ed8eb4c2Schristos (M_BLEZ, M_BLEZL, M_BLTZ, M_BLTZL, M_BLTZALL, M_BNEL): Likewise. 1214*ed8eb4c2Schristos (M_CACHE_OB, M_JALS_1, M_JALS_2, M_JALS_A): Likewise. 1215*ed8eb4c2Schristos (M_LDC2_OB, M_LDL_OB, M_LDM_AB, M_LDM_OB): Likewise. 1216*ed8eb4c2Schristos (M_LDP_AB, M_LDP_OB, M_LDR_OB, M_LL_OB, M_LLD_OB): Likewise. 1217*ed8eb4c2Schristos (M_LWC2_OB, M_LWL_OB, M_LWM_AB, M_LWM_OB): Likewise. 1218*ed8eb4c2Schristos (M_LWP_AB, M_LWP_OB, M_LWR_OB): Likewise. 1219*ed8eb4c2Schristos (M_LWU_OB, M_PREF_OB, M_SC_OB, M_SCD_OB): Likewise. 1220*ed8eb4c2Schristos (M_SDC2_OB, M_SDL_OB, M_SDM_AB, M_SDM_OB): Likewise. 1221*ed8eb4c2Schristos (M_SDP_AB, M_SDP_OB, M_SDR_OB): Likewise. 1222*ed8eb4c2Schristos (M_SWC2_OB, M_SWL_OB, M_SWM_AB, M_SWM_OB): Likewise. 1223*ed8eb4c2Schristos (M_SWP_AB, M_SWP_OB, M_SWR_OB): Likewise. 1224*ed8eb4c2Schristos (MICROMIPSOP_MASK_MAJOR, MICROMIPSOP_SH_MAJOR): New macros. 1225*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMEDIATE, MICROMIPSOP_SH_IMMEDIATE): Likewise. 1226*ed8eb4c2Schristos (MICROMIPSOP_MASK_DELTA, MICROMIPSOP_SH_DELTA): Likewise. 1227*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE10, MICROMIPSOP_SH_CODE10): Likewise. 1228*ed8eb4c2Schristos (MICROMIPSOP_MASK_TRAP, MICROMIPSOP_SH_TRAP): Likewise. 1229*ed8eb4c2Schristos (MICROMIPSOP_MASK_SHAMT, MICROMIPSOP_SH_SHAMT): Likewise. 1230*ed8eb4c2Schristos (MICROMIPSOP_MASK_TARGET, MICROMIPSOP_SH_TARGET): Likewise. 1231*ed8eb4c2Schristos (MICROMIPSOP_MASK_EXTLSB, MICROMIPSOP_SH_EXTLSB): Likewise. 1232*ed8eb4c2Schristos (MICROMIPSOP_MASK_EXTMSBD, MICROMIPSOP_SH_EXTMSBD): Likewise. 1233*ed8eb4c2Schristos (MICROMIPSOP_MASK_INSMSB, MICROMIPSOP_SH_INSMSB): Likewise. 1234*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE, MICROMIPSOP_SH_CODE): Likewise. 1235*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE2, MICROMIPSOP_SH_CODE2): Likewise. 1236*ed8eb4c2Schristos (MICROMIPSOP_MASK_CACHE, MICROMIPSOP_SH_CACHE): Likewise. 1237*ed8eb4c2Schristos (MICROMIPSOP_MASK_SEL, MICROMIPSOP_SH_SEL): Likewise. 1238*ed8eb4c2Schristos (MICROMIPSOP_MASK_OFFSET12, MICROMIPSOP_SH_OFFSET12): Likewise. 1239*ed8eb4c2Schristos (MICROMIPSOP_MASK_3BITPOS, MICROMIPSOP_SH_3BITPOS): Likewise. 1240*ed8eb4c2Schristos (MICROMIPSOP_MASK_STYPE, MICROMIPSOP_SH_STYPE): Likewise. 1241*ed8eb4c2Schristos (MICROMIPSOP_MASK_OFFSET10, MICROMIPSOP_SH_OFFSET10): Likewise. 1242*ed8eb4c2Schristos (MICROMIPSOP_MASK_RS, MICROMIPSOP_SH_RS): Likewise. 1243*ed8eb4c2Schristos (MICROMIPSOP_MASK_RT, MICROMIPSOP_SH_RT): Likewise. 1244*ed8eb4c2Schristos (MICROMIPSOP_MASK_RD, MICROMIPSOP_SH_RD): Likewise. 1245*ed8eb4c2Schristos (MICROMIPSOP_MASK_FS, MICROMIPSOP_SH_FS): Likewise. 1246*ed8eb4c2Schristos (MICROMIPSOP_MASK_FT, MICROMIPSOP_SH_FT): Likewise. 1247*ed8eb4c2Schristos (MICROMIPSOP_MASK_FD, MICROMIPSOP_SH_FD): Likewise. 1248*ed8eb4c2Schristos (MICROMIPSOP_MASK_FR, MICROMIPSOP_SH_FR): Likewise. 1249*ed8eb4c2Schristos (MICROMIPSOP_MASK_RS3, MICROMIPSOP_SH_RS3): Likewise. 1250*ed8eb4c2Schristos (MICROMIPSOP_MASK_PREFX, MICROMIPSOP_SH_PREFX): Likewise. 1251*ed8eb4c2Schristos (MICROMIPSOP_MASK_BCC, MICROMIPSOP_SH_BCC): Likewise. 1252*ed8eb4c2Schristos (MICROMIPSOP_MASK_CCC, MICROMIPSOP_SH_CCC): Likewise. 1253*ed8eb4c2Schristos (MICROMIPSOP_MASK_COPZ, MICROMIPSOP_SH_COPZ): Likewise. 1254*ed8eb4c2Schristos (MICROMIPSOP_MASK_MB, MICROMIPSOP_SH_MB): Likewise. 1255*ed8eb4c2Schristos (MICROMIPSOP_MASK_MC, MICROMIPSOP_SH_MC): Likewise. 1256*ed8eb4c2Schristos (MICROMIPSOP_MASK_MD, MICROMIPSOP_SH_MD): Likewise. 1257*ed8eb4c2Schristos (MICROMIPSOP_MASK_ME, MICROMIPSOP_SH_ME): Likewise. 1258*ed8eb4c2Schristos (MICROMIPSOP_MASK_MF, MICROMIPSOP_SH_MF): Likewise. 1259*ed8eb4c2Schristos (MICROMIPSOP_MASK_MG, MICROMIPSOP_SH_MG): Likewise. 1260*ed8eb4c2Schristos (MICROMIPSOP_MASK_MH, MICROMIPSOP_SH_MH): Likewise. 1261*ed8eb4c2Schristos (MICROMIPSOP_MASK_MI, MICROMIPSOP_SH_MI): Likewise. 1262*ed8eb4c2Schristos (MICROMIPSOP_MASK_MJ, MICROMIPSOP_SH_MJ): Likewise. 1263*ed8eb4c2Schristos (MICROMIPSOP_MASK_ML, MICROMIPSOP_SH_ML): Likewise. 1264*ed8eb4c2Schristos (MICROMIPSOP_MASK_MM, MICROMIPSOP_SH_MM): Likewise. 1265*ed8eb4c2Schristos (MICROMIPSOP_MASK_MN, MICROMIPSOP_SH_MN): Likewise. 1266*ed8eb4c2Schristos (MICROMIPSOP_MASK_MP, MICROMIPSOP_SH_MP): Likewise. 1267*ed8eb4c2Schristos (MICROMIPSOP_MASK_MQ, MICROMIPSOP_SH_MQ): Likewise. 1268*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMA, MICROMIPSOP_SH_IMMA): Likewise. 1269*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMB, MICROMIPSOP_SH_IMMB): Likewise. 1270*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMC, MICROMIPSOP_SH_IMMC): Likewise. 1271*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMD, MICROMIPSOP_SH_IMMD): Likewise. 1272*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMME, MICROMIPSOP_SH_IMME): Likewise. 1273*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMF, MICROMIPSOP_SH_IMMF): Likewise. 1274*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMG, MICROMIPSOP_SH_IMMG): Likewise. 1275*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMH, MICROMIPSOP_SH_IMMH): Likewise. 1276*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMI, MICROMIPSOP_SH_IMMI): Likewise. 1277*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMJ, MICROMIPSOP_SH_IMMJ): Likewise. 1278*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMML, MICROMIPSOP_SH_IMML): Likewise. 1279*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMM, MICROMIPSOP_SH_IMMM): Likewise. 1280*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMN, MICROMIPSOP_SH_IMMN): Likewise. 1281*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMO, MICROMIPSOP_SH_IMMO): Likewise. 1282*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMP, MICROMIPSOP_SH_IMMP): Likewise. 1283*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMQ, MICROMIPSOP_SH_IMMQ): Likewise. 1284*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMU, MICROMIPSOP_SH_IMMU): Likewise. 1285*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMW, MICROMIPSOP_SH_IMMW): Likewise. 1286*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMX, MICROMIPSOP_SH_IMMX): Likewise. 1287*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMMY, MICROMIPSOP_SH_IMMY): Likewise. 1288*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE, MICROMIPSOP_SH_CODE): Likewise. 1289*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE2, MICROMIPSOP_SH_CODE2): Likewise. 1290*ed8eb4c2Schristos (MICROMIPSOP_MASK_CACHE, MICROMIPSOP_SH_CACHE): Likewise. 1291*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE20, MICROMIPSOP_SH_CODE20): Likewise. 1292*ed8eb4c2Schristos (MICROMIPSOP_MASK_PERFREG, MICROMIPSOP_SH_PERFREG): Likewise. 1293*ed8eb4c2Schristos (MICROMIPSOP_MASK_CODE19, MICROMIPSOP_SH_CODE19): Likewise. 1294*ed8eb4c2Schristos (MICROMIPSOP_MASK_ALN, MICROMIPSOP_SH_ALN): Likewise. 1295*ed8eb4c2Schristos (MICROMIPSOP_MASK_VECBYTE, MICROMIPSOP_SH_VECBYTE): Likewise. 1296*ed8eb4c2Schristos (MICROMIPSOP_MASK_VECALIGN, MICROMIPSOP_SH_VECALIGN): Likewise. 1297*ed8eb4c2Schristos (MICROMIPSOP_MASK_DSPACC, MICROMIPSOP_SH_DSPACC): Likewise. 1298*ed8eb4c2Schristos (MICROMIPSOP_MASK_DSPACC_S, MICROMIPSOP_SH_DSPACC_S): Likewise. 1299*ed8eb4c2Schristos (MICROMIPSOP_MASK_DSPSFT, MICROMIPSOP_SH_DSPSFT): Likewise. 1300*ed8eb4c2Schristos (MICROMIPSOP_MASK_DSPSFT_7, MICROMIPSOP_SH_DSPSFT_7): Likewise. 1301*ed8eb4c2Schristos (MICROMIPSOP_MASK_SA3, MICROMIPSOP_SH_SA3): Likewise. 1302*ed8eb4c2Schristos (MICROMIPSOP_MASK_SA4, MICROMIPSOP_SH_SA4): Likewise. 1303*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMM8, MICROMIPSOP_SH_IMM8): Likewise. 1304*ed8eb4c2Schristos (MICROMIPSOP_MASK_IMM10, MICROMIPSOP_SH_IMM10): Likewise. 1305*ed8eb4c2Schristos (MICROMIPSOP_MASK_WRDSP, MICROMIPSOP_SH_WRDSP): Likewise. 1306*ed8eb4c2Schristos (MICROMIPSOP_MASK_RDDSP, MICROMIPSOP_SH_RDDSP): Likewise. 1307*ed8eb4c2Schristos (MICROMIPSOP_MASK_BP, MICROMIPSOP_SH_BP): Likewise. 1308*ed8eb4c2Schristos (MICROMIPSOP_MASK_MT_U, MICROMIPSOP_SH_MT_U): Likewise. 1309*ed8eb4c2Schristos (MICROMIPSOP_MASK_MT_H, MICROMIPSOP_SH_MT_H): Likewise. 1310*ed8eb4c2Schristos (MICROMIPSOP_MASK_MTACC_T, MICROMIPSOP_SH_MTACC_T): Likewise. 1311*ed8eb4c2Schristos (MICROMIPSOP_MASK_MTACC_D, MICROMIPSOP_SH_MTACC_D): Likewise. 1312*ed8eb4c2Schristos (MICROMIPSOP_MASK_BBITIND, MICROMIPSOP_SH_BBITIND): Likewise. 1313*ed8eb4c2Schristos (MICROMIPSOP_MASK_CINSPOS, MICROMIPSOP_SH_CINSPOS): Likewise. 1314*ed8eb4c2Schristos (MICROMIPSOP_MASK_CINSLM1, MICROMIPSOP_SH_CINSLM1): Likewise. 1315*ed8eb4c2Schristos (MICROMIPSOP_MASK_SEQI, MICROMIPSOP_SH_SEQI): Likewise. 1316*ed8eb4c2Schristos (micromips_opcodes): New declaration. 1317*ed8eb4c2Schristos (bfd_micromips_num_opcodes): Likewise. 1318*ed8eb4c2Schristos 1319*ed8eb4c2Schristos2011-07-24 Maciej W. Rozycki <macro@codesourcery.com> 1320*ed8eb4c2Schristos 1321*ed8eb4c2Schristos * mips.h (INSN_TRAP): Rename to... 1322*ed8eb4c2Schristos (INSN_NO_DELAY_SLOT): ... this. 1323*ed8eb4c2Schristos (INSN_SYNC): Remove macro. 1324*ed8eb4c2Schristos 1325*ed8eb4c2Schristos2011-07-01 Eric B. Weddington <eric.weddington@atmel.com> 1326*ed8eb4c2Schristos 1327*ed8eb4c2Schristos * avr.h (AVR_ISA_AVR6): Remove AVR_ISA_SPMX as it was actually 1328*ed8eb4c2Schristos a duplicate of AVR_ISA_SPM. 1329*ed8eb4c2Schristos 1330*ed8eb4c2Schristos2011-07-01 Nick Clifton <nickc@redhat.com> 1331*ed8eb4c2Schristos 1332*ed8eb4c2Schristos * avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX. 1333*ed8eb4c2Schristos 1334*ed8eb4c2Schristos2011-06-18 Robin Getz <robin.getz@analog.com> 1335*ed8eb4c2Schristos 1336*ed8eb4c2Schristos * bfin.h (is_macmod_signed): New func 1337*ed8eb4c2Schristos 1338*ed8eb4c2Schristos2011-06-18 Mike Frysinger <vapier@gentoo.org> 1339*ed8eb4c2Schristos 1340*ed8eb4c2Schristos * bfin.h (is_macmod_pmove): Add missing space before func args. 1341*ed8eb4c2Schristos (is_macmod_hmove): Likewise. 1342*ed8eb4c2Schristos 1343*ed8eb4c2Schristos2011-06-13 Walter Lee <walt@tilera.com> 1344*ed8eb4c2Schristos 1345*ed8eb4c2Schristos * tilegx.h: New file. 1346*ed8eb4c2Schristos * tilepro.h: New file. 1347*ed8eb4c2Schristos 1348*ed8eb4c2Schristos2011-05-31 Paul Brook <paul@codesourcery.com> 1349*ed8eb4c2Schristos 1350*ed8eb4c2Schristos * arm.h (ARM_ARCH_V7R_IDIV): Define. 1351*ed8eb4c2Schristos 1352*ed8eb4c2Schristos2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 1353*ed8eb4c2Schristos 1354*ed8eb4c2Schristos * s390.h: Replace S390_OPERAND_REG_EVEN with 1355*ed8eb4c2Schristos S390_OPERAND_REG_PAIR. 1356*ed8eb4c2Schristos 1357*ed8eb4c2Schristos2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 1358*ed8eb4c2Schristos 1359*ed8eb4c2Schristos * s390.h: Add S390_OPCODE_REG_EVEN flag. 1360*ed8eb4c2Schristos 1361*ed8eb4c2Schristos2011-04-18 Julian Brown <julian@codesourcery.com> 1362*ed8eb4c2Schristos 1363*ed8eb4c2Schristos * arm.h (ARM_AEXT_V7_ARM): Remove ARM_EXT_OS from bitmask. 1364*ed8eb4c2Schristos 1365*ed8eb4c2Schristos2011-04-11 Dan McDonald <dan@wellkeeper.com> 1366*ed8eb4c2Schristos 1367*ed8eb4c2Schristos PR gas/12296 1368*ed8eb4c2Schristos * arm.h (ARM_AEXT_V7_ARM): Add ARM_EXT_OS. 1369*ed8eb4c2Schristos 1370*ed8eb4c2Schristos2011-03-22 Eric B. Weddington <eric.weddington@atmel.com> 1371*ed8eb4c2Schristos 1372*ed8eb4c2Schristos * avr.h (AVR_ISA_SPMX,AVR_ISA_DES,AVR_ISA_M256,AVR_ISA_XMEGA): 1373*ed8eb4c2Schristos New instruction set flags. 1374*ed8eb4c2Schristos (AVR_INSN): Add new instructions for SPM Z+, DES for XMEGA. 1375*ed8eb4c2Schristos 1376*ed8eb4c2Schristos2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> 1377*ed8eb4c2Schristos 1378*ed8eb4c2Schristos * mips.h (M_PREF_AB): New enum value. 1379*ed8eb4c2Schristos 1380*ed8eb4c2Schristos2011-02-12 Mike Frysinger <vapier@gentoo.org> 1381*ed8eb4c2Schristos 1382*ed8eb4c2Schristos * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, 1383*ed8eb4c2Schristos M_IU): Define. 1384*ed8eb4c2Schristos (is_macmod_pmove, is_macmod_hmove): New functions. 1385*ed8eb4c2Schristos 1386*ed8eb4c2Schristos2011-02-11 Mike Frysinger <vapier@gentoo.org> 1387*ed8eb4c2Schristos 1388*ed8eb4c2Schristos * bfin.h: Add OPCODE_BFIN_H ifdef multiple include protection. 1389*ed8eb4c2Schristos 1390*ed8eb4c2Schristos2011-02-04 Bernd Schmidt <bernds@codesourcery.com> 1391*ed8eb4c2Schristos 1392*ed8eb4c2Schristos * tic6x-opcode-table.h (cmtl, ll, sl): Available on C64XP. 1393*ed8eb4c2Schristos * tic6x.h (TIC6X_INSN_ATOMIC): Remove. 1394*ed8eb4c2Schristos 1395*ed8eb4c2Schristos2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 1396*ed8eb4c2Schristos 1397*ed8eb4c2Schristos PR gas/11395 1398*ed8eb4c2Schristos * hppa.h (pa_opcodes): Revert last change. Exchange 32 and 64-bit 1399*ed8eb4c2Schristos "bb" entries. 1400*ed8eb4c2Schristos 1401*ed8eb4c2Schristos2010-12-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 1402*ed8eb4c2Schristos 1403*ed8eb4c2Schristos PR gas/11395 1404*ed8eb4c2Schristos * hppa.h: Clear "d" bit in "add" and "sub" patterns. 1405*ed8eb4c2Schristos 1406*ed8eb4c2Schristos2010-12-18 Richard Sandiford <rdsandiford@googlemail.com> 1407*ed8eb4c2Schristos 1408*ed8eb4c2Schristos * mips.h: Update commentary after last commit. 1409*ed8eb4c2Schristos 1410*ed8eb4c2Schristos2010-12-18 Mingjie Xing <mingjie.xing@gmail.com> 1411*ed8eb4c2Schristos 1412*ed8eb4c2Schristos * mips.h (OP_*_OFFSET_A, OP_*_OFFSET_B, OP_*_OFFSET_C) 1413*ed8eb4c2Schristos (OP_*_RZ, OP_*_FZ, INSN2_M_FP_D, INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z) 1414*ed8eb4c2Schristos (INSN2_READ_GPR_Z, INSN2_READ_FPR_Z, INSN2_READ_GPR_D): Define. 1415*ed8eb4c2Schristos 1416*ed8eb4c2Schristos2010-11-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 1417*ed8eb4c2Schristos 1418*ed8eb4c2Schristos * s390.h (enum s390_opcode_cpu_val): Add S390_OPCODE_MAXCPU. 1419*ed8eb4c2Schristos 1420*ed8eb4c2Schristos2010-11-23 Richard Sandiford <rdsandiford@googlemail.com> 1421*ed8eb4c2Schristos 1422*ed8eb4c2Schristos * mips.h: Fix previous commit. 1423*ed8eb4c2Schristos 1424*ed8eb4c2Schristos2010-11-23 Maciej W. Rozycki <macro@linux-mips.org> 1425*ed8eb4c2Schristos 1426*ed8eb4c2Schristos * mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A. 1427*ed8eb4c2Schristos (INSN_LOONGSON_3A): Clear bit 31. 1428*ed8eb4c2Schristos 1429*ed8eb4c2Schristos2010-11-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 1430*ed8eb4c2Schristos 1431*ed8eb4c2Schristos PR gas/12198 1432*ed8eb4c2Schristos * arm.h (ARM_AEXT_V6M_ONLY): New define. 1433*ed8eb4c2Schristos (ARM_AEXT_V6M): Rewrite in terms of ARM_AEXT_V6M_ONLY. 1434*ed8eb4c2Schristos (ARM_ARCH_V6M_ONLY): New define. 1435*ed8eb4c2Schristos 1436*ed8eb4c2Schristos2010-11-11 Mingming Sun <mingm.sun@gmail.com> 1437*ed8eb4c2Schristos 1438*ed8eb4c2Schristos * mips.h (INSN_LOONGSON_3A): Defined. 1439*ed8eb4c2Schristos (CPU_LOONGSON_3A): Defined. 1440*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Add LOONGSON_3A. 1441*ed8eb4c2Schristos 1442*ed8eb4c2Schristos2010-10-09 Matt Rice <ratmice@gmail.com> 1443*ed8eb4c2Schristos 1444*ed8eb4c2Schristos * cgen.h (CGEN_ATTR, CGEN_ATTR_TYPE): Rename bool attribute to bool_. 1445*ed8eb4c2Schristos (CGEN_ATTR_BOOLS, CGEN_ATTR_CGEN_INSN_ALIAS_VALUE): Likewise. 1446*ed8eb4c2Schristos 1447*ed8eb4c2Schristos2010-09-29 Bernd Schmidt <bernds@codesourcery.com> 1448*ed8eb4c2Schristos 1449*ed8eb4c2Schristos * tic6x-control-registers.h (tscl): Now read_write. 1450*ed8eb4c2Schristos 1451*ed8eb4c2Schristos2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 1452*ed8eb4c2Schristos 1453*ed8eb4c2Schristos * s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val. 1454*ed8eb4c2Schristos 1455*ed8eb4c2Schristos2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 1456*ed8eb4c2Schristos 1457*ed8eb4c2Schristos * arm.h (ARM_EXT_VIRT): New define. 1458*ed8eb4c2Schristos (ARM_ARCH_V7A_IDIV_MP_SEC): Rename... 1459*ed8eb4c2Schristos (ARM_ARCH_V7A_IDIV_MP_SEC_VIRT): ...to this and include Virtualization 1460*ed8eb4c2Schristos Extensions. 1461*ed8eb4c2Schristos 1462*ed8eb4c2Schristos2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 1463*ed8eb4c2Schristos 1464*ed8eb4c2Schristos * arm.h (ARM_AEXT_ADIV): New define. 1465*ed8eb4c2Schristos (ARM_ARCH_V7A_IDIV_MP_SEC): Likewise. 1466*ed8eb4c2Schristos 1467*ed8eb4c2Schristos2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 1468*ed8eb4c2Schristos 1469*ed8eb4c2Schristos * arm.h (ARM_EXT_OS): New define. 1470*ed8eb4c2Schristos (ARM_AEXT_V6SM): Likewise. 1471*ed8eb4c2Schristos (ARM_ARCH_V6SM): Likewise. 1472*ed8eb4c2Schristos 1473*ed8eb4c2Schristos2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 1474*ed8eb4c2Schristos 1475*ed8eb4c2Schristos * arm.h (ARM_EXT_MP): Add. 1476*ed8eb4c2Schristos (ARM_ARCH_V7A_MP): Likewise. 1477*ed8eb4c2Schristos 1478*ed8eb4c2Schristos2010-09-22 Mike Frysinger <vapier@gentoo.org> 1479*ed8eb4c2Schristos 1480*ed8eb4c2Schristos * bfin.h: Declare pseudoChr structs/defines. 1481*ed8eb4c2Schristos 1482*ed8eb4c2Schristos2010-09-21 Mike Frysinger <vapier@gentoo.org> 1483*ed8eb4c2Schristos 1484*ed8eb4c2Schristos * bfin.h: Strip trailing whitespace. 1485*ed8eb4c2Schristos 1486*ed8eb4c2Schristos2009-09-04 Jie Zhang <jie.zhang@analog.com> 1487*ed8eb4c2Schristos 1488*ed8eb4c2Schristos * bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp. 1489*ed8eb4c2Schristos (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define. 1490*ed8eb4c2Schristos (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask, 1491*ed8eb4c2Schristos PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask): 1492*ed8eb4c2Schristos Adjust accordingly. 1493*ed8eb4c2Schristos (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and 1494*ed8eb4c2Schristos PseudoDbg_Assert_grp_mask. 1495*ed8eb4c2Schristos 1496*ed8eb4c2Schristos2010-07-29 DJ Delorie <dj@redhat.com> 1497*ed8eb4c2Schristos 1498*ed8eb4c2Schristos * rx.h (RX_Operand_Type): Add TwoReg. 1499*ed8eb4c2Schristos (RX_Opcode_ID): Remove ediv and ediv2. 1500*ed8eb4c2Schristos 1501*ed8eb4c2Schristos2010-07-27 DJ Delorie <dj@redhat.com> 1502*ed8eb4c2Schristos 1503*ed8eb4c2Schristos * rx.h (RX_Opcode_ID): Add nop2 and nop3 for statistics. 1504*ed8eb4c2Schristos 1505*ed8eb4c2Schristos2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com> 1506*ed8eb4c2Schristos Ina Pandit <ina.pandit@kpitcummins.com> 1507*ed8eb4c2Schristos 1508*ed8eb4c2Schristos * v850.h: Define PROCESSOR_MASK, PROCESSOR_OPTION_EXTENSION, 1509*ed8eb4c2Schristos PROCESSOR_OPTION_ALIAS, PROCESSOR_V850E2, PROCESSOR_V850E2V3 and 1510*ed8eb4c2Schristos PROCESSOR_V850E2_ALL. 1511*ed8eb4c2Schristos Remove PROCESSOR_V850EA support. 1512*ed8eb4c2Schristos (v850_operand): Define V850_OPERAND_EP, V850_OPERAND_FLOAT_CC, 1513*ed8eb4c2Schristos V850_OPERAND_VREG, V850E_IMMEDIATE16, V850E_IMMEDIATE16HI, 1514*ed8eb4c2Schristos V850E_IMMEDIATE23, V850E_IMMEDIATE32, V850_OPERAND_SIGNED, 1515*ed8eb4c2Schristos V850_OPERAND_DISP, V850_PCREL, V850_REG_EVEN, V850E_PUSH_POP, 1516*ed8eb4c2Schristos V850_NOT_IMM0, V850_NOT_SA, V850_OPERAND_BANG and 1517*ed8eb4c2Schristos V850_OPERAND_PERCENT. 1518*ed8eb4c2Schristos Update V850_OPERAND_SRG, V850_OPERAND_CC, V850_OPERAND_RELAX and 1519*ed8eb4c2Schristos V850_NOT_R0. 1520*ed8eb4c2Schristos Remove V850_OPERAND_SIGNED, V850_OPERAND_EP, V850_OPERAND_DISP 1521*ed8eb4c2Schristos and V850E_PUSH_POP 1522*ed8eb4c2Schristos 1523*ed8eb4c2Schristos2010-07-06 Maciej W. Rozycki <macro@codesourcery.com> 1524*ed8eb4c2Schristos 1525*ed8eb4c2Schristos * mips.h (MIPS16_INSN_UNCOND_BRANCH): New macro. 1526*ed8eb4c2Schristos (MIPS16_INSN_BRANCH): Rename to... 1527*ed8eb4c2Schristos (MIPS16_INSN_COND_BRANCH): ... this. 1528*ed8eb4c2Schristos 1529*ed8eb4c2Schristos2010-07-03 Alan Modra <amodra@gmail.com> 1530*ed8eb4c2Schristos 1531*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_32, PPC_OPCODE_BOOKE64, PPC_OPCODE_CLASSIC): Delete. 1532*ed8eb4c2Schristos Renumber other PPC_OPCODE defines. 1533*ed8eb4c2Schristos 1534*ed8eb4c2Schristos2010-07-03 Alan Modra <amodra@gmail.com> 1535*ed8eb4c2Schristos 1536*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_COMMON): Expand comment. 1537*ed8eb4c2Schristos 1538*ed8eb4c2Schristos2010-06-29 Alan Modra <amodra@gmail.com> 1539*ed8eb4c2Schristos 1540*ed8eb4c2Schristos * maxq.h: Delete file. 1541*ed8eb4c2Schristos 1542*ed8eb4c2Schristos2010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1543*ed8eb4c2Schristos 1544*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_E500): Define. 1545*ed8eb4c2Schristos 1546*ed8eb4c2Schristos2010-05-26 Catherine Moore <clm@codesourcery.com> 1547*ed8eb4c2Schristos 1548*ed8eb4c2Schristos * mips.h (INSN_MIPS16): Remove. 1549*ed8eb4c2Schristos 1550*ed8eb4c2Schristos2010-04-21 Joseph Myers <joseph@codesourcery.com> 1551*ed8eb4c2Schristos 1552*ed8eb4c2Schristos * tic6x-insn-formats.h (s_branch): Correct typo in bitmask. 1553*ed8eb4c2Schristos 1554*ed8eb4c2Schristos2010-04-15 Nick Clifton <nickc@redhat.com> 1555*ed8eb4c2Schristos 1556*ed8eb4c2Schristos * alpha.h: Update copyright notice to use GPLv3. 1557*ed8eb4c2Schristos * arc.h: Likewise. 1558*ed8eb4c2Schristos * arm.h: Likewise. 1559*ed8eb4c2Schristos * avr.h: Likewise. 1560*ed8eb4c2Schristos * bfin.h: Likewise. 1561*ed8eb4c2Schristos * cgen.h: Likewise. 1562*ed8eb4c2Schristos * convex.h: Likewise. 1563*ed8eb4c2Schristos * cr16.h: Likewise. 1564*ed8eb4c2Schristos * cris.h: Likewise. 1565*ed8eb4c2Schristos * crx.h: Likewise. 1566*ed8eb4c2Schristos * d10v.h: Likewise. 1567*ed8eb4c2Schristos * d30v.h: Likewise. 1568*ed8eb4c2Schristos * dlx.h: Likewise. 1569*ed8eb4c2Schristos * h8300.h: Likewise. 1570*ed8eb4c2Schristos * hppa.h: Likewise. 1571*ed8eb4c2Schristos * i370.h: Likewise. 1572*ed8eb4c2Schristos * i386.h: Likewise. 1573*ed8eb4c2Schristos * i860.h: Likewise. 1574*ed8eb4c2Schristos * i960.h: Likewise. 1575*ed8eb4c2Schristos * ia64.h: Likewise. 1576*ed8eb4c2Schristos * m68hc11.h: Likewise. 1577*ed8eb4c2Schristos * m68k.h: Likewise. 1578*ed8eb4c2Schristos * m88k.h: Likewise. 1579*ed8eb4c2Schristos * maxq.h: Likewise. 1580*ed8eb4c2Schristos * mips.h: Likewise. 1581*ed8eb4c2Schristos * mmix.h: Likewise. 1582*ed8eb4c2Schristos * mn10200.h: Likewise. 1583*ed8eb4c2Schristos * mn10300.h: Likewise. 1584*ed8eb4c2Schristos * msp430.h: Likewise. 1585*ed8eb4c2Schristos * np1.h: Likewise. 1586*ed8eb4c2Schristos * ns32k.h: Likewise. 1587*ed8eb4c2Schristos * or32.h: Likewise. 1588*ed8eb4c2Schristos * pdp11.h: Likewise. 1589*ed8eb4c2Schristos * pj.h: Likewise. 1590*ed8eb4c2Schristos * pn.h: Likewise. 1591*ed8eb4c2Schristos * ppc.h: Likewise. 1592*ed8eb4c2Schristos * pyr.h: Likewise. 1593*ed8eb4c2Schristos * rx.h: Likewise. 1594*ed8eb4c2Schristos * s390.h: Likewise. 1595*ed8eb4c2Schristos * score-datadep.h: Likewise. 1596*ed8eb4c2Schristos * score-inst.h: Likewise. 1597*ed8eb4c2Schristos * sparc.h: Likewise. 1598*ed8eb4c2Schristos * spu-insns.h: Likewise. 1599*ed8eb4c2Schristos * spu.h: Likewise. 1600*ed8eb4c2Schristos * tic30.h: Likewise. 1601*ed8eb4c2Schristos * tic4x.h: Likewise. 1602*ed8eb4c2Schristos * tic54x.h: Likewise. 1603*ed8eb4c2Schristos * tic80.h: Likewise. 1604*ed8eb4c2Schristos * v850.h: Likewise. 1605*ed8eb4c2Schristos * vax.h: Likewise. 1606*ed8eb4c2Schristos 1607*ed8eb4c2Schristos2010-03-25 Joseph Myers <joseph@codesourcery.com> 1608*ed8eb4c2Schristos 1609*ed8eb4c2Schristos * tic6x-control-registers.h, tic6x-insn-formats.h, 1610*ed8eb4c2Schristos tic6x-opcode-table.h, tic6x.h: New. 1611*ed8eb4c2Schristos 1612*ed8eb4c2Schristos2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com> 1613*ed8eb4c2Schristos 1614*ed8eb4c2Schristos * mips.h: (LOONGSON2F_NOP_INSN): New macro. 1615*ed8eb4c2Schristos 1616*ed8eb4c2Schristos2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 1617*ed8eb4c2Schristos 1618*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_TITAN): Define. 1619*ed8eb4c2Schristos 1620*ed8eb4c2Schristos2010-01-14 H.J. Lu <hongjiu.lu@intel.com> 1621*ed8eb4c2Schristos 1622*ed8eb4c2Schristos * ia64.h (ia64_find_opcode): Remove argument name. 1623*ed8eb4c2Schristos (ia64_find_next_opcode): Likewise. 1624*ed8eb4c2Schristos (ia64_dis_opcode): Likewise. 1625*ed8eb4c2Schristos (ia64_free_opcode): Likewise. 1626*ed8eb4c2Schristos (ia64_find_dependency): Likewise. 1627*ed8eb4c2Schristos 1628*ed8eb4c2Schristos2009-11-22 Doug Evans <dje@sebabeach.org> 1629*ed8eb4c2Schristos 1630*ed8eb4c2Schristos * cgen.h: Include bfd_stdint.h. 1631*ed8eb4c2Schristos (CGEN_INSN_LGSINT, CGEN_INSN_LGUINT): New types. 1632*ed8eb4c2Schristos 1633*ed8eb4c2Schristos2009-11-18 Paul Brook <paul@codesourcery.com> 1634*ed8eb4c2Schristos 1635*ed8eb4c2Schristos * arm.h (FPU_VFP_V4_SP_D16, FPU_ARCH_VFP_V4_SP_D16): Define. 1636*ed8eb4c2Schristos 1637*ed8eb4c2Schristos2009-11-17 Paul Brook <paul@codesourcery.com> 1638*ed8eb4c2Schristos Daniel Jacobowitz <dan@codesourcery.com> 1639*ed8eb4c2Schristos 1640*ed8eb4c2Schristos * arm.h (ARM_EXT_V6_DSP): Define. 1641*ed8eb4c2Schristos (ARM_AEXT_V6T2, ARM_AEXT_NOTM): Include ARM_EXT_V6_DSP. 1642*ed8eb4c2Schristos (ARM_AEXT_V7EM, ARM_ARCH_V7EM): Define. 1643*ed8eb4c2Schristos 1644*ed8eb4c2Schristos2009-11-04 DJ Delorie <dj@redhat.com> 1645*ed8eb4c2Schristos 1646*ed8eb4c2Schristos * rx.h (rx_decode_opcode) (mvtipl): Add. 1647*ed8eb4c2Schristos (mvtcp, mvfcp, opecp): Remove. 1648*ed8eb4c2Schristos 1649*ed8eb4c2Schristos2009-11-02 Paul Brook <paul@codesourcery.com> 1650*ed8eb4c2Schristos 1651*ed8eb4c2Schristos * arm.h (FPU_VFP_EXT_V3xD, FPU_VFP_EXT_FP16, FPU_NEON_EXT_FMA, 1652*ed8eb4c2Schristos FPU_VFP_EXT_FMA, FPU_VFP_V3xD, FPU_VFP_V4D16, FPU_VFP_V4): Define. 1653*ed8eb4c2Schristos (FPU_ARCH_VFP_V3D16_FP16, FPU_ARCH_VFP_V3_FP16, FPU_ARCH_VFP_V3xD, 1654*ed8eb4c2Schristos FPU_ARCH_VFP_V3xD_FP16, FPU_ARCH_VFP_V4, FPU_ARCH_VFP_V4D16, 1655*ed8eb4c2Schristos FPU_ARCH_NEON_VFP_V4): Define. 1656*ed8eb4c2Schristos 1657*ed8eb4c2Schristos2009-10-23 Doug Evans <dje@sebabeach.org> 1658*ed8eb4c2Schristos 1659*ed8eb4c2Schristos * cgen-bitset.h: Delete, moved to ../cgen/bitset.h. 1660*ed8eb4c2Schristos * cgen.h: Update. Improve multi-inclusion macro name. 1661*ed8eb4c2Schristos 1662*ed8eb4c2Schristos2009-10-02 Peter Bergner <bergner@vnet.ibm.com> 1663*ed8eb4c2Schristos 1664*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_476): Define. 1665*ed8eb4c2Schristos 1666*ed8eb4c2Schristos2009-10-01 Peter Bergner <bergner@vnet.ibm.com> 1667*ed8eb4c2Schristos 1668*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_A2): Rename from PPC_OPCODE_PPCA2. 1669*ed8eb4c2Schristos 1670*ed8eb4c2Schristos2009-09-29 DJ Delorie <dj@redhat.com> 1671*ed8eb4c2Schristos 1672*ed8eb4c2Schristos * rx.h: New file. 1673*ed8eb4c2Schristos 1674*ed8eb4c2Schristos2009-09-22 Peter Bergner <bergner@vnet.ibm.com> 1675*ed8eb4c2Schristos 1676*ed8eb4c2Schristos * ppc.h (ppc_cpu_t): Typedef to uint64_t. 1677*ed8eb4c2Schristos 1678*ed8eb4c2Schristos2009-09-21 Ben Elliston <bje@au.ibm.com> 1679*ed8eb4c2Schristos 1680*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_PPCA2): New. 1681*ed8eb4c2Schristos 1682*ed8eb4c2Schristos2009-09-05 Martin Thuresson <martin@mtme.org> 1683*ed8eb4c2Schristos 1684*ed8eb4c2Schristos * ia64.h (struct ia64_operand): Renamed member class to op_class. 1685*ed8eb4c2Schristos 1686*ed8eb4c2Schristos2009-08-29 Martin Thuresson <martin@mtme.org> 1687*ed8eb4c2Schristos 1688*ed8eb4c2Schristos * tic30.h (template): Rename type template to 1689*ed8eb4c2Schristos insn_template. Updated code to use new name. 1690*ed8eb4c2Schristos * tic54x.h (template): Rename type template to 1691*ed8eb4c2Schristos insn_template. 1692*ed8eb4c2Schristos 1693*ed8eb4c2Schristos2009-08-20 Nick Hudson <nick.hudson@gmx.co.uk> 1694*ed8eb4c2Schristos 1695*ed8eb4c2Schristos * hppa.h (pa_opcodes): Add a pa10 bb without FLAG_STRICT. 1696*ed8eb4c2Schristos 1697*ed8eb4c2Schristos2009-06-11 Anthony Green <green@moxielogic.com> 1698*ed8eb4c2Schristos 1699*ed8eb4c2Schristos * moxie.h (MOXIE_F3_PCREL): Define. 1700*ed8eb4c2Schristos (moxie_form3_opc_info): Grow. 1701*ed8eb4c2Schristos 1702*ed8eb4c2Schristos2009-06-06 Anthony Green <green@moxielogic.com> 1703*ed8eb4c2Schristos 1704*ed8eb4c2Schristos * moxie.h (MOXIE_F1_M): Define. 1705*ed8eb4c2Schristos 1706*ed8eb4c2Schristos2009-04-15 Anthony Green <green@moxielogic.com> 1707*ed8eb4c2Schristos 1708*ed8eb4c2Schristos * moxie.h: Created. 1709*ed8eb4c2Schristos 1710*ed8eb4c2Schristos2009-04-06 DJ Delorie <dj@redhat.com> 1711*ed8eb4c2Schristos 1712*ed8eb4c2Schristos * h8300.h: Add relaxation attributes to MOVA opcodes. 1713*ed8eb4c2Schristos 1714*ed8eb4c2Schristos2009-03-10 Alan Modra <amodra@bigpond.net.au> 1715*ed8eb4c2Schristos 1716*ed8eb4c2Schristos * ppc.h (ppc_parse_cpu): Declare. 1717*ed8eb4c2Schristos 1718*ed8eb4c2Schristos2009-03-02 Qinwei <qinwei@sunnorth.com.cn> 1719*ed8eb4c2Schristos 1720*ed8eb4c2Schristos * score-inst.h (score_insn_type, score_data_type): Add Ra_I9_I5 1721*ed8eb4c2Schristos and _IMM11 for mbitclr and mbitset. 1722*ed8eb4c2Schristos * score-datadep.h: Update dependency information. 1723*ed8eb4c2Schristos 1724*ed8eb4c2Schristos2009-02-26 Peter Bergner <bergner@vnet.ibm.com> 1725*ed8eb4c2Schristos 1726*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_POWER7): New. 1727*ed8eb4c2Schristos 1728*ed8eb4c2Schristos2009-02-06 Doug Evans <dje@google.com> 1729*ed8eb4c2Schristos 1730*ed8eb4c2Schristos * i386.h: Add comment regarding sse* insns and prefixes. 1731*ed8eb4c2Schristos 1732*ed8eb4c2Schristos2009-02-03 Sandip Matte <sandip@rmicorp.com> 1733*ed8eb4c2Schristos 1734*ed8eb4c2Schristos * mips.h (INSN_XLR): Define. 1735*ed8eb4c2Schristos (INSN_CHIP_MASK): Update. 1736*ed8eb4c2Schristos (CPU_XLR): Define. 1737*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Update. 1738*ed8eb4c2Schristos (M_MSGSND, M_MSGLD, M_MSGLD_T, M_MSGWAIT, M_MSGWAIT_T): Define. 1739*ed8eb4c2Schristos 1740*ed8eb4c2Schristos2009-01-28 Doug Evans <dje@google.com> 1741*ed8eb4c2Schristos 1742*ed8eb4c2Schristos * i386.h: Add multiple inclusion protection. 1743*ed8eb4c2Schristos (EAX_REG_NUM,ECX_REG_NUM,EDX_REGNUM,EBX_REG_NUM,ESI_REG_NUM) 1744*ed8eb4c2Schristos (EDI_REG_NUM): New macros. 1745*ed8eb4c2Schristos (MODRM_MOD_FIELD,MODRM_REG_FIELD,MODRM_RM_FIELD): New macros. 1746*ed8eb4c2Schristos (SIB_SCALE_FIELD,SIB_INDEX_FIELD,SIB_BASE_FIELD): New macros. 1747*ed8eb4c2Schristos (REX_PREFIX_P): New macro. 1748*ed8eb4c2Schristos 1749*ed8eb4c2Schristos2009-01-09 Peter Bergner <bergner@vnet.ibm.com> 1750*ed8eb4c2Schristos 1751*ed8eb4c2Schristos * ppc.h (struct powerpc_opcode): New field "deprecated". 1752*ed8eb4c2Schristos (PPC_OPCODE_NOPOWER4): Delete. 1753*ed8eb4c2Schristos 1754*ed8eb4c2Schristos2008-11-28 Joshua Kinard <kumba@gentoo.org> 1755*ed8eb4c2Schristos 1756*ed8eb4c2Schristos * mips.h: Define CPU_R14000, CPU_R16000. 1757*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Include R14000, R16000 in test. 1758*ed8eb4c2Schristos 1759*ed8eb4c2Schristos2008-11-18 Catherine Moore <clm@codesourcery.com> 1760*ed8eb4c2Schristos 1761*ed8eb4c2Schristos * arm.h (FPU_NEON_FP16): New. 1762*ed8eb4c2Schristos (FPU_ARCH_NEON_FP16): New. 1763*ed8eb4c2Schristos 1764*ed8eb4c2Schristos2008-11-06 Chao-ying Fu <fu@mips.com> 1765*ed8eb4c2Schristos 1766*ed8eb4c2Schristos * mips.h: Doucument '1' for 5-bit sync type. 1767*ed8eb4c2Schristos 1768*ed8eb4c2Schristos2008-08-28 H.J. Lu <hongjiu.lu@intel.com> 1769*ed8eb4c2Schristos 1770*ed8eb4c2Schristos * ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update 1771*ed8eb4c2Schristos IA64_RS_CR. 1772*ed8eb4c2Schristos 1773*ed8eb4c2Schristos2008-08-08 Anatoly Sokolov <aesok@post.ru> 1774*ed8eb4c2Schristos 1775*ed8eb4c2Schristos * avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove. 1776*ed8eb4c2Schristos (AVR_ISA_AVR3): Redefine. 1777*ed8eb4c2Schristos (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35, 1778*ed8eb4c2Schristos AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51, 1779*ed8eb4c2Schristos AVR_ISA_AVR6): Define. 1780*ed8eb4c2Schristos 1781*ed8eb4c2Schristos2008-08-01 Peter Bergner <bergner@vnet.ibm.com> 1782*ed8eb4c2Schristos 1783*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_VSX, PPC_OPERAND_VSR): New. 1784*ed8eb4c2Schristos 1785*ed8eb4c2Schristos2008-07-30 Michael J. Eager <eager@eagercon.com> 1786*ed8eb4c2Schristos 1787*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_405): Define. 1788*ed8eb4c2Schristos (PPC_OPERAND_FSL, PPC_OPERAND_FCR, PPC_OPERAND_UDI): Define. 1789*ed8eb4c2Schristos 1790*ed8eb4c2Schristos2008-06-13 Peter Bergner <bergner@vnet.ibm.com> 1791*ed8eb4c2Schristos 1792*ed8eb4c2Schristos * ppc.h (ppc_cpu_t): New typedef. 1793*ed8eb4c2Schristos (struct powerpc_opcode <flags>): Use it. 1794*ed8eb4c2Schristos (struct powerpc_operand <insert, extract>): Likewise. 1795*ed8eb4c2Schristos (struct powerpc_macro <flags>): Likewise. 1796*ed8eb4c2Schristos 1797*ed8eb4c2Schristos2008-06-12 Adam Nemet <anemet@caviumnetworks.com> 1798*ed8eb4c2Schristos 1799*ed8eb4c2Schristos * mips.h: Document new field descriptors +x, +X, +p, +P, +s, +S. 1800*ed8eb4c2Schristos Update comment before MIPS16 field descriptors to mention MIPS16. 1801*ed8eb4c2Schristos (OP_SH_BBITIND, OP_MASK_BBITIND): New bit mask and shift count for 1802*ed8eb4c2Schristos BBIT. 1803*ed8eb4c2Schristos (OP_SH_CINSPOS, OP_MASK_CINSPOS, OP_SH_CINSLM1, OP_MASK_CINSLM1): 1804*ed8eb4c2Schristos New bit masks and shift counts for cins and exts. 1805*ed8eb4c2Schristos 1806*ed8eb4c2Schristos * mips.h: Document new field descriptors +Q. 1807*ed8eb4c2Schristos (OP_SH_SEQI, OP_MASK_SEQI): New bit mask and shift count for SEQI. 1808*ed8eb4c2Schristos 1809*ed8eb4c2Schristos2008-04-28 Adam Nemet <anemet@caviumnetworks.com> 1810*ed8eb4c2Schristos 1811*ed8eb4c2Schristos * mips.h (INSN_MACRO): Move it up to the pinfo macros. 1812*ed8eb4c2Schristos (INSN2_M_FP_S, INSN2_M_FP_D): New pinfo2 macros. 1813*ed8eb4c2Schristos 1814*ed8eb4c2Schristos2008-04-14 Edmar Wienskoski <edmar@freescale.com> 1815*ed8eb4c2Schristos 1816*ed8eb4c2Schristos * ppc.h: (PPC_OPCODE_E500MC): New. 1817*ed8eb4c2Schristos 1818*ed8eb4c2Schristos2008-04-03 H.J. Lu <hongjiu.lu@intel.com> 1819*ed8eb4c2Schristos 1820*ed8eb4c2Schristos * i386.h (MAX_OPERANDS): Set to 5. 1821*ed8eb4c2Schristos (MAX_MNEM_SIZE): Changed to 20. 1822*ed8eb4c2Schristos 1823*ed8eb4c2Schristos2008-03-28 Eric B. Weddington <eric.weddington@atmel.com> 1824*ed8eb4c2Schristos 1825*ed8eb4c2Schristos * avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167. 1826*ed8eb4c2Schristos 1827*ed8eb4c2Schristos2008-03-09 Paul Brook <paul@codesourcery.com> 1828*ed8eb4c2Schristos 1829*ed8eb4c2Schristos * arm.h (FPU_VFP_EXT_D32, FPU_VFP_V3D16, FPU_ARCH_VFP_V3D16): Define. 1830*ed8eb4c2Schristos 1831*ed8eb4c2Schristos2008-03-04 Paul Brook <paul@codesourcery.com> 1832*ed8eb4c2Schristos 1833*ed8eb4c2Schristos * arm.h (ARM_EXT_V6M, ARM_EXT_BARRIER, ARM_EXT_THUMB_MSR): Define. 1834*ed8eb4c2Schristos (ARM_AEXT_V6T2, ARM_AEXT_V7_ARM, ARM_AEXT_V7M): Use new flags. 1835*ed8eb4c2Schristos (ARM_AEXT_V6M, ARM_ARCH_V6M): Define. 1836*ed8eb4c2Schristos 1837*ed8eb4c2Schristos2008-02-27 Denis Vlasenko <vda.linux@googlemail.com> 1838*ed8eb4c2Schristos Nick Clifton <nickc@redhat.com> 1839*ed8eb4c2Schristos 1840*ed8eb4c2Schristos PR 3134 1841*ed8eb4c2Schristos * h8300.h (h8_opcodes): Add an encoding for a mov.l instruction 1842*ed8eb4c2Schristos with a 32-bit displacement but without the top bit of the 4th byte 1843*ed8eb4c2Schristos set. 1844*ed8eb4c2Schristos 1845*ed8eb4c2Schristos2008-02-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 1846*ed8eb4c2Schristos 1847*ed8eb4c2Schristos * cr16.h (cr16_num_optab): Declared. 1848*ed8eb4c2Schristos 1849*ed8eb4c2Schristos2008-02-14 Hakan Ardo <hakan@debian.org> 1850*ed8eb4c2Schristos 1851*ed8eb4c2Schristos PR gas/2626 1852*ed8eb4c2Schristos * avr.h (AVR_ISA_2xxe): Define. 1853*ed8eb4c2Schristos 1854*ed8eb4c2Schristos2008-02-04 Adam Nemet <anemet@caviumnetworks.com> 1855*ed8eb4c2Schristos 1856*ed8eb4c2Schristos * mips.h: Update copyright. 1857*ed8eb4c2Schristos (INSN_CHIP_MASK): New macro. 1858*ed8eb4c2Schristos (INSN_OCTEON): New macro. 1859*ed8eb4c2Schristos (CPU_OCTEON): New macro. 1860*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Handle Octeon instructions. 1861*ed8eb4c2Schristos 1862*ed8eb4c2Schristos2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> 1863*ed8eb4c2Schristos 1864*ed8eb4c2Schristos * avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401. 1865*ed8eb4c2Schristos 1866*ed8eb4c2Schristos2008-01-03 Eric B. Weddington <eric.weddington@atmel.com> 1867*ed8eb4c2Schristos 1868*ed8eb4c2Schristos * avr.h (AVR_ISA_USB162): Add new opcode set. 1869*ed8eb4c2Schristos (AVR_ISA_AVR3): Likewise. 1870*ed8eb4c2Schristos 1871*ed8eb4c2Schristos2007-11-29 Mark Shinwell <shinwell@codesourcery.com> 1872*ed8eb4c2Schristos 1873*ed8eb4c2Schristos * mips.h (INSN_LOONGSON_2E): New. 1874*ed8eb4c2Schristos (INSN_LOONGSON_2F): New. 1875*ed8eb4c2Schristos (CPU_LOONGSON_2E): New. 1876*ed8eb4c2Schristos (CPU_LOONGSON_2F): New. 1877*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Update for Loongson-2E and -2F flags. 1878*ed8eb4c2Schristos 1879*ed8eb4c2Schristos2007-11-29 Mark Shinwell <shinwell@codesourcery.com> 1880*ed8eb4c2Schristos 1881*ed8eb4c2Schristos * mips.h (INSN_ISA*): Redefine certain values as an 1882*ed8eb4c2Schristos enumeration. Update comments. 1883*ed8eb4c2Schristos (mips_isa_table): New. 1884*ed8eb4c2Schristos (ISA_MIPS*): Redefine to match enumeration. 1885*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Modify to correctly test new INSN_ISA* 1886*ed8eb4c2Schristos values. 1887*ed8eb4c2Schristos 1888*ed8eb4c2Schristos2007-08-08 Ben Elliston <bje@au.ibm.com> 1889*ed8eb4c2Schristos 1890*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_PPCPS): New. 1891*ed8eb4c2Schristos 1892*ed8eb4c2Schristos2007-07-03 Nathan Sidwell <nathan@codesourcery.com> 1893*ed8eb4c2Schristos 1894*ed8eb4c2Schristos * m68k.h: Document j K & E. 1895*ed8eb4c2Schristos 1896*ed8eb4c2Schristos2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 1897*ed8eb4c2Schristos 1898*ed8eb4c2Schristos * cr16.h: New file for CR16 target. 1899*ed8eb4c2Schristos 1900*ed8eb4c2Schristos2007-05-02 Alan Modra <amodra@bigpond.net.au> 1901*ed8eb4c2Schristos 1902*ed8eb4c2Schristos * ppc.h (PPC_OPERAND_PLUS1): Update comment. 1903*ed8eb4c2Schristos 1904*ed8eb4c2Schristos2007-04-23 Nathan Sidwell <nathan@codesourcery.com> 1905*ed8eb4c2Schristos 1906*ed8eb4c2Schristos * m68k.h (mcfisa_c): New. 1907*ed8eb4c2Schristos (mcfusp, mcf_mask): Adjust. 1908*ed8eb4c2Schristos 1909*ed8eb4c2Schristos2007-04-20 Alan Modra <amodra@bigpond.net.au> 1910*ed8eb4c2Schristos 1911*ed8eb4c2Schristos * ppc.h (struct powerpc_operand): Replace "bits" with "bitm". 1912*ed8eb4c2Schristos (num_powerpc_operands): Declare. 1913*ed8eb4c2Schristos (PPC_OPERAND_SIGNED et al): Redefine as hex. 1914*ed8eb4c2Schristos (PPC_OPERAND_PLUS1): Define. 1915*ed8eb4c2Schristos 1916*ed8eb4c2Schristos2007-03-21 H.J. Lu <hongjiu.lu@intel.com> 1917*ed8eb4c2Schristos 1918*ed8eb4c2Schristos * i386.h (REX_MODE64): Renamed to ... 1919*ed8eb4c2Schristos (REX_W): This. 1920*ed8eb4c2Schristos (REX_EXTX): Renamed to ... 1921*ed8eb4c2Schristos (REX_R): This. 1922*ed8eb4c2Schristos (REX_EXTY): Renamed to ... 1923*ed8eb4c2Schristos (REX_X): This. 1924*ed8eb4c2Schristos (REX_EXTZ): Renamed to ... 1925*ed8eb4c2Schristos (REX_B): This. 1926*ed8eb4c2Schristos 1927*ed8eb4c2Schristos2007-03-15 H.J. Lu <hongjiu.lu@intel.com> 1928*ed8eb4c2Schristos 1929*ed8eb4c2Schristos * i386.h: Add entries from config/tc-i386.h and move tables 1930*ed8eb4c2Schristos to opcodes/i386-opc.h. 1931*ed8eb4c2Schristos 1932*ed8eb4c2Schristos2007-03-13 H.J. Lu <hongjiu.lu@intel.com> 1933*ed8eb4c2Schristos 1934*ed8eb4c2Schristos * i386.h (FloatDR): Removed. 1935*ed8eb4c2Schristos (i386_optab): Use FloatD and FloatD|FloatR instead of FloatDR. 1936*ed8eb4c2Schristos 1937*ed8eb4c2Schristos2007-03-01 Alan Modra <amodra@bigpond.net.au> 1938*ed8eb4c2Schristos 1939*ed8eb4c2Schristos * spu-insns.h: Add soma double-float insns. 1940*ed8eb4c2Schristos 1941*ed8eb4c2Schristos2007-02-20 Thiemo Seufer <ths@mips.com> 1942*ed8eb4c2Schristos Chao-Ying Fu <fu@mips.com> 1943*ed8eb4c2Schristos 1944*ed8eb4c2Schristos * mips.h (OP_SH_BP, OP_MASK_BP): Add support for balign instruction. 1945*ed8eb4c2Schristos (INSN_DSPR2): Add flag for DSP R2 instructions. 1946*ed8eb4c2Schristos (M_BALIGN): New macro. 1947*ed8eb4c2Schristos 1948*ed8eb4c2Schristos2007-02-14 Alan Modra <amodra@bigpond.net.au> 1949*ed8eb4c2Schristos 1950*ed8eb4c2Schristos * i386.h (i386_optab): Replace all occurrences of Seg2ShortForm 1951*ed8eb4c2Schristos and Seg3ShortFrom with Shortform. 1952*ed8eb4c2Schristos 1953*ed8eb4c2Schristos2007-02-11 H.J. Lu <hongjiu.lu@intel.com> 1954*ed8eb4c2Schristos 1955*ed8eb4c2Schristos PR gas/4027 1956*ed8eb4c2Schristos * i386.h (i386_optab): Put the real "test" before the pseudo 1957*ed8eb4c2Schristos one. 1958*ed8eb4c2Schristos 1959*ed8eb4c2Schristos2007-01-08 Kazu Hirata <kazu@codesourcery.com> 1960*ed8eb4c2Schristos 1961*ed8eb4c2Schristos * m68k.h (m68010up): OR fido_a. 1962*ed8eb4c2Schristos 1963*ed8eb4c2Schristos2006-12-25 Kazu Hirata <kazu@codesourcery.com> 1964*ed8eb4c2Schristos 1965*ed8eb4c2Schristos * m68k.h (fido_a): New. 1966*ed8eb4c2Schristos 1967*ed8eb4c2Schristos2006-12-24 Kazu Hirata <kazu@codesourcery.com> 1968*ed8eb4c2Schristos 1969*ed8eb4c2Schristos * m68k.h (mcfmac, mcfemac, cfloat, mcfhwdiv, mcfisa_a, 1970*ed8eb4c2Schristos mcfisa_aa, mcfisa_b, mcfusp, mcf_mask): Double the defined 1971*ed8eb4c2Schristos values. 1972*ed8eb4c2Schristos 1973*ed8eb4c2Schristos2006-11-08 H.J. Lu <hongjiu.lu@intel.com> 1974*ed8eb4c2Schristos 1975*ed8eb4c2Schristos * i386.h (i386_optab): Replace CpuPNI with CpuSSE3. 1976*ed8eb4c2Schristos 1977*ed8eb4c2Schristos2006-10-31 Mei Ligang <ligang@sunnorth.com.cn> 1978*ed8eb4c2Schristos 1979*ed8eb4c2Schristos * score-inst.h (enum score_insn_type): Add Insn_internal. 1980*ed8eb4c2Schristos 1981*ed8eb4c2Schristos2006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com> 1982*ed8eb4c2Schristos Yukishige Shibata <shibata@rd.scei.sony.co.jp> 1983*ed8eb4c2Schristos Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp> 1984*ed8eb4c2Schristos Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp> 1985*ed8eb4c2Schristos Alan Modra <amodra@bigpond.net.au> 1986*ed8eb4c2Schristos 1987*ed8eb4c2Schristos * spu-insns.h: New file. 1988*ed8eb4c2Schristos * spu.h: New file. 1989*ed8eb4c2Schristos 1990*ed8eb4c2Schristos2006-10-24 Andrew Pinski <andrew_pinski@playstation.sony.com> 1991*ed8eb4c2Schristos 1992*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_CELL): Define. 1993*ed8eb4c2Schristos 1994*ed8eb4c2Schristos2006-10-23 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> 1995*ed8eb4c2Schristos 1996*ed8eb4c2Schristos * i386.h : Modify opcode to support for the change in POPCNT opcode 1997*ed8eb4c2Schristos in amdfam10 architecture. 1998*ed8eb4c2Schristos 1999*ed8eb4c2Schristos2006-09-28 H.J. Lu <hongjiu.lu@intel.com> 2000*ed8eb4c2Schristos 2001*ed8eb4c2Schristos * i386.h: Replace CpuMNI with CpuSSSE3. 2002*ed8eb4c2Schristos 2003*ed8eb4c2Schristos2006-09-26 Mark Shinwell <shinwell@codesourcery.com> 2004*ed8eb4c2Schristos Joseph Myers <joseph@codesourcery.com> 2005*ed8eb4c2Schristos Ian Lance Taylor <ian@wasabisystems.com> 2006*ed8eb4c2Schristos Ben Elliston <bje@wasabisystems.com> 2007*ed8eb4c2Schristos 2008*ed8eb4c2Schristos * arm.h (ARM_CEXT_IWMMXT2, ARM_ARCH_IWMMXT2): Define. 2009*ed8eb4c2Schristos 2010*ed8eb4c2Schristos2006-09-17 Mei Ligang <ligang@sunnorth.com.cn> 2011*ed8eb4c2Schristos 2012*ed8eb4c2Schristos * score-datadep.h: New file. 2013*ed8eb4c2Schristos * score-inst.h: New file. 2014*ed8eb4c2Schristos 2015*ed8eb4c2Schristos2006-07-14 H.J. Lu <hongjiu.lu@intel.com> 2016*ed8eb4c2Schristos 2017*ed8eb4c2Schristos * i386.h (i386_optab): Remove InvMem from maskmovq, movhlps, 2018*ed8eb4c2Schristos movlhps, movmskps, pextrw, pmovmskb, movmskpd, maskmovdqu, 2019*ed8eb4c2Schristos movdq2q and movq2dq. 2020*ed8eb4c2Schristos 2021*ed8eb4c2Schristos2006-07-10 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> 2022*ed8eb4c2Schristos Michael Meissner <michael.meissner@amd.com> 2023*ed8eb4c2Schristos 2024*ed8eb4c2Schristos * i386.h: Add amdfam10 new instructions (SSE4a and ABM instructions). 2025*ed8eb4c2Schristos 2026*ed8eb4c2Schristos2006-06-12 H.J. Lu <hongjiu.lu@intel.com> 2027*ed8eb4c2Schristos 2028*ed8eb4c2Schristos * i386.h (i386_optab): Add "nop" with memory reference. 2029*ed8eb4c2Schristos 2030*ed8eb4c2Schristos2006-06-12 H.J. Lu <hongjiu.lu@intel.com> 2031*ed8eb4c2Schristos 2032*ed8eb4c2Schristos * i386.h (i386_optab): Update comment for 64bit NOP. 2033*ed8eb4c2Schristos 2034*ed8eb4c2Schristos2006-06-06 Ben Elliston <bje@au.ibm.com> 2035*ed8eb4c2Schristos Anton Blanchard <anton@samba.org> 2036*ed8eb4c2Schristos 2037*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_POWER6): Define. 2038*ed8eb4c2Schristos Adjust whitespace. 2039*ed8eb4c2Schristos 2040*ed8eb4c2Schristos2006-06-05 Thiemo Seufer <ths@mips.com> 2041*ed8eb4c2Schristos 2042*ed8eb4c2Schristos * mips.h: Improve description of MT flags. 2043*ed8eb4c2Schristos 2044*ed8eb4c2Schristos2006-05-25 Richard Sandiford <richard@codesourcery.com> 2045*ed8eb4c2Schristos 2046*ed8eb4c2Schristos * m68k.h (mcf_mask): Define. 2047*ed8eb4c2Schristos 2048*ed8eb4c2Schristos2006-05-05 Thiemo Seufer <ths@mips.com> 2049*ed8eb4c2Schristos David Ung <davidu@mips.com> 2050*ed8eb4c2Schristos 2051*ed8eb4c2Schristos * mips.h (enum): Add macro M_CACHE_AB. 2052*ed8eb4c2Schristos 2053*ed8eb4c2Schristos2006-05-04 Thiemo Seufer <ths@mips.com> 2054*ed8eb4c2Schristos Nigel Stephens <nigel@mips.com> 2055*ed8eb4c2Schristos David Ung <davidu@mips.com> 2056*ed8eb4c2Schristos 2057*ed8eb4c2Schristos * mips.h: Add INSN_SMARTMIPS define. 2058*ed8eb4c2Schristos 2059*ed8eb4c2Schristos2006-04-30 Thiemo Seufer <ths@mips.com> 2060*ed8eb4c2Schristos David Ung <davidu@mips.com> 2061*ed8eb4c2Schristos 2062*ed8eb4c2Schristos * mips.h: Defines udi bits and masks. Add description of 2063*ed8eb4c2Schristos characters which may appear in the args field of udi 2064*ed8eb4c2Schristos instructions. 2065*ed8eb4c2Schristos 2066*ed8eb4c2Schristos2006-04-26 Thiemo Seufer <ths@networkno.de> 2067*ed8eb4c2Schristos 2068*ed8eb4c2Schristos * mips.h: Improve comments describing the bitfield instruction 2069*ed8eb4c2Schristos fields. 2070*ed8eb4c2Schristos 2071*ed8eb4c2Schristos2006-04-26 Julian Brown <julian@codesourcery.com> 2072*ed8eb4c2Schristos 2073*ed8eb4c2Schristos * arm.h (FPU_VFP_EXT_V3): Define constant. 2074*ed8eb4c2Schristos (FPU_NEON_EXT_V1): Likewise. 2075*ed8eb4c2Schristos (FPU_VFP_HARD): Update. 2076*ed8eb4c2Schristos (FPU_VFP_V3): Define macro. 2077*ed8eb4c2Schristos (FPU_ARCH_VFP_V3, FPU_ARCH_VFP_V3_PLUS_NEON_V1): Define macros. 2078*ed8eb4c2Schristos 2079*ed8eb4c2Schristos2006-04-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de> 2080*ed8eb4c2Schristos 2081*ed8eb4c2Schristos * avr.h (AVR_ISA_PWMx): New. 2082*ed8eb4c2Schristos 2083*ed8eb4c2Schristos2006-03-28 Nathan Sidwell <nathan@codesourcery.com> 2084*ed8eb4c2Schristos 2085*ed8eb4c2Schristos * m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008, cpu_m68010, 2086*ed8eb4c2Schristos cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060, cpu_m68851, 2087*ed8eb4c2Schristos cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e, 2088*ed8eb4c2Schristos cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x, 2089*ed8eb4c2Schristos cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove. 2090*ed8eb4c2Schristos 2091*ed8eb4c2Schristos2006-03-10 Paul Brook <paul@codesourcery.com> 2092*ed8eb4c2Schristos 2093*ed8eb4c2Schristos * arm.h (ARM_AEXT_V7_ARM): Include v6ZK extensions. 2094*ed8eb4c2Schristos 2095*ed8eb4c2Schristos2006-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2096*ed8eb4c2Schristos 2097*ed8eb4c2Schristos * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come 2098*ed8eb4c2Schristos first. Correct mask of bb "B" opcode. 2099*ed8eb4c2Schristos 2100*ed8eb4c2Schristos2006-02-27 H.J. Lu <hongjiu.lu@intel.com> 2101*ed8eb4c2Schristos 2102*ed8eb4c2Schristos * i386.h (i386_optab): Support Intel Merom New Instructions. 2103*ed8eb4c2Schristos 2104*ed8eb4c2Schristos2006-02-24 Paul Brook <paul@codesourcery.com> 2105*ed8eb4c2Schristos 2106*ed8eb4c2Schristos * arm.h: Add V7 feature bits. 2107*ed8eb4c2Schristos 2108*ed8eb4c2Schristos2006-02-23 H.J. Lu <hongjiu.lu@intel.com> 2109*ed8eb4c2Schristos 2110*ed8eb4c2Schristos * ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b. 2111*ed8eb4c2Schristos 2112*ed8eb4c2Schristos2006-01-31 Paul Brook <paul@codesourcery.com> 2113*ed8eb4c2Schristos Richard Earnshaw <rearnsha@arm.com> 2114*ed8eb4c2Schristos 2115*ed8eb4c2Schristos * arm.h: Use ARM_CPU_FEATURE. 2116*ed8eb4c2Schristos (ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New. 2117*ed8eb4c2Schristos (arm_feature_set): Change to a structure. 2118*ed8eb4c2Schristos (ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE, 2119*ed8eb4c2Schristos ARM_FEATURE): New macros. 2120*ed8eb4c2Schristos 2121*ed8eb4c2Schristos2005-12-07 Hans-Peter Nilsson <hp@axis.com> 2122*ed8eb4c2Schristos 2123*ed8eb4c2Schristos * cris.h (MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS) 2124*ed8eb4c2Schristos (MOVE_PC_INCR_OPCODE_PREFIX, MOVE_PC_INCR_OPCODE_SUFFIX): New macros. 2125*ed8eb4c2Schristos (ADD_PC_INCR_OPCODE): Don't define. 2126*ed8eb4c2Schristos 2127*ed8eb4c2Schristos2005-12-06 H.J. Lu <hongjiu.lu@intel.com> 2128*ed8eb4c2Schristos 2129*ed8eb4c2Schristos PR gas/1874 2130*ed8eb4c2Schristos * i386.h (i386_optab): Add 64bit support for monitor and mwait. 2131*ed8eb4c2Schristos 2132*ed8eb4c2Schristos2005-11-14 David Ung <davidu@mips.com> 2133*ed8eb4c2Schristos 2134*ed8eb4c2Schristos * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore 2135*ed8eb4c2Schristos instructions. Define MIPS16_ALL_ARGS and MIPS16_ALL_STATICS for 2136*ed8eb4c2Schristos save/restore encoding of the args field. 2137*ed8eb4c2Schristos 2138*ed8eb4c2Schristos2005-10-28 Dave Brolley <brolley@redhat.com> 2139*ed8eb4c2Schristos 2140*ed8eb4c2Schristos Contribute the following changes: 2141*ed8eb4c2Schristos 2005-02-16 Dave Brolley <brolley@redhat.com> 2142*ed8eb4c2Schristos 2143*ed8eb4c2Schristos * cgen-bitset.h: Rename CGEN_ISA_MASK to CGEN_BITSET. Rename 2144*ed8eb4c2Schristos cgen_isa_mask_* to cgen_bitset_*. 2145*ed8eb4c2Schristos * cgen.h: Likewise. 2146*ed8eb4c2Schristos 2147*ed8eb4c2Schristos 2003-10-21 Richard Sandiford <rsandifo@redhat.com> 2148*ed8eb4c2Schristos 2149*ed8eb4c2Schristos * cgen.h (CGEN_BITSET_ATTR_VALUE): Fix definition. 2150*ed8eb4c2Schristos (CGEN_ATTR_ENTRY): Change "value" to type "unsigned". 2151*ed8eb4c2Schristos (CGEN_CPU_TABLE): Make isas a ponter. 2152*ed8eb4c2Schristos 2153*ed8eb4c2Schristos 2003-09-29 Dave Brolley <brolley@redhat.com> 2154*ed8eb4c2Schristos 2155*ed8eb4c2Schristos * cgen.h (CGEN_ATTR_VALUE_BITSET_TYPE): New typedef. 2156*ed8eb4c2Schristos (CGEN_ATTR_VALUE_ENUM_TYPE): Ditto. 2157*ed8eb4c2Schristos (CGEN_ATTR_VALUE_TYPE): Use these new typedefs. 2158*ed8eb4c2Schristos 2159*ed8eb4c2Schristos 2002-12-13 Dave Brolley <brolley@redhat.com> 2160*ed8eb4c2Schristos 2161*ed8eb4c2Schristos * cgen.h (symcat.h): #include it. 2162*ed8eb4c2Schristos (cgen-bitset.h): #include it. 2163*ed8eb4c2Schristos (CGEN_ATTR_VALUE_TYPE): Now a union. 2164*ed8eb4c2Schristos (CGEN_ATTR_VALUE): Reference macros generated in opcodes/<arch>-desc.h. 2165*ed8eb4c2Schristos (CGEN_ATTR_ENTRY): 'value' now unsigned. 2166*ed8eb4c2Schristos (cgen_cpu_desc): 'isas' now (CGEN_ISA_MASK*). 2167*ed8eb4c2Schristos * cgen-bitset.h: New file. 2168*ed8eb4c2Schristos 2169*ed8eb4c2Schristos2005-09-30 Catherine Moore <clm@cm00re.com> 2170*ed8eb4c2Schristos 2171*ed8eb4c2Schristos * bfin.h: New file. 2172*ed8eb4c2Schristos 2173*ed8eb4c2Schristos2005-10-24 Jan Beulich <jbeulich@novell.com> 2174*ed8eb4c2Schristos 2175*ed8eb4c2Schristos * ia64.h (enum ia64_opnd): Move memory operand out of set of 2176*ed8eb4c2Schristos indirect operands. 2177*ed8eb4c2Schristos 2178*ed8eb4c2Schristos2005-10-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2179*ed8eb4c2Schristos 2180*ed8eb4c2Schristos * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes. 2181*ed8eb4c2Schristos Add FLAG_STRICT to pa10 ftest opcode. 2182*ed8eb4c2Schristos 2183*ed8eb4c2Schristos2005-10-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2184*ed8eb4c2Schristos 2185*ed8eb4c2Schristos * hppa.h (pa_opcodes): Remove lha entries. 2186*ed8eb4c2Schristos 2187*ed8eb4c2Schristos2005-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2188*ed8eb4c2Schristos 2189*ed8eb4c2Schristos * hppa.h (FLAG_STRICT): Revise comment. 2190*ed8eb4c2Schristos (pa_opcode): Revise ordering rules. Add/move strict pa10 variants 2191*ed8eb4c2Schristos before corresponding pa11 opcodes. Add strict pa10 register-immediate 2192*ed8eb4c2Schristos entries for "fdc". 2193*ed8eb4c2Schristos 2194*ed8eb4c2Schristos2005-09-30 Catherine Moore <clm@cm00re.com> 2195*ed8eb4c2Schristos 2196*ed8eb4c2Schristos * bfin.h: New file. 2197*ed8eb4c2Schristos 2198*ed8eb4c2Schristos2005-09-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2199*ed8eb4c2Schristos 2200*ed8eb4c2Schristos * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries. 2201*ed8eb4c2Schristos 2202*ed8eb4c2Schristos2005-09-06 Chao-ying Fu <fu@mips.com> 2203*ed8eb4c2Schristos 2204*ed8eb4c2Schristos * mips.h (OP_SH_MT_U, OP_MASK_MT_U, OP_SH_MT_H, OP_MASK_MT_H, 2205*ed8eb4c2Schristos OP_SH_MTACC_T, OP_MASK_MTACC_T, OP_SH_MTACC_D, OP_MASK_MTACC_D): New 2206*ed8eb4c2Schristos define. 2207*ed8eb4c2Schristos Document !, $, *, &, g, +t, +T operand formats for MT instructions. 2208*ed8eb4c2Schristos (INSN_ASE_MASK): Update to include INSN_MT. 2209*ed8eb4c2Schristos (INSN_MT): New define for MT ASE. 2210*ed8eb4c2Schristos 2211*ed8eb4c2Schristos2005-08-25 Chao-ying Fu <fu@mips.com> 2212*ed8eb4c2Schristos 2213*ed8eb4c2Schristos * mips.h (OP_SH_DSPACC, OP_MASK_DSPACC, OP_SH_DSPACC_S, 2214*ed8eb4c2Schristos OP_MASK_DSPACC_S, OP_SH_DSPSFT, OP_MASK_DSPSFT, OP_SH_DSPSFT_7, 2215*ed8eb4c2Schristos OP_MASK_DSPSFT_7, OP_SH_SA3, OP_MASK_SA3, OP_SH_SA4, OP_MASK_SA4, 2216*ed8eb4c2Schristos OP_SH_IMM8, OP_MASK_IMM8, OP_SH_IMM10, OP_MASK_IMM10, OP_SH_WRDSP, 2217*ed8eb4c2Schristos OP_MASK_WRDSP, OP_SH_RDDSP, OP_MASK_RDDSP): New define. 2218*ed8eb4c2Schristos Document 3, 4, 5, 6, 7, 8, 9, 0, :, ', @ operand formats for DSP 2219*ed8eb4c2Schristos instructions. 2220*ed8eb4c2Schristos (INSN_DSP): New define for DSP ASE. 2221*ed8eb4c2Schristos 2222*ed8eb4c2Schristos2005-08-18 Alan Modra <amodra@bigpond.net.au> 2223*ed8eb4c2Schristos 2224*ed8eb4c2Schristos * a29k.h: Delete. 2225*ed8eb4c2Schristos 2226*ed8eb4c2Schristos2005-08-15 Daniel Jacobowitz <dan@codesourcery.com> 2227*ed8eb4c2Schristos 2228*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_E300): Define. 2229*ed8eb4c2Schristos 2230*ed8eb4c2Schristos2005-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com> 2231*ed8eb4c2Schristos 2232*ed8eb4c2Schristos * s390.h (s390_opcode_cpu_val): Add enum for cpu type z9-109. 2233*ed8eb4c2Schristos 2234*ed8eb4c2Schristos2005-07-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2235*ed8eb4c2Schristos 2236*ed8eb4c2Schristos PR gas/336 2237*ed8eb4c2Schristos * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb 2238*ed8eb4c2Schristos and pitlb. 2239*ed8eb4c2Schristos 2240*ed8eb4c2Schristos2005-07-27 Jan Beulich <jbeulich@novell.com> 2241*ed8eb4c2Schristos 2242*ed8eb4c2Schristos * i386.h (i386_optab): Add comment to movd. Use LongMem for all 2243*ed8eb4c2Schristos movd-s. Add NoRex64 to movq-s dealing only with mmx or xmm registers. 2244*ed8eb4c2Schristos Add movq-s as 64-bit variants of movd-s. 2245*ed8eb4c2Schristos 2246*ed8eb4c2Schristos2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2247*ed8eb4c2Schristos 2248*ed8eb4c2Schristos * hppa.h: Fix punctuation in comment. 2249*ed8eb4c2Schristos 2250*ed8eb4c2Schristos * hppa.h (pa_opcode): Add rules for opcode ordering. Check first for 2251*ed8eb4c2Schristos implicit space-register addressing. Set space-register bits on opcodes 2252*ed8eb4c2Schristos using implicit space-register addressing. Add various missing pa20 2253*ed8eb4c2Schristos long-immediate opcodes. Remove various opcodes using implicit 3-bit 2254*ed8eb4c2Schristos space-register addressing. Use "fE" instead of "fe" in various 2255*ed8eb4c2Schristos fstw opcodes. 2256*ed8eb4c2Schristos 2257*ed8eb4c2Schristos2005-07-18 Jan Beulich <jbeulich@novell.com> 2258*ed8eb4c2Schristos 2259*ed8eb4c2Schristos * i386.h (i386_optab): Operands of aam and aad are unsigned. 2260*ed8eb4c2Schristos 2261*ed8eb4c2Schristos2007-07-15 H.J. Lu <hongjiu.lu@intel.com> 2262*ed8eb4c2Schristos 2263*ed8eb4c2Schristos * i386.h (i386_optab): Support Intel VMX Instructions. 2264*ed8eb4c2Schristos 2265*ed8eb4c2Schristos2005-07-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2266*ed8eb4c2Schristos 2267*ed8eb4c2Schristos * hppa.h (pa_opcode): Don't set FLAG_STRICT in pa10 loads and stores. 2268*ed8eb4c2Schristos 2269*ed8eb4c2Schristos2005-07-05 Jan Beulich <jbeulich@novell.com> 2270*ed8eb4c2Schristos 2271*ed8eb4c2Schristos * i386.h (i386_optab): Add new insns. 2272*ed8eb4c2Schristos 2273*ed8eb4c2Schristos2005-07-01 Nick Clifton <nickc@redhat.com> 2274*ed8eb4c2Schristos 2275*ed8eb4c2Schristos * sparc.h: Add typedefs to structure declarations. 2276*ed8eb4c2Schristos 2277*ed8eb4c2Schristos2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2278*ed8eb4c2Schristos 2279*ed8eb4c2Schristos PR 1013 2280*ed8eb4c2Schristos * i386.h (i386_optab): Update comments for 64bit addressing on 2281*ed8eb4c2Schristos mov. Allow 64bit addressing for mov and movq. 2282*ed8eb4c2Schristos 2283*ed8eb4c2Schristos2005-06-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2284*ed8eb4c2Schristos 2285*ed8eb4c2Schristos * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx, 2286*ed8eb4c2Schristos respectively, in various floating-point load and store patterns. 2287*ed8eb4c2Schristos 2288*ed8eb4c2Schristos2005-05-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2289*ed8eb4c2Schristos 2290*ed8eb4c2Schristos * hppa.h (FLAG_STRICT): Correct comment. 2291*ed8eb4c2Schristos (pa_opcodes): Update load and store entries to allow both PA 1.X and 2292*ed8eb4c2Schristos PA 2.0 mneumonics when equivalent. Entries with cache control 2293*ed8eb4c2Schristos completers now require PA 1.1. Adjust whitespace. 2294*ed8eb4c2Schristos 2295*ed8eb4c2Schristos2005-05-19 Anton Blanchard <anton@samba.org> 2296*ed8eb4c2Schristos 2297*ed8eb4c2Schristos * ppc.h (PPC_OPCODE_POWER5): Define. 2298*ed8eb4c2Schristos 2299*ed8eb4c2Schristos2005-05-10 Nick Clifton <nickc@redhat.com> 2300*ed8eb4c2Schristos 2301*ed8eb4c2Schristos * Update the address and phone number of the FSF organization in 2302*ed8eb4c2Schristos the GPL notices in the following files: 2303*ed8eb4c2Schristos a29k.h, alpha.h, arc.h, arm.h, avr.h, cgen.h, convex.h, cris.h, 2304*ed8eb4c2Schristos crx.h, d10v.h, d30v.h, dlx.h, h8300.h, hppa.h, i370.h, i386.h, 2305*ed8eb4c2Schristos i860.h, i960.h, m68hc11.h, m68k.h, m88k.h, maxq.h, mips.h, mmix.h, 2306*ed8eb4c2Schristos mn10200.h, mn10300.h, msp430.h, np1.h, ns32k.h, or32.h, pdp11.h, 2307*ed8eb4c2Schristos pj.h, pn.h, ppc.h, pyr.h, s390.h, sparc.h, tic30.h, tic4x.h, 2308*ed8eb4c2Schristos tic54x.h, tic80.h, v850.h, vax.h 2309*ed8eb4c2Schristos 2310*ed8eb4c2Schristos2005-05-09 Jan Beulich <jbeulich@novell.com> 2311*ed8eb4c2Schristos 2312*ed8eb4c2Schristos * i386.h (i386_optab): Add ht and hnt. 2313*ed8eb4c2Schristos 2314*ed8eb4c2Schristos2005-04-18 Mark Kettenis <kettenis@gnu.org> 2315*ed8eb4c2Schristos 2316*ed8eb4c2Schristos * i386.h: Insert hyphens into selected VIA PadLock extensions. 2317*ed8eb4c2Schristos Add xcrypt-ctr. Provide aliases without hyphens. 2318*ed8eb4c2Schristos 2319*ed8eb4c2Schristos2005-04-13 H.J. Lu <hongjiu.lu@intel.com> 2320*ed8eb4c2Schristos 2321*ed8eb4c2Schristos Moved from ../ChangeLog 2322*ed8eb4c2Schristos 2323*ed8eb4c2Schristos 2005-04-12 Paul Brook <paul@codesourcery.com> 2324*ed8eb4c2Schristos * m88k.h: Rename psr macros to avoid conflicts. 2325*ed8eb4c2Schristos 2326*ed8eb4c2Schristos 2005-03-12 Zack Weinberg <zack@codesourcery.com> 2327*ed8eb4c2Schristos * arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T. 2328*ed8eb4c2Schristos Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2, 2329*ed8eb4c2Schristos and ARM_ARCH_V6ZKT2. 2330*ed8eb4c2Schristos 2331*ed8eb4c2Schristos 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com> 2332*ed8eb4c2Schristos * crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4. 2333*ed8eb4c2Schristos Remove redundant instruction types. 2334*ed8eb4c2Schristos (struct argument): X_op - new field. 2335*ed8eb4c2Schristos (struct cst4_entry): Remove. 2336*ed8eb4c2Schristos (no_op_insn): Declare. 2337*ed8eb4c2Schristos 2338*ed8eb4c2Schristos 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com> 2339*ed8eb4c2Schristos * crx.h (enum argtype): Rename types, remove unused types. 2340*ed8eb4c2Schristos 2341*ed8eb4c2Schristos 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com> 2342*ed8eb4c2Schristos * crx.h (enum reg): Rearrange registers, remove 'ccfg' and `'pc'. 2343*ed8eb4c2Schristos (enum reg_type): Remove CRX_PC_REGTYPE, CRX_MTPR_REGTYPE. 2344*ed8eb4c2Schristos (enum operand_type): Rearrange operands, edit comments. 2345*ed8eb4c2Schristos replace us<N> with ui<N> for unsigned immediate. 2346*ed8eb4c2Schristos replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped 2347*ed8eb4c2Schristos displacements (respectively). 2348*ed8eb4c2Schristos replace rbase_ridx_scl2_dispu<N> with rindex_disps<N> for register index. 2349*ed8eb4c2Schristos (instruction type): Add NO_TYPE_INS. 2350*ed8eb4c2Schristos (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR. 2351*ed8eb4c2Schristos (operand_entry): New field - 'flags'. 2352*ed8eb4c2Schristos (operand flags): New. 2353*ed8eb4c2Schristos 2354*ed8eb4c2Schristos 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com> 2355*ed8eb4c2Schristos * crx.h (operand_type): Remove redundant types i3, i4, 2356*ed8eb4c2Schristos i5, i8, i12. 2357*ed8eb4c2Schristos Add new unsigned immediate types us3, us4, us5, us16. 2358*ed8eb4c2Schristos 2359*ed8eb4c2Schristos2005-04-12 Mark Kettenis <kettenis@gnu.org> 2360*ed8eb4c2Schristos 2361*ed8eb4c2Schristos * i386.h (i386_optab): Mark VIA PadLock instructions as ImmExt and 2362*ed8eb4c2Schristos adjust them accordingly. 2363*ed8eb4c2Schristos 2364*ed8eb4c2Schristos2005-04-01 Jan Beulich <jbeulich@novell.com> 2365*ed8eb4c2Schristos 2366*ed8eb4c2Schristos * i386.h (i386_optab): Add rdtscp. 2367*ed8eb4c2Schristos 2368*ed8eb4c2Schristos2005-03-29 H.J. Lu <hongjiu.lu@intel.com> 2369*ed8eb4c2Schristos 2370*ed8eb4c2Schristos * i386.h (i386_optab): Don't allow the `l' suffix for moving 2371*ed8eb4c2Schristos between memory and segment register. Allow movq for moving between 2372*ed8eb4c2Schristos general-purpose register and segment register. 2373*ed8eb4c2Schristos 2374*ed8eb4c2Schristos2005-02-09 Jan Beulich <jbeulich@novell.com> 2375*ed8eb4c2Schristos 2376*ed8eb4c2Schristos PR gas/707 2377*ed8eb4c2Schristos * i386.h (i386_optab): Add x_Suf to fbld and fbstp. Add w_Suf and 2378*ed8eb4c2Schristos FloatMF to fldcw, fstcw, fnstcw, and the memory formas of fstsw and 2379*ed8eb4c2Schristos fnstsw. 2380*ed8eb4c2Schristos 2381*ed8eb4c2Schristos2006-02-07 Nathan Sidwell <nathan@codesourcery.com> 2382*ed8eb4c2Schristos 2383*ed8eb4c2Schristos * m68k.h (m68008, m68ec030, m68882): Remove. 2384*ed8eb4c2Schristos (m68k_mask): New. 2385*ed8eb4c2Schristos (cpu_m68k, cpu_cf): New. 2386*ed8eb4c2Schristos (mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407, 2387*ed8eb4c2Schristos mcf5470, mcf5480): Rename to cpu_<foo>. Add m680x0 variants. 2388*ed8eb4c2Schristos 2389*ed8eb4c2Schristos2005-01-25 Alexandre Oliva <aoliva@redhat.com> 2390*ed8eb4c2Schristos 2391*ed8eb4c2Schristos 2004-11-10 Alexandre Oliva <aoliva@redhat.com> 2392*ed8eb4c2Schristos * cgen.h (enum cgen_parse_operand_type): Add 2393*ed8eb4c2Schristos CGEN_PARSE_OPERAND_SYMBOLIC. 2394*ed8eb4c2Schristos 2395*ed8eb4c2Schristos2005-01-21 Fred Fish <fnf@specifixinc.com> 2396*ed8eb4c2Schristos 2397*ed8eb4c2Schristos * mips.h: Change INSN_ALIAS to INSN2_ALIAS. 2398*ed8eb4c2Schristos Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC. 2399*ed8eb4c2Schristos Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC. 2400*ed8eb4c2Schristos 2401*ed8eb4c2Schristos2005-01-19 Fred Fish <fnf@specifixinc.com> 2402*ed8eb4c2Schristos 2403*ed8eb4c2Schristos * mips.h (struct mips_opcode): Add new pinfo2 member. 2404*ed8eb4c2Schristos (INSN_ALIAS): New define for opcode table entries that are 2405*ed8eb4c2Schristos specific instances of another entry, such as 'move' for an 'or' 2406*ed8eb4c2Schristos with a zero operand. 2407*ed8eb4c2Schristos (INSN_READ_MDMX_ACC): Redefine from 0 to 0x2. 2408*ed8eb4c2Schristos (INSN_WRITE_MDMX_ACC): Redefine from 0 to 0x4. 2409*ed8eb4c2Schristos 2410*ed8eb4c2Schristos2004-12-09 Ian Lance Taylor <ian@wasabisystems.com> 2411*ed8eb4c2Schristos 2412*ed8eb4c2Schristos * mips.h (CPU_RM9000): Define. 2413*ed8eb4c2Schristos (OPCODE_IS_MEMBER): Handle CPU_RM9000. 2414*ed8eb4c2Schristos 2415*ed8eb4c2Schristos2004-11-25 Jan Beulich <jbeulich@novell.com> 2416*ed8eb4c2Schristos 2417*ed8eb4c2Schristos * i386.h: CpuNo64 mov can't reasonably have a 'q' suffix. Moves 2418*ed8eb4c2Schristos to/from test registers are illegal in 64-bit mode. Add missing 2419*ed8eb4c2Schristos NoRex64 to sidt. fxsave/fxrstor now allow for a 'q' suffix 2420*ed8eb4c2Schristos (previously one had to explicitly encode a rex64 prefix). Re-enable 2421*ed8eb4c2Schristos lahf/sahf in 64-bit mode as at least some Athlon64/Opteron steppings 2422*ed8eb4c2Schristos support it there. Add cmpxchg16b as per Intel's 64-bit documentation. 2423*ed8eb4c2Schristos 2424*ed8eb4c2Schristos2004-11-23 Jan Beulich <jbeulich@novell.com> 2425*ed8eb4c2Schristos 2426*ed8eb4c2Schristos * i386.h (i386_optab): paddq and psubq, even in their MMX form, are 2427*ed8eb4c2Schristos available only with SSE2. Change the MMX additions introduced by SSE 2428*ed8eb4c2Schristos and 3DNow!A to CpuMMX2 (rather than CpuMMX). Indicate the 3DNow!A 2429*ed8eb4c2Schristos instructions by their now designated identifier (since combining i686 2430*ed8eb4c2Schristos and 3DNow! does not really imply 3DNow!A). 2431*ed8eb4c2Schristos 2432*ed8eb4c2Schristos2004-11-19 Alan Modra <amodra@bigpond.net.au> 2433*ed8eb4c2Schristos 2434*ed8eb4c2Schristos * msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes, 2435*ed8eb4c2Schristos struct hcodes_s, msp430_hcodes): Move to gas/config/tc-msp430.c. 2436*ed8eb4c2Schristos 2437*ed8eb4c2Schristos2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> 2438*ed8eb4c2Schristos Vineet Sharma <vineets@noida.hcltech.com> 2439*ed8eb4c2Schristos 2440*ed8eb4c2Schristos * maxq.h: New file: Disassembly information for the maxq port. 2441*ed8eb4c2Schristos 2442*ed8eb4c2Schristos2004-11-05 H.J. Lu <hongjiu.lu@intel.com> 2443*ed8eb4c2Schristos 2444*ed8eb4c2Schristos * i386.h (i386_optab): Put back "movzb". 2445*ed8eb4c2Schristos 2446*ed8eb4c2Schristos2004-11-04 Hans-Peter Nilsson <hp@axis.com> 2447*ed8eb4c2Schristos 2448*ed8eb4c2Schristos * cris.h (enum cris_insn_version_usage): Tweak formatting and 2449*ed8eb4c2Schristos comments. Remove member cris_ver_sim. Add members 2450*ed8eb4c2Schristos cris_ver_sim_v0_10, cris_ver_v0_10, cris_ver_v3_10, 2451*ed8eb4c2Schristos cris_ver_v8_10, cris_ver_v10, cris_ver_v10p. 2452*ed8eb4c2Schristos (struct cris_support_reg, struct cris_cond15): New types. 2453*ed8eb4c2Schristos (cris_conds15): Declare. 2454*ed8eb4c2Schristos (JUMP_PC_INCR_OPCODE_V32, BA_DWORD_OPCODE, NOP_OPCODE_COMMON) 2455*ed8eb4c2Schristos (NOP_OPCODE_ZBITS_COMMON, LAPC_DWORD_OPCODE, LAPC_DWORD_Z_BITS) 2456*ed8eb4c2Schristos (NOP_OPCODE_V32, NOP_Z_BITS_V32): New macros. 2457*ed8eb4c2Schristos (NOP_Z_BITS): Define in terms of NOP_OPCODE. 2458*ed8eb4c2Schristos (cris_imm_oprnd_size_type): New members SIZE_FIELD_SIGNED and 2459*ed8eb4c2Schristos SIZE_FIELD_UNSIGNED. 2460*ed8eb4c2Schristos 2461*ed8eb4c2Schristos2004-11-04 Jan Beulich <jbeulich@novell.com> 2462*ed8eb4c2Schristos 2463*ed8eb4c2Schristos * i386.h (sldx_Suf): Remove. 2464*ed8eb4c2Schristos (FP, l_FP, sl_FP, x_FP): Don't imply IgnoreSize. 2465*ed8eb4c2Schristos (q_FP): Define, implying no REX64. 2466*ed8eb4c2Schristos (x_FP, sl_FP): Imply FloatMF. 2467*ed8eb4c2Schristos (i386_optab): Split reg and mem forms of moving from segment registers 2468*ed8eb4c2Schristos so that the memory forms can ignore the 16-/32-bit operand size 2469*ed8eb4c2Schristos distinction. Adjust a few others for Intel mode. Remove *FP uses from 2470*ed8eb4c2Schristos all non-floating-point instructions. Unite 32- and 64-bit forms of 2471*ed8eb4c2Schristos movsx, movzx, and movd. Adjust floating point operations for the above 2472*ed8eb4c2Schristos changes to the *FP macros. Add DefaultSize to floating point control 2473*ed8eb4c2Schristos insns operating on larger memory ranges. Remove left over comments 2474*ed8eb4c2Schristos hinting at certain insns being Intel-syntax ones where the ones 2475*ed8eb4c2Schristos actually meant are already gone. 2476*ed8eb4c2Schristos 2477*ed8eb4c2Schristos2004-10-07 Tomer Levi <Tomer.Levi@nsc.com> 2478*ed8eb4c2Schristos 2479*ed8eb4c2Schristos * crx.h: Add COPS_REG_INS - Coprocessor Special register 2480*ed8eb4c2Schristos instruction type. 2481*ed8eb4c2Schristos 2482*ed8eb4c2Schristos2004-09-30 Paul Brook <paul@codesourcery.com> 2483*ed8eb4c2Schristos 2484*ed8eb4c2Schristos * arm.h (ARM_EXT_V6K, ARM_EXT_V6Z): Define. 2485*ed8eb4c2Schristos (ARM_ARCH_V6K, ARM_ARCH_V6Z, ARM_ARCH_V6ZK): Define. 2486*ed8eb4c2Schristos 2487*ed8eb4c2Schristos2004-09-11 Theodore A. Roth <troth@openavr.org> 2488*ed8eb4c2Schristos 2489*ed8eb4c2Schristos * avr.h: Add support for 2490*ed8eb4c2Schristos atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128. 2491*ed8eb4c2Schristos 2492*ed8eb4c2Schristos2004-09-09 Segher Boessenkool <segher@kernel.crashing.org> 2493*ed8eb4c2Schristos 2494*ed8eb4c2Schristos * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment. 2495*ed8eb4c2Schristos 2496*ed8eb4c2Schristos2004-08-24 Dmitry Diky <diwil@spec.ru> 2497*ed8eb4c2Schristos 2498*ed8eb4c2Schristos * msp430.h (msp430_opc): Add new instructions. 2499*ed8eb4c2Schristos (msp430_rcodes): Declare new instructions. 2500*ed8eb4c2Schristos (msp430_hcodes): Likewise.. 2501*ed8eb4c2Schristos 2502*ed8eb4c2Schristos2004-08-13 Nick Clifton <nickc@redhat.com> 2503*ed8eb4c2Schristos 2504*ed8eb4c2Schristos PR/301 2505*ed8eb4c2Schristos * h8300.h (O_JSR): Do not allow VECIND addressing for non-SX 2506*ed8eb4c2Schristos processors. 2507*ed8eb4c2Schristos 2508*ed8eb4c2Schristos2004-08-30 Michal Ludvig <mludvig@suse.cz> 2509*ed8eb4c2Schristos 2510*ed8eb4c2Schristos * i386.h (i386_optab): Added montmul/xsha1/xsha256 insns. 2511*ed8eb4c2Schristos 2512*ed8eb4c2Schristos2004-07-22 H.J. Lu <hongjiu.lu@intel.com> 2513*ed8eb4c2Schristos 2514*ed8eb4c2Schristos * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. 2515*ed8eb4c2Schristos 2516*ed8eb4c2Schristos2004-07-21 Jan Beulich <jbeulich@novell.com> 2517*ed8eb4c2Schristos 2518*ed8eb4c2Schristos * i386.h: Adjust instruction descriptions to better match the 2519*ed8eb4c2Schristos specification. 2520*ed8eb4c2Schristos 2521*ed8eb4c2Schristos2004-07-16 Richard Earnshaw <rearnsha@arm.com> 2522*ed8eb4c2Schristos 2523*ed8eb4c2Schristos * arm.h: Remove all old content. Replace with architecture defines 2524*ed8eb4c2Schristos from gas/config/tc-arm.c. 2525*ed8eb4c2Schristos 2526*ed8eb4c2Schristos2004-07-09 Andreas Schwab <schwab@suse.de> 2527*ed8eb4c2Schristos 2528*ed8eb4c2Schristos * m68k.h: Fix comment. 2529*ed8eb4c2Schristos 2530*ed8eb4c2Schristos2004-07-07 Tomer Levi <Tomer.Levi@nsc.com> 2531*ed8eb4c2Schristos 2532*ed8eb4c2Schristos * crx.h: New file. 2533*ed8eb4c2Schristos 2534*ed8eb4c2Schristos2004-06-24 Alan Modra <amodra@bigpond.net.au> 2535*ed8eb4c2Schristos 2536*ed8eb4c2Schristos * i386.h (i386_optab): Remove fildd, fistpd and fisttpd. 2537*ed8eb4c2Schristos 2538*ed8eb4c2Schristos2004-05-24 Peter Barada <peter@the-baradas.com> 2539*ed8eb4c2Schristos 2540*ed8eb4c2Schristos * m68k.h: Add 'size' to m68k_opcode. 2541*ed8eb4c2Schristos 2542*ed8eb4c2Schristos2004-05-05 Peter Barada <peter@the-baradas.com> 2543*ed8eb4c2Schristos 2544*ed8eb4c2Schristos * m68k.h: Switch from ColdFire chip name to core variant. 2545*ed8eb4c2Schristos 2546*ed8eb4c2Schristos2004-04-22 Peter Barada <peter@the-baradas.com> 2547*ed8eb4c2Schristos 2548*ed8eb4c2Schristos * m68k.h: Add mcfmac/mcfemac definitions. Update operand 2549*ed8eb4c2Schristos descriptions for new EMAC cases. 2550*ed8eb4c2Schristos Remove ColdFire macmw/macml/msacmw/msacmw hacks and properly 2551*ed8eb4c2Schristos handle Motorola MAC syntax. 2552*ed8eb4c2Schristos Allow disassembly of ColdFire V4e object files. 2553*ed8eb4c2Schristos 2554*ed8eb4c2Schristos2004-03-16 Alan Modra <amodra@bigpond.net.au> 2555*ed8eb4c2Schristos 2556*ed8eb4c2Schristos * ppc.h (PPC_OPERAND_GPR_0): Define. Bump other operand defines. 2557*ed8eb4c2Schristos 2558*ed8eb4c2Schristos2004-03-12 Jakub Jelinek <jakub@redhat.com> 2559*ed8eb4c2Schristos 2560*ed8eb4c2Schristos * i386.h (i386_optab): Remove CpuNo64 from sysenter and sysexit. 2561*ed8eb4c2Schristos 2562*ed8eb4c2Schristos2004-03-12 Michal Ludvig <mludvig@suse.cz> 2563*ed8eb4c2Schristos 2564*ed8eb4c2Schristos * i386.h (i386_optab): Added xstore as an alias for xstorerng. 2565*ed8eb4c2Schristos 2566*ed8eb4c2Schristos2004-03-12 Michal Ludvig <mludvig@suse.cz> 2567*ed8eb4c2Schristos 2568*ed8eb4c2Schristos * i386.h (i386_optab): Added xstore/xcrypt insns. 2569*ed8eb4c2Schristos 2570*ed8eb4c2Schristos2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com> 2571*ed8eb4c2Schristos 2572*ed8eb4c2Schristos * h8300.h (32bit ldc/stc): Add relaxing support. 2573*ed8eb4c2Schristos 2574*ed8eb4c2Schristos2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com> 2575*ed8eb4c2Schristos 2576*ed8eb4c2Schristos * h8300.h (BITOP): Pass MEMRELAX flag. 2577*ed8eb4c2Schristos 2578*ed8eb4c2Schristos2004-01-09 Anil Paranjpe <anilp1@KPITCummins.com> 2579*ed8eb4c2Schristos 2580*ed8eb4c2Schristos * h8300.h (BITOP): Dissallow operations on @aa:16 and @aa:32 2581*ed8eb4c2Schristos except for the H8S. 2582*ed8eb4c2Schristos 2583*ed8eb4c2SchristosFor older changes see ChangeLog-9103 2584*ed8eb4c2Schristos 2585*ed8eb4c2SchristosCopyright (C) 2004-2015 Free Software Foundation, Inc. 2586*ed8eb4c2Schristos 2587*ed8eb4c2SchristosCopying and distribution of this file, with or without modification, 2588*ed8eb4c2Schristosare permitted in any medium without royalty provided the copyright 2589*ed8eb4c2Schristosnotice and this notice are preserved. 2590*ed8eb4c2Schristos 2591*ed8eb4c2SchristosLocal Variables: 2592*ed8eb4c2Schristosmode: change-log 2593*ed8eb4c2Schristosleft-margin: 8 2594*ed8eb4c2Schristosfill-column: 74 2595*ed8eb4c2Schristosversion-control: never 2596*ed8eb4c2SchristosEnd: 2597