mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +00:00
Renamed files:
* PowerPCReg.td => PowerPCRegisterinfo.td * PowerPCInstrs.td => PowerPCInstrInfo.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de0ceb58ba
commit
8c02c1cbb8
@ -16,31 +16,31 @@ $(SourceDepend): PowerPCGenRegisterInfo.h.inc PowerPCGenRegisterNames.inc \
|
||||
PowerPCGenInstrInfo.inc
|
||||
|
||||
PowerPCGenRegisterNames.inc:: $(SourceDir)/PowerPC.td \
|
||||
$(SourceDir)/PowerPCReg.td \
|
||||
$(SourceDir)/PowerPCRegisterInfo.td \
|
||||
$(SourceDir)/../Target.td $(TBLGEN)
|
||||
@echo "Building PowerPC.td register names with tblgen"
|
||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-enums -o $@
|
||||
|
||||
PowerPCGenRegisterInfo.h.inc:: $(SourceDir)/PowerPC.td \
|
||||
$(SourceDir)/PowerPCReg.td \
|
||||
$(SourceDir)/PowerPCRegisterInfo.td \
|
||||
$(SourceDir)/../Target.td $(TBLGEN)
|
||||
@echo "Building PowerPC.td register information header with tblgen"
|
||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-desc-header -o $@
|
||||
|
||||
PowerPCGenRegisterInfo.inc:: $(SourceDir)/PowerPC.td \
|
||||
$(SourceDir)/PowerPCReg.td \
|
||||
$(SourceDir)/PowerPCRegisterInfo.td \
|
||||
$(SourceDir)/../Target.td $(TBLGEN)
|
||||
@echo "Building PowerPC.td register information implementation with tblgen"
|
||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-register-desc -o $@
|
||||
|
||||
PowerPCGenInstrNames.inc:: $(SourceDir)/PowerPC.td \
|
||||
$(SourceDir)/PowerPCInstrs.td \
|
||||
$(SourceDir)/PowerPCInstrInfo.td \
|
||||
$(SourceDir)/../Target.td $(TBLGEN)
|
||||
@echo "Building PowerPC.td instruction names with tblgen"
|
||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-enums -o $@
|
||||
|
||||
PowerPCGenInstrInfo.inc:: $(SourceDir)/PowerPC.td \
|
||||
$(SourceDir)/PowerPCInstrs.td \
|
||||
$(SourceDir)/PowerPCInstrInfo.td \
|
||||
$(SourceDir)/../Target.td $(TBLGEN)
|
||||
@echo "Building PowerPC.td instruction information with tblgen"
|
||||
$(VERB) $(TBLGEN) -I $(BUILD_SRC_DIR) $< -gen-instr-desc -o $@
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- PowerPCInstrInfo.td - Describe the PowerPC Instruction Set -*- C++ -*-=//
|
||||
//===- PowerPCInstrInfo.td - The PowerPC Instruction Set -----*- tablegen -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- PowerPCReg.td - Describe the PowerPC Register File -------*- C++ -*-===//
|
||||
//===- PowerPCRegisterInfo.td - The PowerPC Register File --*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -18,8 +18,8 @@ include "../Target.td"
|
||||
// Register File Description
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "PowerPCReg.td"
|
||||
include "PowerPCInstrs.td"
|
||||
include "PowerPCRegisterInfo.td"
|
||||
include "PowerPCInstrInfo.td"
|
||||
|
||||
def PowerPCInstrInfo : InstrInfo {
|
||||
let PHIInst = PHI;
|
||||
|
Loading…
Reference in New Issue
Block a user