mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[RISCV][NFC] Fix formatting
This commit is contained in:
parent
00f53956b9
commit
c850cfde51
@ -178,15 +178,16 @@ def FeatureStdExtZvlsseg
|
|||||||
"'Zvlsseg' (Vector segment load/store instructions)",
|
"'Zvlsseg' (Vector segment load/store instructions)",
|
||||||
[FeatureStdExtV]>;
|
[FeatureStdExtV]>;
|
||||||
def HasStdExtZvlsseg : Predicate<"Subtarget->hasStdExtZvlsseg()">,
|
def HasStdExtZvlsseg : Predicate<"Subtarget->hasStdExtZvlsseg()">,
|
||||||
AssemblerPredicate<(all_of FeatureStdExtZvlsseg),
|
AssemblerPredicate<(all_of FeatureStdExtZvlsseg),
|
||||||
"'Zvlsseg' (Vector segment load/store instructions)">;
|
"'Zvlsseg' (Vector segment load/store instructions)">;
|
||||||
|
|
||||||
def FeatureExtZvamo
|
def FeatureExtZvamo
|
||||||
: SubtargetFeature<"experimental-zvamo", "HasStdExtZvamo", "true",
|
: SubtargetFeature<"experimental-zvamo", "HasStdExtZvamo", "true",
|
||||||
"'Zvamo'(Vector AMO Operations)",
|
"'Zvamo' (Vector AMO Operations)",
|
||||||
[FeatureStdExtV]>;
|
[FeatureStdExtV]>;
|
||||||
def HasStdExtZvamo : Predicate<"Subtarget->hasStdExtZvamo()">,
|
def HasStdExtZvamo : Predicate<"Subtarget->hasStdExtZvamo()">,
|
||||||
AssemblerPredicate<(all_of FeatureExtZvamo),
|
AssemblerPredicate<(all_of FeatureExtZvamo),
|
||||||
"'Zvamo'(Vector AMO Operations)">;
|
"'Zvamo' (Vector AMO Operations)">;
|
||||||
|
|
||||||
def Feature64Bit
|
def Feature64Bit
|
||||||
: SubtargetFeature<"64bit", "HasRV64", "true", "Implements RV64">;
|
: SubtargetFeature<"64bit", "HasRV64", "true", "Implements RV64">;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user