Fix encoding of clf instruction
authorNick Clifton <nickc@redhat.com>
Tue, 3 Jul 2001 18:37:39 +0000 (18:37 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Jul 2001 18:37:39 +0000 (18:37 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index c6af91e3a5dab855119467f4844daf17336ee408..5c9b9d7767be17e86c71c1e26749efef53809fe4 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 aa9616f24994661e9dd8a4df69a5f2c5628645d3..311a5ba9f0fe4fa79ebc403ae1906b29befdb5dd 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 } },
 
This page took 0.069549 seconds and 4 git commands to generate.