summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/Hexagon.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Hexagon/Hexagon.td')
-rw-r--r--lib/Target/Hexagon/Hexagon.td24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/Target/Hexagon/Hexagon.td b/lib/Target/Hexagon/Hexagon.td
index 9b3a64316a..af1c56b8b1 100644
--- a/lib/Target/Hexagon/Hexagon.td
+++ b/lib/Target/Hexagon/Hexagon.td
@@ -84,30 +84,6 @@ def getPredOpcode : InstrMapping {
}
//===----------------------------------------------------------------------===//
-// Generate mapping table to relate predicate-true instructions with their
-// predicate-false forms
-//
-def getFalsePredOpcode : InstrMapping {
- let FilterClass = "PredRel";
- let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken"];
- let ColFields = ["PredSense"];
- let KeyCol = ["true"];
- let ValueCols = [["false"]];
-}
-
-//===----------------------------------------------------------------------===//
-// Generate mapping table to relate predicate-false instructions with their
-// predicate-true forms
-//
-def getTruePredOpcode : InstrMapping {
- let FilterClass = "PredRel";
- let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken"];
- let ColFields = ["PredSense"];
- let KeyCol = ["false"];
- let ValueCols = [["true"]];
-}
-
-//===----------------------------------------------------------------------===//
// Generate mapping table to relate predicated instructions with their .new
// format.
//