]> granicus.if.org Git - yasm/commit
* x86parse.gap: Update pushf generation to match popf for legalization and
authorPeter Johnson <peter@tortall.net>
Mon, 22 May 2006 06:19:04 +0000 (06:19 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 22 May 2006 06:19:04 +0000 (06:19 -0000)
commit3d9deea532e8b6e3aee321eb554055178427fd36
tree3f1c947395905be56bed45f8f462c1b11c178412
parent807084d3ffc507a2b0f932e1ee83c8f94bd8a07a
* x86parse.gap: Update pushf generation to match popf for legalization and
prefix regarding pushfq vs 64-bit mode.
* pushf.asm, pushf-err.asm: New tests for pushf and popf in all modes.

Reported by: Vivek Mohan <vivek.mt@gmail.com>

svn path=/trunk/yasm/; revision=1542
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/pushf-err.asm [new file with mode: 0644]
modules/arch/x86/tests/pushf-err.errwarn [new file with mode: 0644]
modules/arch/x86/tests/pushf.asm [new file with mode: 0644]
modules/arch/x86/tests/pushf.errwarn [new file with mode: 0644]
modules/arch/x86/tests/pushf.hex [new file with mode: 0644]
modules/arch/x86/x86parse.gap