Browse Source

Fix encoding of clf instruction

dberlin-typesystem-branch
Nick Clifton 25 years ago
parent
commit
2dd46b8b52
  1. 4
      opcodes/ChangeLog
  2. 2
      opcodes/ppc-opc.c

4
opcodes/ChangeLog

@ -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.

2
opcodes/ppc-opc.c

@ -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 } },

Loading…
Cancel
Save