mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
rearrange things a bit so that instructions can use subtarget features in the
future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f690e6f3f6
commit
c8d28890f6
@ -15,16 +15,6 @@
|
||||
//
|
||||
include "../Target.td"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Register File Description
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "PPCRegisterInfo.td"
|
||||
include "PPCSchedule.td"
|
||||
include "PPCInstrInfo.td"
|
||||
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PowerPC Subtarget features.
|
||||
//
|
||||
@ -41,7 +31,15 @@ def FeatureFSqrt : SubtargetFeature<"fsqrt",
|
||||
"Enable the fsqrt instruction">;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PowerPC chips sets supported.
|
||||
// Register File Description
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "PPCRegisterInfo.td"
|
||||
include "PPCSchedule.td"
|
||||
include "PPCInstrInfo.td"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PowerPC processors supported.
|
||||
//
|
||||
|
||||
def : Processor<"generic", G3Itineraries, []>;
|
||||
|
Loading…
Reference in New Issue
Block a user