mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +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)",
|
||||
[FeatureStdExtV]>;
|
||||
def HasStdExtZvlsseg : Predicate<"Subtarget->hasStdExtZvlsseg()">,
|
||||
AssemblerPredicate<(all_of FeatureStdExtZvlsseg),
|
||||
"'Zvlsseg' (Vector segment load/store instructions)">;
|
||||
AssemblerPredicate<(all_of FeatureStdExtZvlsseg),
|
||||
"'Zvlsseg' (Vector segment load/store instructions)">;
|
||||
|
||||
def FeatureExtZvamo
|
||||
: SubtargetFeature<"experimental-zvamo", "HasStdExtZvamo", "true",
|
||||
"'Zvamo'(Vector AMO Operations)",
|
||||
"'Zvamo' (Vector AMO Operations)",
|
||||
[FeatureStdExtV]>;
|
||||
def HasStdExtZvamo : Predicate<"Subtarget->hasStdExtZvamo()">,
|
||||
AssemblerPredicate<(all_of FeatureExtZvamo),
|
||||
"'Zvamo'(Vector AMO Operations)">;
|
||||
AssemblerPredicate<(all_of FeatureExtZvamo),
|
||||
"'Zvamo' (Vector AMO Operations)">;
|
||||
|
||||
def Feature64Bit
|
||||
: SubtargetFeature<"64bit", "HasRV64", "true", "Implements RV64">;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user