Revert "lsdx", "lsdi", "stsdx", "stsdi", "lmd" and "stmd" insns.
authorAlan Modra <amodra@gmail.com>
Tue, 16 Mar 2004 11:46:15 +0000 (11:46 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 16 Mar 2004 11:46:15 +0000 (11:46 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 338eecccf803e0b1c0bd7583042e94249c86fbae..4627f229adab523b56ca6db776f0afe325413b31 100644 (file)
@@ -5,8 +5,7 @@
        * ppc-opc.c (RA0): Define.
        (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
        (RAOPT): Rename from RAO.  Update all uses.
-       (powerpc_opcodes): Use RA0 as appropriate.  Add "lsdx", "lsdi",
-       "stsdx", "stsdi", "lmd" and "stmd" insns.
+       (powerpc_opcodes): Use RA0 as appropriate.
 
 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
 
index 5a02ec3a5b48601e8516dceaf512606b807a2539..36fe454e254a7af8ad55ecad9786bd417dca1bc0 100644 (file)
@@ -4130,8 +4130,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "bbelr",   X(31,550),        X_MASK,         PPCBRLK,        { 0 }},
 
-{ "lsdx",    X(31,565),        X_MASK,         PPC64,          { RT, RA0, RB } },
-
 { "tlbsync", X(31,566),        0xffffffff,     PPC,            { 0 } },
 
 { "lfsux",   X(31,567),        X_MASK,         COM,            { FRT, RAS, RB } },
@@ -4155,8 +4153,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "mfsri",   X(31,627), X_MASK,                PWRCOM,         { RT, RA, RB } },
 
-{ "lsdi",    X(31,629),        X_MASK,         PPC64,          { RT, RA0, NB } },
-
 { "dclst",   X(31,630), XRB_MASK,      PWRCOM,         { RS, RA } },
 
 { "lfdux",   X(31,631), X_MASK,                COM,            { FRT, RAS, RB } },
@@ -4183,8 +4179,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "stfsxe",  X(31,671), X_MASK,                BOOKE64,        { FRS, RA0, RB } },
 
-{ "stsdx",   X(31,693), X_MASK,                PPC64,          { RS, RA0, RB } },
-
 { "stfsux",  X(31,695),        X_MASK,         COM,            { FRS, RAS, RB } },
 
 { "sriq",    XRC(31,696,0), X_MASK,    M601,           { RA, RS, SH } },
@@ -4205,8 +4199,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "stfdxe",  X(31,735),        X_MASK,         BOOKE64,        { FRS, RA0, RB } },
 
-{ "stsdi",   X(31,757),        X_MASK,         PPC64,          { RS, RA0, NB } },
-
 { "dcba",    X(31,758),        XRT_MASK,       PPC405 | BOOKE, { RA, RB } },
 
 { "stfdux",  X(31,759),        X_MASK,         COM,            { FRS, RAS, RB } },
@@ -4410,8 +4402,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "lwa",     DSO(58,2), DS_MASK,       PPC64,          { RT, DS, RA0 } },
 
-{ "lmd",     DSO(58,3),        DS_MASK,        PPC64,          { RT, DS, RAM } },
-
 { "fdivs",   A(59,18,0), AFRC_MASK,    PPC,            { FRT, FRA, FRB } },
 { "fdivs.",  A(59,18,1), AFRC_MASK,    PPC,            { FRT, FRA, FRB } },
 
@@ -4465,8 +4455,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "stq",     DSO(62,2),        DS_MASK,        POWER4,         { RSQ, DS, RA0 } },
 
-{ "stmd",    DSO(62,3),        DS_MASK,        PPC64,          { RS, DS, RA0 } },
-
 { "fcmpu",   X(63,0),  X_MASK|(3<<21), COM,            { BF, FRA, FRB } },
 
 { "frsp",    XRC(63,12,0), XRA_MASK,   COM,            { FRT, FRB } },
This page took 0.02791 seconds and 4 git commands to generate.