Do not insert non-BookE32 instructions into the hash table if the target cpu

is the BookE32. (case 107575)
This commit is contained in:
Nick Clifton
2002-09-04 12:37:30 +00:00
parent 07dd56a969
commit 341026c1c1
4 changed files with 19 additions and 2 deletions

View File

@ -4238,8 +4238,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "stfiwx", X(31,983), X_MASK, PPC, { FRS, RA, RB } },
{ "extsw", XRC(31,986,0), XRB_MASK, PPC, { RA, RS } },
{ "extsw.", XRC(31,986,1), XRB_MASK, PPC, { RA, RS } },
{ "extsw", XRC(31,986,0), XRB_MASK, PPC | BOOKE64, { RA, RS } },
{ "extsw.", XRC(31,986,1), XRB_MASK, PPC | BOOKE64, { RA, RS } },
{ "icread", X(31,998), XRT_MASK, PPC403, { RA, RB } },