mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Update scheduling info for vrsave instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4bebcdbca1
commit
133decdceb
@ -710,10 +710,10 @@ def MFLR : XFXForm_1_ext<31, 339, 8, (ops GPRC:$rT), "mflr $rT", SprMFSPR>,
|
||||
// characteristics as an OR instruction.
|
||||
def MTVRSAVE : XFXForm_7_ext<31, 467, 256, (ops GPRC:$rS),
|
||||
"mtspr 256, $rS", IntGeneral>,
|
||||
PPC970_Unit_FXU;
|
||||
PPC970_DGroup_Single, PPC970_Unit_FXU;
|
||||
def MFVRSAVE : XFXForm_1_ext<31, 339, 256, (ops GPRC:$rT),
|
||||
"mfspr $rT, 256", IntGeneral>,
|
||||
PPC970_Unit_FXU;
|
||||
PPC970_DGroup_First, PPC970_Unit_FXU;
|
||||
|
||||
def MFCR : XFXForm_3<31, 19, (ops GPRC:$rT), "mfcr $rT", SprMFCR>,
|
||||
PPC970_MicroCode, PPC970_Unit_CRU;
|
||||
|
Loading…
x
Reference in New Issue
Block a user