Fix encoding of clf instruction
This commit is contained in:
parent
d303a449f2
commit
2dd46b8b52
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in a new issue