index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
utility.hh
Age
Commit message (
Expand
)
Author
2013-09-30
x86: Add support routines to load and store 80-bit floats
Andreas Sandberg
2013-09-19
x86: Add support routines to convert between x87 tag formats
Andreas Sandberg
2013-06-18
x86: Add support for maintaining the x87 tag word
Andreas Sandberg
2013-06-18
x86: Fix loading of floating point constants
Andreas Sandberg
2013-06-18
x86: Add helper functions to access rflags
Andreas Sandberg
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2011-10-30
X86: Get rid of more uses of FULL_SYSTEM.
Gabe Black
2011-05-13
Trace: Allow printing ASIDs and selectively tracing based on user/kernel code.
Chander Sudanthi
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-15
GetArgument: Rework getArgument so that X86_FS compiles again.
Gabe Black
2010-10-01
Debug: Implement getArgument() and function skipping for ARM.
Ali Saidi
2010-09-14
CPU: Trim unnecessary includes from some common files.
Gabe Black
2010-08-23
X86: Create a directory for files that define register indexes.
Gabe Black
2010-08-23
ISA: Get rid of old, unused utility functions cluttering up the ISAs.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-08-03
X86: Fix segment override prefixes on instructions that use rbp/rsp and a dis...
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-02-25
X86: Implement inUserMode for x86.
Gabe Black
2007-10-07
X86: Make initCPU and startupCPU do something basic.
Gabe Black
2007-09-24
X86: Get X86_FS to compile.
Gabe Black
2007-06-19
Get rid of the immediate and displacement components of the EmulEnv struct an...
Gabe Black
2007-06-14
Put the mode in the ExtMachInst.
Gabe Black
2007-04-06
Clean up the code a little, fix (I think) a perceived problem with immediate ...
Gabe Black
2007-04-04
Made x86 ExtMachInsts distinguishable from each other by defining a real == a...
Gabe Black
2007-03-15
Compile fix
Gabe Black
2007-03-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black
2007-03-13
Replaced makeExtMI with predecode.
Gabe Black
2007-03-09
implement ipi stufff for SPARC
Ali Saidi
2007-03-05
Added missing include.
Gabe Black
2007-03-05
Added stub implementations or prototypes for all the functions in this file.
Gabe Black
2007-03-03
Add build hooks for x86.
Gabe Black