Line 1... |
Line 1... |
|
2009-10-02 Peter Bergner
|
|
|
|
* ppc.h (PPC_OPCODE_476): Define.
|
|
|
|
2009-10-01 Peter Bergner
|
|
|
|
* ppc.h (PPC_OPCODE_A2): Rename from PPC_OPCODE_PPCA2.
|
|
|
|
2009-09-22 Peter Bergner
|
|
|
|
* ppc.h (ppc_cpu_t): Typedef to uint64_t.
|
|
|
|
2009-09-21 Ben Elliston
|
|
|
|
* ppc.h (PPC_OPCODE_PPCA2): New.
|
|
|
|
2009-09-05 Martin Thuresson
|
|
|
|
* ia64.h (struct ia64_operand): Renamed member class to op_class.
|
|
|
|
2009-08-29 Martin Thuresson
|
|
|
|
* tic30.h (template): Rename type template to
|
|
insn_template. Updated code to use new name.
|
|
* tic54x.h (template): Rename type template to
|
|
insn_template.
|
|
|
|
2009-08-20 Nick Hudson
|
|
|
|
* hppa.h (pa_opcodes): Add a pa10 bb without FLAG_STRICT.
|
|
|
|
2009-06-11 Anthony Green
|
|
|
|
* moxie.h (MOXIE_F3_PCREL): Define.
|
|
(moxie_form3_opc_info): Grow.
|
|
|
|
2009-06-06 Anthony Green
|
|
|
|
* moxie.h (MOXIE_F1_M): Define.
|
|
|
|
2009-04-15 Anthony Green
|
|
|
|
* moxie.h: Created.
|
|
|
|
2009-04-06 DJ Delorie
|
|
|
|
* h8300.h: Add relaxation attributes to MOVA opcodes.
|
|
|
|
2009-03-10 Alan Modra
|
|
|
|
* ppc.h (ppc_parse_cpu): Declare.
|
|
|
|
2009-03-02 Qinwei
|
|
|
|
* score-inst.h (score_insn_type, score_data_type): Add Ra_I9_I5
|
|
and _IMM11 for mbitclr and mbitset.
|
|
* score-datadep.h: Update dependency information.
|
|
|
|
2009-02-26 Peter Bergner
|
|
|
|
* ppc.h (PPC_OPCODE_POWER7): New.
|
|
|
|
2009-02-06 Doug Evans
|
|
|
|
* i386.h: Add comment regarding sse* insns and prefixes.
|
|
|
|
2009-02-03 Sandip Matte
|
|
|
|
* mips.h (INSN_XLR): Define.
|
|
(INSN_CHIP_MASK): Update.
|
|
(CPU_XLR): Define.
|
|
(OPCODE_IS_MEMBER): Update.
|
|
(M_MSGSND, M_MSGLD, M_MSGLD_T, M_MSGWAIT, M_MSGWAIT_T): Define.
|
|
|
|
2009-01-28 Doug Evans
|
|
|
|
* opcode/i386.h: Add multiple inclusion protection.
|
|
(EAX_REG_NUM,ECX_REG_NUM,EDX_REGNUM,EBX_REG_NUM,ESI_REG_NUM)
|
|
(EDI_REG_NUM): New macros.
|
|
(MODRM_MOD_FIELD,MODRM_REG_FIELD,MODRM_RM_FIELD): New macros.
|
|
(SIB_SCALE_FIELD,SIB_INDEX_FIELD,SIB_BASE_FIELD): New macros.
|
|
(REX_PREFIX_P): New macro.
|
|
|
|
2009-01-09 Peter Bergner
|
|
|
|
* ppc.h (struct powerpc_opcode): New field "deprecated".
|
|
(PPC_OPCODE_NOPOWER4): Delete.
|
|
|
|
2008-11-28 Joshua Kinard
|
|
|
|
* mips.h: Define CPU_R14000, CPU_R16000.
|
|
(OPCODE_IS_MEMBER): Include R14000, R16000 in test.
|
|
|
|
2008-11-18 Catherine Moore
|
|
|
|
* arm.h (FPU_NEON_FP16): New.
|
|
(FPU_ARCH_NEON_FP16): New.
|
|
|
|
2008-11-06 Chao-ying Fu
|
|
|
|
* mips.h: Doucument '1' for 5-bit sync type.
|
|
|
|
2008-08-28 H.J. Lu
|
|
|
|
* ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update
|
|
IA64_RS_CR.
|
|
|
|
2008-08-01 Peter Bergner
|
|
|
|
* ppc.h (PPC_OPCODE_VSX, PPC_OPERAND_VSR): New.
|
|
|
|
2008-07-30 Michael J. Eager
|
|
|
|
* ppc.h (PPC_OPCODE_405): Define.
|
|
(PPC_OPERAND_FSL, PPC_OPERAND_FCR, PPC_OPERAND_UDI): Define.
|
|
|
|
2008-06-13 Peter Bergner
|
|
|
|
* ppc.h (ppc_cpu_t): New typedef.
|
|
(struct powerpc_opcode ): Use it.
|
|
(struct powerpc_operand ): Likewise.
|
|
(struct powerpc_macro ): Likewise.
|
|
|
|
2008-06-12 Adam Nemet
|
|
|
|
* mips.h: Document new field descriptors +x, +X, +p, +P, +s, +S.
|
|
Update comment before MIPS16 field descriptors to mention MIPS16.
|
|
(OP_SH_BBITIND, OP_MASK_BBITIND): New bit mask and shift count for
|
|
BBIT.
|
|
(OP_SH_CINSPOS, OP_MASK_CINSPOS, OP_SH_CINSLM1, OP_MASK_CINSLM1):
|
|
New bit masks and shift counts for cins and exts.
|
|
|
|
* mips.h: Document new field descriptors +Q.
|
|
(OP_SH_SEQI, OP_MASK_SEQI): New bit mask and shift count for SEQI.
|
|
|
|
2008-04-28 Adam Nemet
|
|
|
|
* mips.h (INSN_MACRO): Move it up to the the pinfo macros.
|
|
(INSN2_M_FP_S, INSN2_M_FP_D): New pinfo2 macros.
|
|
|
|
2008-04-14 Edmar Wienskoski
|
|
|
|
* ppc.h: (PPC_OPCODE_E500MC): New.
|
|
|
|
2008-04-03 H.J. Lu
|
|
|
|
* i386.h (MAX_OPERANDS): Set to 5.
|
|
(MAX_MNEM_SIZE): Changed to 20.
|
|
|
|
2008-03-28 Eric B. Weddington
|
|
|
|
* avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167.
|
|
|
|
2008-03-09 Paul Brook
|
|
|
|
* arm.h (FPU_VFP_EXT_D32, FPU_VFP_V3D16, FPU_ARCH_VFP_V3D16): Define.
|
|
|
|
2008-03-04 Paul Brook
|
|
|
|
* arm.h (ARM_EXT_V6M, ARM_EXT_BARRIER, ARM_EXT_THUMB_MSR): Define.
|
|
(ARM_AEXT_V6T2, ARM_AEXT_V7_ARM, ARM_AEXT_V7M): Use new flags.
|
|
(ARM_AEXT_V6M, ARM_ARCH_V6M): Define.
|
|
|
|
2008-02-27 Denis Vlasenko
|
|
Nick Clifton
|
|
|
|
PR 3134
|
|
* h8300.h (h8_opcodes): Add an encoding for a mov.l instruction
|
|
with a 32-bit displacement but without the top bit of the 4th byte
|
|
set.
|
|
|
2008-02-18 M R Swami Reddy
|
2008-02-18 M R Swami Reddy
|
|
|
* cr16.h (cr16_num_optab): Declared.
|
* cr16.h (cr16_num_optab): Declared.
|
|
|
2008-02-14 Hakan Ardo
|
2008-02-14 Hakan Ardo
|
Line 13... |
Line 184... |
(INSN_CHIP_MASK): New macro.
|
(INSN_CHIP_MASK): New macro.
|
(INSN_OCTEON): New macro.
|
(INSN_OCTEON): New macro.
|
(CPU_OCTEON): New macro.
|
(CPU_OCTEON): New macro.
|
(OPCODE_IS_MEMBER): Handle Octeon instructions.
|
(OPCODE_IS_MEMBER): Handle Octeon instructions.
|
|
|
|
2008-01-23 Eric B. Weddington
|
|
|
|
* avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
|
|
|
|
2008-01-03 Eric B. Weddington
|
|
|
|
* avr.h (AVR_ISA_USB162): Add new opcode set.
|
|
(AVR_ISA_AVR3): Likewise.
|
|
|
2007-11-29 Mark Shinwell
|
2007-11-29 Mark Shinwell
|
|
|
* mips.h (INSN_LOONGSON_2E): New.
|
* mips.h (INSN_LOONGSON_2E): New.
|
(INSN_LOONGSON_2F): New.
|
(INSN_LOONGSON_2F): New.
|
(CPU_LOONGSON_2E): New.
|
(CPU_LOONGSON_2E): New.
|
Line 336... |
Line 516... |
* hppa.h (FLAG_STRICT): Revise comment.
|
* hppa.h (FLAG_STRICT): Revise comment.
|
(pa_opcode): Revise ordering rules. Add/move strict pa10 variants
|
(pa_opcode): Revise ordering rules. Add/move strict pa10 variants
|
before corresponding pa11 opcodes. Add strict pa10 register-immediate
|
before corresponding pa11 opcodes. Add strict pa10 register-immediate
|
entries for "fdc".
|
entries for "fdc".
|
|
|
|
2005-09-30 Catherine Moore
|
|
|
|
* bfin.h: New file.
|
|
|
2005-09-24 John David Anglin
|
2005-09-24 John David Anglin
|
|
|
* hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.
|
* hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.
|
|
|
2005-09-06 Chao-ying Fu
|
2005-09-06 Chao-ying Fu
|