Changeset View
Changeset View
Standalone View
Standalone View
lib/Target/ARM/ARM.td
Show First 20 Lines • Show All 993 Lines • ▼ Show 20 Lines | |||||
def : ProcNoItin<"kryo", [ARMv8a, ProcKryo, | def : ProcNoItin<"kryo", [ARMv8a, ProcKryo, | ||||
FeatureHWDivThumb, | FeatureHWDivThumb, | ||||
FeatureHWDivARM, | FeatureHWDivARM, | ||||
FeatureCrypto, | FeatureCrypto, | ||||
FeatureCRC]>; | FeatureCRC]>; | ||||
def : ProcessorModel<"cortex-r52", CortexR52Model, [ARMv8r, ProcR52, | def : ProcessorModel<"cortex-r52", CortexR52Model, [ARMv8r, ProcR52, | ||||
FeatureUseMISched, | |||||
FeatureFPAO]>; | FeatureFPAO]>; | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// Register File Description | // Register File Description | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
include "ARMRegisterInfo.td" | include "ARMRegisterInfo.td" | ||||
include "ARMRegisterBanks.td" | include "ARMRegisterBanks.td" | ||||
Show All 38 Lines |