mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vldr / vstr, etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -120,10 +120,12 @@ def IIC_fpSQRT32 : InstrItinClass;
|
||||
def IIC_fpSQRT64 : InstrItinClass;
|
||||
def IIC_fpLoad32 : InstrItinClass;
|
||||
def IIC_fpLoad64 : InstrItinClass;
|
||||
def IIC_fpLoadm : InstrItinClass<0>; // micro-coded
|
||||
def IIC_fpLoad_m : InstrItinClass<0>; // micro-coded
|
||||
def IIC_fpLoad_mu : InstrItinClass<0>; // micro-coded
|
||||
def IIC_fpStore32 : InstrItinClass;
|
||||
def IIC_fpStore64 : InstrItinClass;
|
||||
def IIC_fpStorem : InstrItinClass<0>; // micro-coded
|
||||
def IIC_fpStore_m : InstrItinClass<0>; // micro-coded
|
||||
def IIC_fpStore_mu : InstrItinClass<0>; // micro-coded
|
||||
def IIC_VLD1 : InstrItinClass;
|
||||
def IIC_VLD2 : InstrItinClass;
|
||||
def IIC_VLD3 : InstrItinClass;
|
||||
|
Reference in New Issue
Block a user