gem5/src/arch/x86/insts
Nathan Binkert 890be77362 X86: fix some simple compile issues
static should not be used for constants that are not inside a class definition.
2009-08-21 09:10:25 -07:00
..
macroop.hh X86: Autogenerate macroop generateDisassemble function. 2009-01-06 22:55:27 -08:00
microfpop.cc X86: Move the fp microops to their own file with their own base classes in C++ and python. 2007-09-19 18:27:55 -07:00
microfpop.hh X86: Take limitted advantage of the compilers type checking for microop operands. 2009-07-16 09:29:29 -07:00
microldstop.cc X86: Move the function that prints memory args into the inst base class. 2009-01-06 22:46:28 -08:00
microldstop.hh X86: fix some simple compile issues 2009-08-21 09:10:25 -07:00
micromediaop.cc X86: Create base classes for use with media/SIMD microops. 2009-08-17 18:15:16 -07:00
micromediaop.hh X86: Rename sel to ext for media microops. 2009-08-17 18:27:44 -07:00
microop.cc gcc: Add extra parens to quell warnings. 2008-09-27 21:03:49 -07:00
microop.hh X86: Move the fp microops to their own file with their own base classes in C++ and python. 2007-09-19 18:27:55 -07:00
microregop.cc X86: Fix how the parity flag is computed. 2009-08-05 02:56:12 -07:00
microregop.hh X86: Take limitted advantage of the compilers type checking for microop operands. 2009-07-16 09:29:29 -07:00
static_inst.cc X86: Set up a named constant for the "fold bit" for int register indices. 2009-07-17 18:49:22 -07:00
static_inst.hh X86: Set up a named constant for the "fold bit" for int register indices. 2009-07-17 18:49:22 -07:00