mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Make use of new reserved/required scheduling stuff: introduce VFP and NEON locks to model domain cross stalls precisly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,6 +17,8 @@ def FU_LdSt0 : FuncUnit; // pipeline 0 load/store
|
||||
def FU_LdSt1 : FuncUnit; // pipeline 1 load/store
|
||||
def FU_NPipe : FuncUnit; // NEON ALU/MUL pipe
|
||||
def FU_NLSPipe : FuncUnit; // NEON LS pipe
|
||||
def FU_DRegsVFP: FuncUnit; // FP register set, VFP side
|
||||
def FU_DRegsN : FuncUnit; // FP register set, NEON side
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Instruction Itinerary classes used for ARM
|
||||
|
Reference in New Issue
Block a user