]> granicus.if.org Git - yasm/commit
* x86id.re (yasm_x86__parse_check_insn): Enable lahf/sahf for 64-bit mode,
authorPeter Johnson <peter@tortall.net>
Mon, 26 Sep 2005 00:07:33 +0000 (00:07 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 26 Sep 2005 00:07:33 +0000 (00:07 -0000)
commit61c8f75e3309111b5c164e710b29811c300a88b2
treeac086c05fbfa760b6d907c2949b427c38387402c
parent00e6636bca4515977fb52be07b6de936dae67d34
* x86id.re (yasm_x86__parse_check_insn): Enable lahf/sahf for 64-bit mode,
as these are supported on newer processor steppings.

Add testcase for lahf/sahf in all BITS modes.

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