]> granicus.if.org Git - yasm/commit
* x86id.re: Implement GAS handling for floating point, some extensions,
authorPeter Johnson <peter@tortall.net>
Mon, 26 Sep 2005 07:06:27 +0000 (07:06 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 26 Sep 2005 07:06:27 +0000 (07:06 -0000)
commite1ee6e146064387b5195ce28bd197ef8adfdced6
treeea4092c4f5e704c372a723825f17f3625c8dcd69
parent68f8b061c3141cf621254478bb00e3f45fb18a85
* x86id.re: Implement GAS handling for floating point, some extensions,
interrupts, conditional movs/sets, and a few other minor things.  What's
left: string insns, loop insns, other jmp/call forms, protection control,
SSE/SSE2, and odds and ends (like prefixes-as-instructions).

Add an incomplete FP testcase.

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