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

/gem5/src/arch/x86/
H A Dutility.hhdiff 9880:3fda7e22041b Thu Sep 19 11:30:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Add support routines to convert between x87 tag formats

This changeset adds the convX87XTagsToTags() and convX87TagsToXTags()
which convert between the tag formats in the FTW register and the
format used in the xsave area. The conversion from to the x87 FTW
representation is currently loses some information since it does not
reconstruct the valid/zero/special flags which are not included in the
xsave representation.
H A Dutility.ccdiff 9880:3fda7e22041b Thu Sep 19 11:30:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Add support routines to convert between x87 tag formats

This changeset adds the convX87XTagsToTags() and convX87TagsToXTags()
which convert between the tag formats in the FTW register and the
format used in the xsave area. The conversion from to the x87 FTW
representation is currently loses some information since it does not
reconstruct the valid/zero/special flags which are not included in the
xsave representation.

Completed in 24 milliseconds