* ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
(edelsohn@npac.syr.edu).
This commit is contained in:
parent
aa6db78180
commit
8c546dedc3
@ -1,3 +1,8 @@
|
||||
Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
|
||||
(edelsohn@npac.syr.edu).
|
||||
|
||||
Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* mips-opc.c (mips_opcodes): Correct operands of "nor" with an
|
||||
|
@ -2511,7 +2511,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
|
||||
{ "fctiw", XRC(63,14,0), XRA_MASK, PPC, { FRT, FRB } },
|
||||
{ "fcir", XRC(63,14,0), XRA_MASK, POWER2, { FRT, FRB } },
|
||||
{ "fctiw.", XRC(63,14,1), XRA_MASK, PPC, { FRT, FRB } },
|
||||
{ "fcir.", XRC(63,14,0), XRA_MASK, POWER2, { FRT, FRB } },
|
||||
{ "fcir.", XRC(63,14,1), XRA_MASK, POWER2, { FRT, FRB } },
|
||||
|
||||
{ "fctiwz", XRC(63,15,0), XRA_MASK, PPC, { FRT, FRB } },
|
||||
{ "fcirz", XRC(63,15,0), XRA_MASK, POWER2, { FRT, FRB } },
|
||||
|
Loading…
Reference in New Issue
Block a user