OSDN Git Service

Fix encoding of clf instruction
authornickc <nickc>
Tue, 3 Jul 2001 18:37:39 +0000 (18:37 +0000)
committernickc <nickc>
Tue, 3 Jul 2001 18:37:39 +0000 (18:37 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index c6af91e..5c9b9d7 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-03  Zoltan Hidvegi <hzoli@hzoli.2y.net>
+
+       * ppc-opc.c: Fix encoding of 'clf' instruction.
+
 2001-06-30  Geoffrey Keating  <geoffk@redhat.com>
 
        * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
index aa9616f..311a5ba 100644 (file)
@@ -2480,7 +2480,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "mtsrdin", X(31,114),        XRA_MASK,       PPC64,          { RS, RB } },
 
-{ "clf",     X(31,118), XRB_MASK,      POWER,          { RT, RA } },
+{ "clf",     X(31,118), XTO_MASK,      POWER,          { RA, RB } },
 
 { "lbzux",   X(31,119),        X_MASK,         COM,            { RT, RAL, RB } },