c7532693f2
2009-01-12 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/opts.s: Add tests for add, adc, and, cmp, or, sbb, sub and xor. * gas/i386/x86-64-opts.s: Likewise. * gas/i386/opts.d: Updated. * gas/i386/opts-intel.d: Likewise. * gas/i386/x86-64-opts.d: Likewise. * gas/i386/x86-64-opts-intel.d: Likewise. opcodes/ 2009-01-12 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB, subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS, subS, xorS and cmpS.
150 lines
4.5 KiB
Text
150 lines
4.5 KiB
Text
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
|
||
subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
|
||
subS, xorS and cmpS.
|
||
|
||
2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
|
||
CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
|
||
CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
|
||
(cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
|
||
and CpuSYSCALL.
|
||
(lineno): Removed.
|
||
(set_bitfield): Take an argument, lineno. Don't report lineno
|
||
on error if it is -1.
|
||
(process_i386_cpu_flag): Take an argument, lineno.
|
||
(process_i386_opcode_modifier): Likewise.
|
||
(process_i386_operand_type): Likewise.
|
||
(output_i386_opcode): Likewise.
|
||
(opcode_hash_entry): Add lineno.
|
||
(process_i386_opcodes): Updated.
|
||
(process_i386_registers): Likewise.
|
||
(process_i386_initializers): Likewise.
|
||
|
||
* i386-opc.h (CpuP4): Removed.
|
||
(CpuK6): Likewise.
|
||
(CpuK8): Likewise.
|
||
(CpuClflush): New.
|
||
(CpuSYSCALL): Likewise.
|
||
(CpuMMX): Updated.
|
||
(i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
|
||
cpuclflush and cpusyscall.
|
||
|
||
* i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
|
||
syscall and sysret.
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
|
||
and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
|
||
(cpu_flags): Add CpuRdtscp.
|
||
(set_bitfield): Remove CpuSledgehammer check.
|
||
|
||
* i386-opc.h (CpuRdtscp): New.
|
||
(CpuLM): Updated.
|
||
(i386_cpu_flags): Add cpurdtscp.
|
||
|
||
* i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* ppc-opc.c (PPCNONE): Define.
|
||
(NOPOWER4): Delete.
|
||
(powerpc_opcodes): Initialize the new "deprecated" field.
|
||
|
||
2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* i386-dis.c (VEX_LEN_2B_M_0): Removed.
|
||
(VEX_LEN_E7_P_2_M_0): Likewise.
|
||
(VEX_LEN_2C_P_1): Updated.
|
||
(VEX_LEN_E8_P_2): Likewise.
|
||
(vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
|
||
(mod_table): Likewise.
|
||
|
||
* i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (process_copyright): Update for 2009.
|
||
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* i386-dis.c (OP_VEX_FMA): Removed.
|
||
(OP_EX_VexW): Likewise.
|
||
(OP_EX_VexImmW): Likewise.
|
||
(OP_XMM_VexW): Likewise.
|
||
(VEXI4_Fixup): Likewise.
|
||
(VPERMIL2_Fixup): Likewise.
|
||
(VexI4): Likewise.
|
||
(VexFMA): Likewise.
|
||
(Vex128FMA): Likewise.
|
||
(EXVexW): Likewise.
|
||
(EXdVexW): Likewise.
|
||
(EXqVexW): Likewise.
|
||
(EXVexImmW): Likewise.
|
||
(XMVexW): Likewise.
|
||
(VPERMIL2): Likewise.
|
||
(PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
|
||
(PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
|
||
(PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
|
||
(PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
|
||
(VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
|
||
(VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
|
||
(get_vex_imm8): Likewise.
|
||
(OP_EX_VexReg): Likewise.
|
||
vpermil2_op): Likewise.
|
||
(EXVexWdq): New.
|
||
(vex_w_dq_mode): Likewise.
|
||
(PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
|
||
(PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
|
||
(PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
|
||
(es_reg): Updated.
|
||
(PREFIX_VEX_38DB): Likewise.
|
||
(PREFIX_VEX_3A4A): Likewise.
|
||
(PREFIX_VEX_3A60): Likewise.
|
||
(PREFIX_VEX_3ADF): Likewise.
|
||
(VEX_LEN_3ADF_P_2): Likewise.
|
||
(prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
|
||
PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
|
||
PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
|
||
PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
|
||
PREFIX_VEX_3896...PREFIX_VEX_389F,
|
||
PREFIX_VEX_38A6...PREFIX_VEX_38AF and
|
||
PREFIX_VEX_38B6...PREFIX_VEX_38BF.
|
||
(vex_table): Likewise.
|
||
(vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
|
||
and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
|
||
(putop): Support "%XW".
|
||
(intel_operand_size): Handle vex_w_dq_mode.
|
||
|
||
* i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
|
||
|
||
* i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
|
||
instructions. Add new FMA instructions.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2009-01-02 Matthias Klose <doko@ubuntu.com>
|
||
|
||
* or32-opc.c (or32_print_register, or32_print_immediate,
|
||
disassemble_insn): Don't rely on undefined sprintf behaviour.
|
||
|
||
For older changes see ChangeLog-2008
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|