1 2012-02-25 Walter Lee <walt@tilera.com>
3 * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
4 * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
7 2012-02-21 H.J. Lu <hongjiu.lu@intel.com>
9 * i386-opc.h (HLEPrefixNone): New.
10 (HLEPrefixLock): Likewise.
11 (HLEPrefixAny): Likewise.
12 (HLEPrefixRelease): Likewise.
14 2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
16 * i386-dis.c (HLE_Fixup1): New.
17 (HLE_Fixup2): Likewise.
18 (HLE_Fixup3): Likewise.
25 (MOD_C6_REG_7): Likewise.
26 (MOD_C7_REG_7): Likewise.
27 (RM_C6_REG_7): Likewise.
28 (RM_C7_REG_7): Likewise.
29 (XACQUIRE_PREFIX): Likewise.
30 (XRELEASE_PREFIX): Likewise.
31 (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
32 cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
33 Ebh2/Evh2 on xchg. Use Ebh3/Evh3 on mov.
34 (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
35 not, or, sbb, sub and xor. Use Ebh3/Evh3 on mov. Use
36 MOD_C6_REG_7 and MOD_C7_REG_7.
37 (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
38 (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7. Add xend and
40 (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
41 (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
43 * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
45 (cpu_flags): Add CpuHLE and CpuRTM.
46 (opcode_modifiers): Add HLEPrefixOk.
48 * i386-opc.h (CpuHLE): New.
50 (HLEPrefixOk): Likewise.
51 (i386_cpu_flags): Add cpuhle and cpurtm.
52 (i386_opcode_modifier): Add hleprefixok.
54 * i386-opc.tbl: Add HLEPrefixOk=3 to mov. Add HLEPrefixOk to
55 add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
56 sbb, sub, xor and xadd. Add HLEPrefixOk=2 to xchg with memory
57 operand. Add xacquire, xrelease, xabort, xbegin, xend and
59 * i386-init.h: Regenerated.
60 * i386-tbl.h: Likewise.
62 2012-01-24 DJ Delorie <dj@redhat.com>
64 * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
65 * rl78-decode.c: Regenerate.
67 2012-01-17 James Murray <jsm@jsm-net.demon.co.uk>
70 * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
72 2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
74 * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
75 register and move them after pmove with PSR/PCSR register.
77 2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
79 * i386-dis.c (mod_table): Add vmfunc.
81 * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
82 (cpu_flags): CpuVMFUNC.
84 * i386-opc.h (CpuVMFUNC): New.
85 (i386_cpu_flags): Add cpuvmfunc.
87 * i386-opc.tbl: Add vmfunc.
88 * i386-init.h: Regenerated.
89 * i386-tbl.h: Likewise.
91 For older changes see ChangeLog-2011
97 version-control: never