File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -200,14 +200,6 @@ def HasStdExtD : Predicate<"Subtarget->hasStdExtD()">,
200
200
AssemblerPredicate<(all_of FeatureStdExtD),
201
201
"'D' (Double-Precision Floating-Point)">;
202
202
203
- def FeatureStdExtH
204
- : SubtargetFeature<"h", "HasStdExtH", "true",
205
- "'H' (Hypervisor)">;
206
-
207
- def HasStdExtH : Predicate<"Subtarget->hasStdExtH()">,
208
- AssemblerPredicate<(all_of FeatureStdExtH),
209
- "'H' (Hypervisor)">;
210
-
211
203
def FeatureStdExtZfhmin
212
204
: SubtargetFeature<"zfhmin", "HasStdExtZfhmin", "true",
213
205
"'Zfhmin' (Half-Precision Floating-Point Minimal)",
@@ -747,6 +739,16 @@ def HasVInstructionsF64 : Predicate<"Subtarget->hasVInstructionsF64()">;
747
739
748
740
def HasVInstructionsFullMultiply : Predicate<"Subtarget->hasVInstructionsFullMultiply()">;
749
741
742
+ // Hypervisor Extensions
743
+
744
+ def FeatureStdExtH
745
+ : SubtargetFeature<"h", "HasStdExtH", "true",
746
+ "'H' (Hypervisor)">;
747
+
748
+ def HasStdExtH : Predicate<"Subtarget->hasStdExtH()">,
749
+ AssemblerPredicate<(all_of FeatureStdExtH),
750
+ "'H' (Hypervisor)">;
751
+
750
752
// Supervisor extensions
751
753
752
754
def FeatureStdExtSmaia
You can’t perform that action at this time.
0 commit comments