opcodes/
authorAlan Modra <amodra@gmail.com>
Thu, 10 Mar 2005 12:52:30 +0000 (12:52 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 10 Mar 2005 12:52:30 +0000 (12:52 +0000)
commitda99ee721ed0685decddd26ce0f8b6634b4ffee4
tree116e7e7a6c84019e2bbfae409d8cf19eadc1c9ff
parent953130a55dc68149abbe630f836f97634e44baf7
opcodes/
* ppc-opc.c (insert_sprg, extract_sprg): New Functions.
(powerpc_operands <SPRG>): Call the above.  Bit field is 5 bits.
(SPRG_MASK): Delete.
(XSPRG_MASK): Mask off extra bits now part of sprg field.
        (powerpc_opcodes): Asjust mfsprg and mtsprg to suit new mask.  Move
mfsprg4..7 after msprg and consolidate.

gas/testsuite
* gas/ppc/booke.s: Add new m[t,f]sprg testcases.
* gas/ppc/booke.d: Likewise.
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/booke.d
gas/testsuite/gas/ppc/booke.s
opcodes/ChangeLog
opcodes/ppc-opc.c