aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2004-02-26 03:24:44 +0000
committerAldy Hernandez <aldyh@redhat.com>2004-02-26 03:24:44 +0000
commite5d2b64f531246911a60815414dd2e8981abc550 (patch)
treecf414c3cfe714df5825afa775130947ee40f38dd /opcodes/ppc-opc.c
parent479272a3cad95d51be0bba6b948a4158c5db5b53 (diff)
downloadfsf-binutils-gdb-e5d2b64f531246911a60815414dd2e8981abc550.zip
fsf-binutils-gdb-e5d2b64f531246911a60815414dd2e8981abc550.tar.gz
fsf-binutils-gdb-e5d2b64f531246911a60815414dd2e8981abc550.tar.bz2
* ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 540f23b..9c65ff3 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -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 } },