[PATCH] Add x86 SSE5 instructions to the GNU binary utilities
H.J. Lu
hjl@lucon.org
Thu Sep 13 20:38:00 GMT 2007
On Thu, Sep 13, 2007 at 03:08:54PM -0500, rajagopal, dwarak wrote:
> The enclosed patch adds support for the SSE5 instructions to the
> assembler and disassembler.
>
> I have made changes to the original patch so that it uses bitfields (the
> new infrastructure changes which H.J had checked in last week) for
> cpu_flag, opcode_modifier and operand_types for the new instructions.
>
Did SSE5 reuse the same opcode for move test registers? If not,
please don't remove OPC_EXT_45. You can use
{
/* OPC_EXT_45 */
{ THREE_BYTE_SSE5_0F7A }
{ "movL", { Td, Rd } },
}
H.J.
More information about the Binutils
mailing list