cpuid.cc (7072:d9823ce926fa) cpuid.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

153 0xe7d3fbff, 0x00000001);
154 break;
155 default:
156 return false;
157 }
158 }
159 return true;
160 }
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

153 0xe7d3fbff, 0x00000001);
154 break;
155 default:
156 return false;
157 }
158 }
159 return true;
160 }
161} //namespace X86ISA
161} // namespace X86ISA