* ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 26 Feb 2004 03:24:44 +0000 (03:24 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Thu, 26 Feb 2004 03:24:44 +0000 (03:24 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 5e2e1cc7591c3b69a843c084c486c9661f4886a7..fe0a77598a88548c24f0ae3b8fc9ccd406e50e94 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
+                                                                                
+        * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
+
 2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
 
        * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
index 540f23b549b6bbacb6ab2077f1269b8862a21ff0..9c65ff3a8a69fd11b7613ae157fa295dc6d5545a 100644 (file)
@@ -3476,7 +3476,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "mtsrin",  X(31,242),        XRA_MASK,       PPC32,          { RS, RB } },
 { "mtsri",   X(31,242),        XRA_MASK,       POWER32,        { RS, RB } },
 
-{ "dcbtst",  X(31,246),        XRT_MASK,       PPC,            { CT, RA, RB } },
+{ "dcbtst",  X(31,246),        X_MASK, PPC,                    { CT, RA, RB } },
 
 { "stbux",   X(31,247),        X_MASK,         COM,            { RS, RAS, RB } },
 
@@ -3510,7 +3510,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "lscbx",   XRC(31,277,0), X_MASK,    M601,           { RT, RA, RB } },
 { "lscbx.",  XRC(31,277,1), X_MASK,    M601,           { RT, RA, RB } },
 
-{ "dcbt",    X(31,278),        XRT_MASK,       PPC,            { CT, RA, RB } },
+{ "dcbt",    X(31,278),        X_MASK, PPC,                    { CT, RA, RB } },
 
 { "lhzx",    X(31,279),        X_MASK,         COM,            { RT, RA, RB } },
 
This page took 0.027862 seconds and 4 git commands to generate.