mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
ARMv7a has the PKH instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
734a67cda5
commit
21a05e7017
@ -63,8 +63,8 @@ std::string ARM_MC::ParseARMTriple(StringRef TT) {
|
||||
// FeatureT2XtPk
|
||||
ARMArchFeature = "+v7,+noarm,+db,+hwdiv,+t2dsp,t2xtpk";
|
||||
} else
|
||||
// v7a: FeatureNEON, FeatureDB, FeatureDSPThumb2
|
||||
ARMArchFeature = "+v7,+neon,+db,+t2dsp";
|
||||
// v7a: FeatureNEON, FeatureDB, FeatureDSPThumb2, FeatureT2XtPk
|
||||
ARMArchFeature = "+v7,+neon,+db,+t2dsp,+t2xtpk";
|
||||
} else if (SubVer == '6') {
|
||||
if (Len >= Idx+3 && TT[Idx+1] == 't' && TT[Idx+2] == '2')
|
||||
ARMArchFeature = "+v6t2";
|
||||
|
Loading…
x
Reference in New Issue
Block a user