x86_traits.hh (5025:5c264911b7a9) x86_traits.hh (5045:bf06c4d63bf4)
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 *

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

60
61namespace X86ISA
62{
63 const int NumMicroIntRegs = 16;
64 const int NumPseudoIntRegs = 1;
65
66 const int NumMMXRegs = 8;
67 const int NumXMMRegs = 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 *

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

60
61namespace X86ISA
62{
63 const int NumMicroIntRegs = 16;
64 const int NumPseudoIntRegs = 1;
65
66 const int NumMMXRegs = 8;
67 const int NumXMMRegs = 16;
68 const int NumMicroFpRegs = 8;
68
69 const int NumCRegs = 16;
70 const int NumDRegs = 8;
71
72 const int NumSegments = 6;
73 const int NumSysSegments = 4;
74}
75
76#endif //__ARCH_X86_X86TRAITS_HH__
69
70 const int NumCRegs = 16;
71 const int NumDRegs = 8;
72
73 const int NumSegments = 6;
74 const int NumSysSegments = 4;
75}
76
77#endif //__ARCH_X86_X86TRAITS_HH__