Deleted Added
sdiff udiff text old ( 4578:1d4607d6acf4 ) new ( 4682:3af5ab237724 )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 47 unchanged lines hidden (view full) ---

56 */
57
58#ifndef __ARCH_X86_X86TRAITS_HH__
59#define __ARCH_X86_X86TRAITS_HH__
60
61namespace X86ISA
62{
63 const int NumMicroIntRegs = 16;
64
65 const int NumMMXRegs = 8;
66 const int NumXMMRegs = 16;
67}
68
69#endif //__ARCH_X86_X86TRAITS_HH__