This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add XOP support for upcoming AMD Orochi processor


On Wed, Nov 18, 2009 at 12:11 PM, Sebastian Pop <sebpop@gmail.com> wrote:
> Hi,
>
> I was asked to remove for now the support for the CVT16 instructions
> from binutils, and the attached patch does this.
>
> 2009-11-18 ?Sebastian Pop ?<sebastian.pop@amd.com>
>
> ? ? ? ?gas/
> ? ? ? ?* config/tc-i386.c (cpu_arch): Remove cvt16.
> ? ? ? ?(md_show_usage): Same.
> ? ? ? ?* doc/c-i386.texi: Same.
>
> ? ? ? ?gas/testsuite/
> ? ? ? ?* gas/i386/cvt16.d: Removed.
> ? ? ? ?* gas/i386/cvt16.s: Removed.
> ? ? ? ?* gas/i386/x86-64-cvt16.d: Removed.
> ? ? ? ?* gas/i386/x86-64-cvt16.s: Removed.
> ? ? ? ?* gas/i386/i386.exp: Remove cvt16 and x86-64-cvt16 tests.
>
> ? ? ? ?opcodes/
> ? ? ? ?* i386-dis.c (VEX_LEN_XOP_08_A0): Removed.
> ? ? ? ?(VEX_LEN_XOP_08_A1): Removed.
> ? ? ? ?(xop_table): Remove entries for VEX_LEN_XOP_08_A0 and
> ? ? ? ?VEX_LEN_XOP_08_A1.
> ? ? ? ?(vex_len_table): Same.
> ? ? ? ?* i386-gen.c (CPU_CVT16_FLAGS): Removed.
> ? ? ? ?(cpu_flags): Remove field for CpuCVT16.
> ? ? ? ?* i386-opc.h (CpuCVT16): Removed.
> ? ? ? ?(i386_cpu_flags): Remove bitfield cpucvt16.
> ? ? ? ?(i386-opc.tbl): Remove CVT16 instructions.
>
> Tested on x86-64-linux with make -k check.
> Ok to commit?
>

OK. Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]