Searched hist:9759 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/
H A Dutility.hh9759:8f1f1bdedf8c Tue Jun 18 10:10:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Add helper functions to access rflags

The rflags register is spread across several different registers. Most
of the flags are stored in MISCREG_RFLAGS, but some are stored in
microcode registers. When accessing RFLAGS, we need to reconstruct it
from these registers. This changeset adds two functions,
X86ISA::getRFlags() and X86ISA::setRFlags(), that take care of this
magic.
H A Dutility.cc9759:8f1f1bdedf8c Tue Jun 18 10:10:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Add helper functions to access rflags

The rflags register is spread across several different registers. Most
of the flags are stored in MISCREG_RFLAGS, but some are stored in
microcode registers. When accessing RFLAGS, we need to reconstruct it
from these registers. This changeset adds two functions,
X86ISA::getRFlags() and X86ISA::setRFlags(), that take care of this
magic.

Completed in 24 milliseconds