* ppc-dis.c (powerpc_dialect): Handle power4 option.
authorAlan Modra <amodra@gmail.com>
Mon, 25 Feb 2002 03:43:46 +0000 (03:43 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 25 Feb 2002 03:43:46 +0000 (03:43 +0000)
commit94efba1253f92f228fecb86fb0329c41a3721b62
treee6c8b677f7dbbccad9cba30af1aff47cd6f9b59e
parentfc1e712166469fc3c3f3d6877126b20af7a01d76
* ppc-dis.c (powerpc_dialect): Handle power4 option.
* ppc-opc.c (insert_bdm): Correct description of "at" branch
hints.  Test PPC_OPCODE_POWER4 to determine branch hint flavour.
(extract_bdm, insert_bdp, extract_bdp, valid_bo): Likewise.
(BOFM64, BOFP64, BOTM64, BOFP64): Rename to BOFM4, BOFP4 etc.
(BODNZM64, BODNZP64, BODZM64, BODZP64): Likewise.
(PPCCOM32, PPCCOM64): Delete.
(NOPOWER4, POWER4): Define.
(powerpc_opcodes): Replace occurences of PPCCOM32 with NOPOWER4,
and PPCCOM4 with POWER4 so that "at" style branch hint opcodes
are enabled for power4 rather than ppc64.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c
This page took 0.026794 seconds and 4 git commands to generate.