]> granicus.if.org Git - yasm/commit
* x86id.re: Implement string, protection, SSE2 instructions for GAS mode.
authorPeter Johnson <peter@tortall.net>
Wed, 5 Oct 2005 06:57:37 +0000 (06:57 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 5 Oct 2005 06:57:37 +0000 (06:57 -0000)
commitd5518666ac61c8aa9c41f57b1d5f668a3cc416f8
treebbe7339a85de6552591a6eb99440bc552857bb9c
parent8cecb5b2a1ef59568ba1be321cb709e10eb90b5d
* x86id.re: Implement string, protection, SSE2 instructions for GAS mode.
While we're here, add 64-bit register versions of SSE2 instructions movmskps,
pextrw, pinsrw, and pmovmskb that are documented by Intel but not AMD.

Add test for above.

svn path=/trunk/yasm/; revision=1265
modules/arch/x86/tests/gas64/Makefile.inc
modules/arch/x86/tests/gas64/gas-moreinsn.asm [new file with mode: 0644]
modules/arch/x86/tests/gas64/gas-moreinsn.errwarn [new file with mode: 0644]
modules/arch/x86/tests/gas64/gas-moreinsn.hex [new file with mode: 0644]
modules/arch/x86/x86id.re