microldstop.hh (7620:3d8a23caa1ef) microldstop.hh (7678:f19b6a3a8cec)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

38 */
39
40#ifndef __ARCH_X86_INSTS_MICROLDSTOP_HH__
41#define __ARCH_X86_INSTS_MICROLDSTOP_HH__
42
43#include "arch/x86/insts/microop.hh"
44#include "mem/packet.hh"
45#include "mem/request.hh"
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

38 */
39
40#ifndef __ARCH_X86_INSTS_MICROLDSTOP_HH__
41#define __ARCH_X86_INSTS_MICROLDSTOP_HH__
42
43#include "arch/x86/insts/microop.hh"
44#include "mem/packet.hh"
45#include "mem/request.hh"
46#include "sim/faults.hh"
46
47namespace X86ISA
48{
49 const Request::FlagsType SegmentFlagMask = mask(4);
50 const int FlagShift = 4;
51 enum FlagBit {
52 CPL0FlagBit = 1,
53 AddrSizeFlagBit = 2,

--- 116 unchanged lines hidden ---
47
48namespace X86ISA
49{
50 const Request::FlagsType SegmentFlagMask = mask(4);
51 const int FlagShift = 4;
52 enum FlagBit {
53 CPL0FlagBit = 1,
54 AddrSizeFlagBit = 2,

--- 116 unchanged lines hidden ---