x86_traits.hh (5658:55f9947891fb) x86_traits.hh (6214:1ec0ec8933ae)
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 *

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

55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_X86TRAITS_HH__
59#define __ARCH_X86_X86TRAITS_HH__
60
61#include <assert.h>
62
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 *

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

55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_X86TRAITS_HH__
59#define __ARCH_X86_X86TRAITS_HH__
60
61#include <assert.h>
62
63#include "sim/host.hh"
63#include "base/types.hh"
64
65namespace X86ISA
66{
67 const int NumMicroIntRegs = 16;
68
69 const int NumPseudoIntRegs = 1;
70 //1. The condition code bits of the rflags register.
71 const int NumImplicitIntRegs = 5;

--- 57 unchanged lines hidden ---
64
65namespace X86ISA
66{
67 const int NumMicroIntRegs = 16;
68
69 const int NumPseudoIntRegs = 1;
70 //1. The condition code bits of the rflags register.
71 const int NumImplicitIntRegs = 5;

--- 57 unchanged lines hidden ---