X86: Implement the PUSHF, POPF, SAHF, and LAHF instructions.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 22:21:16 +0000 (15:21 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 22:21:16 +0000 (15:21 -0700)
commitd8494325f07695e810e51dffbf9daf5145b10d1a
treed95a813d95614ca535d648ffd4cd770ef41791c2
parent35a8bc56cd1454f6d32ee7d0309f3ce62639f17c
X86: Implement the PUSHF, POPF, SAHF, and LAHF instructions.

--HG--
extra : convert_revision : 37c63b1133022fa3432888592f8c84785fb95091
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/insts/general_purpose/flags/load_and_store.py
src/arch/x86/isa/insts/general_purpose/flags/push_and_pop.py