mirror of
https://github.com/RPCSX/xed.git
synced 2024-11-23 11:39:40 +00:00
move AMD chips to separate file.
* improves isa & chip enums when building --no-amd Change-Id: I2d302595e540775b591f65d2429e35aa50c89f71 (cherry picked from commit 351e20aeeb9918d991ab1bea7f222057588d6a44)
This commit is contained in:
parent
41af24538a
commit
7b896a887c
@ -1,6 +1,6 @@
|
||||
#BEGIN_LEGAL
|
||||
#
|
||||
#Copyright (c) 2016 Intel Corporation
|
||||
#Copyright (c) 2017 Intel Corporation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@ -31,3 +31,5 @@ dec-instructions : xed-amd-sse4a.txt
|
||||
|
||||
enc-instructions : xed-amd-clzero.txt
|
||||
dec-instructions : xed-amd-clzero.txt
|
||||
|
||||
chip-models : xed-amd-chips.txt
|
||||
|
20
datafiles/xed-amd-chips.txt
Normal file
20
datafiles/xed-amd-chips.txt
Normal file
@ -0,0 +1,20 @@
|
||||
#BEGIN_LEGAL
|
||||
#
|
||||
#Copyright (c) 2017 Intel Corporation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
#END_LEGAL
|
||||
|
||||
# AMD CHIPS???
|
||||
AMD: SVM SSE4A 3DNOW AMD PREFETCH_NOP PREFETCHW XOP TBM FMA4 CLZERO
|
@ -1,6 +1,6 @@
|
||||
#BEGIN_LEGAL
|
||||
#
|
||||
#Copyright (c) 2016 Intel Corporation
|
||||
#Copyright (c) 2017 Intel Corporation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@ -96,6 +96,4 @@ SALTWELL: ALL_OF(BONNELL)
|
||||
SILVERMONT: ALL_OF(WESTMERE) MOVBE RDRAND
|
||||
|
||||
|
||||
# AMD CHIPS???
|
||||
AMD: SVM SSE4A 3DNOW AMD PREFETCH_NOP PREFETCHW XOP TBM FMA4 CLZERO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user