x86_traits.hh (4578:1d4607d6acf4) x86_traits.hh (4682:3af5ab237724)
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;
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 const int NumPseudoIntRegs = 1;
64
65 const int NumMMXRegs = 8;
66 const int NumXMMRegs = 16;
67}
68
69#endif //__ARCH_X86_X86TRAITS_HH__
65
66 const int NumMMXRegs = 8;
67 const int NumXMMRegs = 16;
68}
69
70#endif //__ARCH_X86_X86TRAITS_HH__