gem5/src/arch/x86/insts
Nathan Binkert 80d9be86e6 gcc: Add extra parens to quell warnings.
Even though we're not incorrect about operator precedence, let's add
some parens in some particularly confusing places to placate GCC 4.3
so that we don't have to turn the warning off.  Agreed that this is a
bit of a pain for those users who get the order of operations correct,
but it is likely to prevent bugs in certain cases.
2008-09-27 21:03:49 -07: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: 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
microldstop.cc X86: Hide the irrelevant portions of the address components for load and store microops. 2007-08-01 14:34:59 -07:00
microldstop.hh X86: Remove x86 code that attempted to fix misaligned accesses. 2007-08-26 20:30:36 -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: Get rid of stray Sparc DPRINTF 2007-10-09 17:20:23 -07:00
microregop.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
static_inst.cc X86: Reorganize segmentation and implement segment selector movs. 2007-12-01 23:03:39 -08:00
static_inst.hh X86: Make signed versions of partial register values available to microops. 2007-09-06 16:22:08 -07:00