mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Fix spelling of mtvscr and mfvscr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -171,10 +171,10 @@ def DSTST : DSS_Form<374, (outs), (ins u5imm:$T, u5imm:$STRM, GPRC:$rA, GPRC:$rB
|
|||||||
"dstst $rA, $rB, $STRM, $T", LdStGeneral /*FIXME*/, []>;
|
"dstst $rA, $rB, $STRM, $T", LdStGeneral /*FIXME*/, []>;
|
||||||
|
|
||||||
def MFVSCR : VXForm_4<1540, (outs VRRC:$vD), (ins),
|
def MFVSCR : VXForm_4<1540, (outs VRRC:$vD), (ins),
|
||||||
"mfvcr $vD", LdStGeneral,
|
"mfvscr $vD", LdStGeneral,
|
||||||
[(set VRRC:$vD, (int_ppc_altivec_mfvscr))]>;
|
[(set VRRC:$vD, (int_ppc_altivec_mfvscr))]>;
|
||||||
def MTVSCR : VXForm_5<1604, (outs), (ins VRRC:$vB),
|
def MTVSCR : VXForm_5<1604, (outs), (ins VRRC:$vB),
|
||||||
"mtvcr $vB", LdStGeneral,
|
"mtvscr $vB", LdStGeneral,
|
||||||
[(int_ppc_altivec_mtvscr VRRC:$vB)]>;
|
[(int_ppc_altivec_mtvscr VRRC:$vB)]>;
|
||||||
|
|
||||||
let isLoad = 1, PPC970_Unit = 2 in { // Loads.
|
let isLoad = 1, PPC970_Unit = 2 in { // Loads.
|
||||||
|
Reference in New Issue
Block a user