summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-06-15 04:42:54 +0000
committerCraig Topper <craig.topper@intel.com>2018-06-15 04:42:54 +0000
commitf43807dd89da69e93acc2a05ffab1bee3e95f760 (patch)
treea940e95c74551b7b316adf4c594615a422e3c05c /llvm/utils/TableGen
parent9745a0adb21fc732a4afead343c1e791cce85b14 (diff)
downloadbcm5719-llvm-f43807dd89da69e93acc2a05ffab1bee3e95f760.tar.gz
bcm5719-llvm-f43807dd89da69e93acc2a05ffab1bee3e95f760.zip
[X86] Add 'Z' to the internal names of various EVEX instructions for overall consistency.
llvm-svn: 334785
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r--llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp b/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
index 889cf819280..20637cb8df0 100644
--- a/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
+++ b/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
@@ -172,14 +172,14 @@ void X86EVEX2VEXTablesEmitter::printTable(const std::vector<Entry> &Table,
{"VRNDSCALEPDZ256rmi", "VROUNDPDYm", false},
{"VRNDSCALEPSZ256rri", "VROUNDPSYr", false},
{"VRNDSCALEPSZ256rmi", "VROUNDPSYm", false},
- {"VRNDSCALESDr", "VROUNDSDr", true},
- {"VRNDSCALESDm", "VROUNDSDm", true},
- {"VRNDSCALESSr", "VROUNDSSr", true},
- {"VRNDSCALESSm", "VROUNDSSm", true},
- {"VRNDSCALESDr_Int", "VROUNDSDr_Int", true},
- {"VRNDSCALESDm_Int", "VROUNDSDm_Int", true},
- {"VRNDSCALESSr_Int", "VROUNDSSr_Int", true},
- {"VRNDSCALESSm_Int", "VROUNDSSm_Int", true},
+ {"VRNDSCALESDZr", "VROUNDSDr", true},
+ {"VRNDSCALESDZm", "VROUNDSDm", true},
+ {"VRNDSCALESSZr", "VROUNDSSr", true},
+ {"VRNDSCALESSZm", "VROUNDSSm", true},
+ {"VRNDSCALESDZr_Int", "VROUNDSDr_Int", true},
+ {"VRNDSCALESDZm_Int", "VROUNDSDm_Int", true},
+ {"VRNDSCALESSZr_Int", "VROUNDSSr_Int", true},
+ {"VRNDSCALESSZm_Int", "VROUNDSSm_Int", true},
};
// Print the manually added entries
OpenPOWER on IntegriCloud